Jump to content

List of modules does not display


fordtman

Recommended Posts

I have just installed PrestaShop Version 1.6.0.9 on a local host (Xampp) and evwerything seems to run correctly except when I try to display modules in the backend (modules->modules). I get an "HTTP 500 Internal Server Error" (The website cannot display the page). Was there something missing in the install? Modules->Modules & Themes Catalogue works correctly.

 

I found this URL posted by Paulito on another post showing the list of modules I should see http://screencast.com/t/5qq8l3SsnHp5. However this does not happen. Could someone tell me what is missing.

 

  • Like 1
Link to comment
Share on other sites

I have just installed PrestaShop Version 1.6.0.9 on a local host (Xampp) and evwerything seems to run correctly except when I try to display modules in the backend (modules->modules). I get an "HTTP 500 Internal Server Error" (The website cannot display the page). Was there something missing in the install? Modules->Modules & Themes Catalogue works correctly.

 

I found this URL posted by Paulito on another post showing the list of modules I should see http://screencast.com/t/5qq8l3SsnHp5. However this does not happen. Could someone tell me what is missing.

 

 

Unfortunately I have been having this same issue for over two mos with no way to correct it. I have also reinstalled PS as well as reinstalled ALL of my data ( A PITA!!!! to be sure).

Link to comment
Share on other sites

turn on error reporting

this is first step in debug process

 

prestashop max v1.5.3

open file: config/config.inc.php

find this line: @ini_set('display_errors', 'off');

change to look like this: @ini_set('display_errors', 'on');

 

 

 

prestashop above v1.5.3

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 New...