Jump to content

Help Enabling Caching


Recommended Posts

Hi,

 

I'm experiencing problems enabling Memcache on my site.

 

I have both Memcache and Memcached installed by my webhost, however when I attempt to enable caching on the back office, when I click on save most of the screen turns white, except for the top and the setting doesn't save.

 

I'm at a bit of a loss what I need to do, but the store is painfully slow at the moment.

 

Thanks in advance for any assistance you can give

 

Dave

Link to comment
Share on other sites

Locate /config/config.inc.php and

 

change

 

@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

 

to

 

@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);

 

Then try again and post the error here. Remeber to revert the changes

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...