artur82 Posted April 5, 2013 Share Posted April 5, 2013 I entered the main categories and subcategories using the csv file including links to images. Everything perfect up to this point. The problem is if I go into the card categories see here ---> to change an image, but when I go to save me from the blank page see here ---> and did not change the picture , even the description or title of the category. Why do I get this error? It may be that I loaded with CSV and does not accept changes from the backend, but it seems strange. How can I do? Thanks for your help. Ps = I'm working locally with prestashop 1.5x XAMMP v 3.1.0 active. Link to comment Share on other sites More sharing options...
NemoPS Posted April 6, 2013 Share Posted April 6, 2013 Turn on errors as suggested in the last line of my signature, and post the error you get Link to comment Share on other sites More sharing options...
artur82 Posted April 6, 2013 Author Share Posted April 6, 2013 hello I have modified the file defines.inc.php located in the config like you said. Below you can see the modified code: define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) { @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); } else { @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); } After this change does not give me more than the blank page, once I change the categories tab, it gives me this error: "Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\negozio\classes\db\DbPDO.php on line 80" What should I change now? Thank you for your kindness and your time. P.S. = excuse my english not very fair! Link to comment Share on other sites More sharing options...
Recommended Posts