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

https://www.akeebabackup.com/support/site-restoration/11941-kickstart-restore-appears-to-work-fine-but-site-generates-500-error.html

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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -