Jump to content

Problem Change Performance Will Generate Error 500


Recommended Posts

Hi All,

 

I need help, I have spent days trying to solve this issue but I failed.

 

Any change that I am doing in the performance tab even if I click on empty the cache I will have an error 500 for both the front office and the back office.

 

Any settings I will change for the performance page will lead to that error 500.

 

I found how to solve the error 500 : by deleting the file called class_index.php located in the cache directory but this is doesn't resolved the fact that I cannot change any performance settings

 

 

Can you please help me to solve this problem.

 

I compared both files class_index.php before and after the error.

Here are the difference :

 

On the left it's the file class_index.php that contains error when I try to change any performance

 

line 1546

 

'path' => '',   'path' => 'override/classes/Cart.php',

 

line 2050

 

 

'path' => 'classes/DbMySQLi.php',   'path' => 'classes/db/DbMySQLi.php',

 

 

line 2062

 

'path' => 'classes/DbPDO.php',  

'path' => 'classes/db/DbPDO.php',

 

line 2074

 

'path' => 'classes/DbQuery.php',   'path' => 'classes/db/DbQuery.php',

 

line 2560

 

'path' => '',  

'path' => 'override/classes/Image.php',

 

 

line 3292

 

 

'path' => 'classes/PrestaShopDatabaseException.php',   'path' => 'classes/exception/PrestaShopDatabaseException.php',

 

line 3304

 

'path' => 'classes/PrestaShopException.php',   'path' => 'classes/exception/PrestaShopException.php',

 

line 3340

 

 

'path' => 'classes/PrestaShopModuleException.php',   'path' => 'classes/exception/PrestaShopModuleException.php',

 

line 3358

 

 

'path' => '',   'path' => 'override/classes/Product.php',

 

 

 

 

How to solve this problem so I can perform changes in the Performance page ?

 

I am using Prestashop 1.6.1.11

I upgraded from 1.4

Thank you

'path' => '',   'path' => 'override/classes/Cart.php', Edited by laurent0071 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...