php - Issue with AWS when migrate Joomla site -
i have site joomla run in not. want migrate aws of amazon. used akeba backup backup , restore in aws. recevied blank page (both frontend , backend) when enable show error in configuration file, received message: "fatal error: call member function get() on non-object in /var/www/html/libraries/joomla/cache/storage/memcache.php on line 124". tried solution, not success.
p/s: tried install new joomla in aws, received same problem.
thank , have nice day.
sounds issue mentioned here...
to quote what may solution page...
your old site using memcache cache storage handler, new site doesn't support it. no problem, revert ol' file storage handler. open configuration.php file text editor , find line begins with
public $cache_handler
and change read
public $cache_handler = 'file';
save file (and make sure it's uploaded site's root), reload site. should load correctly.
Comments
Post a Comment