fordtman Posted November 16, 2014 Share Posted November 16, 2014 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. 1 Link to comment Share on other sites More sharing options...
[email protected] Posted November 17, 2014 Share Posted November 17, 2014 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 More sharing options...
vekia Posted November 18, 2014 Share Posted November 18, 2014 turn on error reporting this is first step in debug process prestashop max v1.5.3 open file: config/config.inc.phpfind 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); http://cart-help.com/topic/60-error-reporting-prestashop-16-15-14-13/ Link to comment Share on other sites More sharing options...
fordtman Posted November 19, 2014 Author Share Posted November 19, 2014 Please look at the postings for "Modules Missing after Installing 1.6.0.9" in the PrestaShop->English Forum->Installing PrestaShop forum it might help. http://www.prestashop.com/forums/topic/381277-modules-missing-after-installing-1609/ Link to comment Share on other sites More sharing options...
Recommended Posts