Jump to content

Issue with site transfer


Recommended Posts

Hello,

 

My problem is simple.

 

I transfered my site to another server which does not support xCache.

Now I need to disable xCache in order to work (i guess)

 

Here is the error that I receive.

 

Fatal error: Call to undefined function xcache_get() in /home/tzatools/public_html/classes/cache/CacheXcache.php on line 36

Link to comment
Share on other sites

what version of Prestashop?

 

if PS v1.6, then open /config/settings.inc.php, locate this line and change the value from '1' to '0'

define('_PS_CACHE_ENABLED_', '1');

 

if PS v1.7, the open /app/config/parameters.php, locate this line and change the value from true to false

    'ps_cache_enable' => true,

 

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