سلام
من جوملای خودم که ۳.۱ بود رو از داخل پنل مدیریت به جوملا ۳.۵ ارتقا دادم بعد از ارتقا متاسفانه با این خطا روبه رو میشم
Fatal error: Call to a member function get() on a non-object in /home/memale/domains/.ir/public_html/plugins/system/remember/remember.php on line 94
این هم کد خط ۹۴ در فایل مذکور
public function __construct(&$subject, $config = array())
{
parent::__construct($subject, $config);
// Use domain and path set in config for cookie if it exists.
$this->cookie_domain = $this->app->get('cookie_domain', '');
$this->cookie_path = $this->app->get('cookie_path', '/');
$this->lifetime = time() + ($this->params->get('cookie_lifetime', '60') * 24 * 60 * 60);
$this->secure = $this->app->isSSLConnection();
$this->length = $this->params->get('key_length', '16');
}
لطفا راهنمایی فرمایید