Edit file File name : class.A2OptJoomla3.php Content :<?php class A2OptJoomla3 extends A2OptJoomla{ public function __construct($app){ $this->memcached_lib = "memcache"; $this->type = "Joomla3"; parent::__construct($app); } } Save