Dear
I tried to move my website content from
cloudaccess.net to another host. I produced a jpa backup file using akeeba backup component. After that, I installed the jpa file in the new host using kickstart.php
now I can login to the backend of my site. I mean I can login to administartor, and I can see all the articles and modules; however, the front end does not work. in fact, I get this fatal error:
Fatal error: Call to a member function get() on a non-object in
/home/muhaj419/public_html/libraries/joomla/cache/storage/memcache.php on line
114
the memchache line 111 to 116 is:
public function get($id, $group, $checkTime = true)
{
$cache_id = $this->_getCacheId($id, $group);
$back = self::$_db->get($cache_id);
return $back;
}
I greatly appreciate any help in advance.
Best Regards,
Murtaza Hazara