I selected the XML for picture album and then directly the theme switched to 'simple'.
Now my site has still the good theme but, my admin theme has an unusable 'simple' theme.
What can i do ?
Admin Theme swithed to simple after uploading module 'picture album'
Module Mana Admin Theme swithed to simple after uploading module 'picture album'
I used module manager to upload 'the picture album xml'.
After I browsed to the xml to do the upload and confirmed, then suddenly the Admin is always using a very simple theme, which is not usable. The site has still the good theme, but since I can't use the admin (only in very simple way) I can't continue building my site. Pls Help.
After I browsed to the xml to do the upload and confirmed, then suddenly the Admin is always using a very simple theme, which is not usable. The site has still the good theme, but since I can't use the admin (only in very simple way) I can't continue building my site. Pls Help.
Re: Admin Theme swithed to simple after uploading module 'picture album'
You may have insufficient memory for php to run properly. Is your php memory_limit set to 8M? If so, you can try adding the following line near the top of your config.php file.
Nullig
Code: Select all
ini_set("memory_limit", "32M");