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