Hi there! We needed to reinstall the Gallery module and we lost the settings related to album covers.
Is there any way to set a album cover automatically to all albums? We have more than 500 albums and it would not be viable to do this process manually.
Thank's!
Search found 31 matches
- Wed Aug 22, 2018 2:19 pm
- Forum: Modules/Add-Ons
- Topic: Set album cover automatically to all albums
- Replies: 0
- Views: 1056
- Wed Aug 02, 2017 1:43 am
- Forum: Modules/Add-Ons
- Topic: Can't create directory, rename or remove in File Manager
- Replies: 6
- Views: 3154
Re: Can't create directory, rename or remove in File Manager
Hi there! I changed the version of the PHP on the control panel to 7.0 and it worked!
Thank's!
Thank's!

- Sat Jul 29, 2017 9:13 pm
- Forum: Modules/Add-Ons
- Topic: Can't create directory, rename or remove in File Manager
- Replies: 6
- Views: 3154
Re: Can't create directory, rename or remove in File Manager
We contacted our provider and they changed the version of PHP from 5.6 to 5.4 and the File Manager worked. Is there any issue with this version of PHP?
- Thu Jul 27, 2017 5:28 pm
- Forum: Modules/Add-Ons
- Topic: Can't create directory, rename or remove in File Manager
- Replies: 6
- Views: 3154
Re: Can't create directory, rename or remove in File Manager
File Manager - Internal error: unknown file action - 2.1.2 ? Hi PinkElephant, thank you for your answer. I had seen this topic before. I disabled the mod_security from our provider's control panel, but with no success. I did not contact them about other modules such as suhosin, though. I opened a t...
- Thu Jul 27, 2017 2:28 am
- Forum: Modules/Add-Ons
- Topic: Can't create directory, rename or remove in File Manager
- Replies: 6
- Views: 3154
Can't create directory, rename or remove in File Manager
Hey guys, I'm still having this issue with File Manager. I can upload files and even overwrite them by sending a file with same name, but I can't remove or rename them. It always end up with the msg "Internal Error. Unknown file action". I'm using latest CMS version 2.2.2 and PHP 5.6, but ...
- Wed Jun 22, 2016 2:08 pm
- Forum: The Lounge
- Topic: Weird characters appearing with no reason
- Replies: 0
- Views: 1154
Weird characters appearing with no reason
Hi guys. Sometimes strange characters appears on our page with no reason, overwriting the content. If we refresh, the page goes back to normal, but it's annoying sometimes. These characters also appears on the admin page. Any ideas of what is happening? We're using latest 2.1.4 version, but it was h...
- Fri Jun 17, 2016 2:05 pm
- Forum: The Lounge
- Topic: Backend performance issue when File Manager dropdown is acti
- Replies: 4
- Views: 2087
Re: Backend performance issue when File Manager dropdown is
Oh, great! Really looking forward for the next versions! Thank you! 

- Fri Jun 17, 2016 12:17 pm
- Forum: The Lounge
- Topic: Backend performance issue when File Manager dropdown is acti
- Replies: 4
- Views: 2087
Backend performance issue when File Manager dropdown is acti
Hey guys, at the end of the last year I posted a topic saying that performance dropped down when using OneEleven theme: http://forum.cmsmadesimple.org/viewtopic.php?f=8&t=73938 A user reported on my topic (I hadn't seen it until yesterday) saying that performance had boosted after disabling the ...
- Fri Jun 17, 2016 12:11 pm
- Forum: The Lounge
- Topic: Can't delete/rename files with File Manager
- Replies: 0
- Views: 1210
Can't delete/rename files with File Manager
Hey guys, I'm having some trouble with File Manager. I can upload files and even overwrite them (by sending a file with same name), but I can't remove or rename. Always end up with the msg "Internal Error. Unknown file action". I tried changing files and dir permitions, but no success. Any...
- Fri Dec 11, 2015 12:53 am
- Forum: CMSMS Core
- Topic: Supress smarty content
- Replies: 1
- Views: 2369
Supress smarty content
Hi! I created a UDT which allows me to embed PDF files. When I use this UDT within the News module, it shows the code like this:
Is there any way to supress this kind of content?
Thank you!
Code: Select all
{PDF link='blablabla'}
Thank you!
- Tue Dec 08, 2015 9:08 pm
- Forum: CMSMS Core
- Topic: [Solved] Slow backend (admin)
- Replies: 15
- Views: 15146
Re: Slow backend (admin)
Got it, calguy! I'll be contacting the hosting provider to report this issue.calguy1000 wrote:If it's happening for a simple page like group permissions, or the backend user list then I would lean towards the server being overtaxed. like you said, those are very lightweight pages.
Thank you!
- Tue Dec 08, 2015 8:52 pm
- Forum: CMSMS Core
- Topic: [Solved] Slow backend (admin)
- Replies: 15
- Views: 15146
Re: Slow backend (admin)
well... it depends. if you actually hover over that bar graph it will show you 'waiting time' and 'download time'. the waiting time is primarily server related. the download time would be the time sending from the server to your computer. I just tested a remote CMSMS site that is located on a serve...
- Tue Dec 08, 2015 8:22 pm
- Forum: CMSMS Core
- Topic: [Solved] Slow backend (admin)
- Replies: 15
- Views: 15146
Re: Slow backend (admin)
Hi calguy,
I was seeing the debug mode of Chrome and I saw that the page elements are loaded quickly, but the request is being slow processed as you can see in the attached graph. Does it mean that the problem is on the server side?
I was seeing the debug mode of Chrome and I saw that the page elements are loaded quickly, but the request is being slow processed as you can see in the attached graph. Does it mean that the problem is on the server side?
- Tue Dec 08, 2015 6:38 pm
- Forum: CMSMS Core
- Topic: [Solved] Slow backend (admin)
- Replies: 15
- Views: 15146
Re: Slow backend (admin)
Well... first, change the dbms in your config.php to 'mysqli'. as 'mysql' is deprecated and known to be slower. Second. Have your server administrator enable the PHP 5.5 opcache. I get like a 50% performance improvement by enabling the opcache. Third enable debug mode and find out where the bottlen...
- Tue Dec 08, 2015 5:29 pm
- Forum: CMSMS Core
- Topic: [Solved] Slow backend (admin)
- Replies: 15
- Views: 15146
[Solved] Slow backend (admin)
Hi, guys! We have CMSMS 2.1 installed here. Since when we had upgraded to the 2.0 version with OneEleven theme, the CMS seems to be slower than older versions. Even when we were using 1.x versions of CMSMS, when we switched to the OneEleven theme, it slowed down the admin page performance as well. I...