Jump to content

Don't see Modules and Themes on Back End.


Recommended Posts

I already played some running Prestashop on a WAMP server. No issues here with the application. Now I installed the software via Softaculous of the hosting site. Now I can't get access to the Modules and Theme module, the other stuff seems to work OK for now. Is this because of the Hosting site or should I do something here?

 

t3

Link to comment
Share on other sites

What I know now is,that it might has to do with the browser (firefox) and the security settings? If I use IE 9 and open the "Modules and Themes" i get the message "only secure content is displayed" but the page is still blank. If I click on show me "all content" I do see the templates page which are available from Prestashop but still don't see the installed themes, with the menu for adding your logo's etc. I have re-installed it now 3 times and no difference.

 

t3

Link to comment
Share on other sites

blank page = errors in core

turn on errorr reporting

thin instead of blank page you will see detailed informations about issue

 

open config/defines.inc.php
 
find this line define('_PS_MODE_DEV_', false);
change to look like this: define('_PS_MODE_DEV_', true);
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...