Gilles Carpentier Posted June 28, 2013 Share Posted June 28, 2013 I have changed the initial category name and then re allocated the product to the wew category name. Now i cannot access any of my products HELP pleas because the shop is completely down with this http://www.x-camsports.fr Thank you Link to comment Share on other sites More sharing options...
PSfever.com Posted June 28, 2013 Share Posted June 28, 2013 Have you anyhow changed the category ID? What was the initial category name before? Link to comment Share on other sites More sharing options...
Gilles Carpentier Posted June 28, 2013 Author Share Posted June 28, 2013 i don't remenber the DI category ? Where can i change it ? Link to comment Share on other sites More sharing options...
NemoPS Posted June 29, 2013 Share Posted June 29, 2013 Hi, Please turn on errors as described in my signature, then visit the pages you couldn't access before and let us know what you get Link to comment Share on other sites More sharing options...
Gilles Carpentier Posted June 29, 2013 Author Share Posted June 29, 2013 (edited) Hi, I have done it but it doesn't work at all Do you have another idea please ? Should i put it back to False ?? Thanks PS Here is the modified code /* Debug only */ define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) Edited June 29, 2013 by Gilles Carpentier (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted June 29, 2013 Share Posted June 29, 2013 At the bottom of each of my posts THis one ALWAYS TURN ERRORS ON! config/defines.inc.php set PS_MODE_DEV to true! Link to comment Share on other sites More sharing options...
Gilles Carpentier Posted June 29, 2013 Author Share Posted June 29, 2013 Any idea Nemo1 ? Link to comment Share on other sites More sharing options...
NemoPS Posted June 29, 2013 Share Posted June 29, 2013 it's not supposed to solve it, but to tell you what's going on. Do you get any error? It just keeps loading to me Link to comment Share on other sites More sharing options...
Gilles Carpentier Posted June 29, 2013 Author Share Posted June 29, 2013 Yes here is the message Fatal error: Maximum execution time of 10 seconds exceeded in /home/www/fbeaf0f567745db5bf836e8b3fad43aa/web/classes/Category.php on line 690 Link to comment Share on other sites More sharing options...
NemoPS Posted June 29, 2013 Share Posted June 29, 2013 Should be around here $category = Category::getTopCategory($id_lang); else $category = new Category($shop->getCategory(), $id_lang); Try logging to your database and check that you have entries for the language in use for all categories Link to comment Share on other sites More sharing options...
Gilles Carpentier Posted June 29, 2013 Author Share Posted June 29, 2013 Do i try this in category.php ??? How do i "check that you have entries for the language in use for all categories" ? Link to comment Share on other sites More sharing options...
NemoPS Posted June 29, 2013 Share Posted June 29, 2013 Login to your phpmyadmin, locate the ps_category_lang table and look for the language id you use, check that you have names there for the name column Link to comment Share on other sites More sharing options...
Gilles Carpentier Posted June 29, 2013 Author Share Posted June 29, 2013 i don't where to find ps-category_langtable? Link to comment Share on other sites More sharing options...
NemoPS Posted June 29, 2013 Share Posted June 29, 2013 You need to access your database using phpMyAdmin. If you don't know how to do it I suggest you ask a developer Link to comment Share on other sites More sharing options...
Recommended Posts