Jump to content

Configuration categories perfect, but error from the backend.


Recommended Posts

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 ---> post-498942-0-08890700-1365192972_thumb.jpg to change an image, but when I go to save me from the blank page see here ---> post-498942-0-98296800-1365192979_thumb.jpg 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

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

×
×
  • Create New...