Fatal error at install

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Dec 10, 2013 6:48 pm
Hello! Please help me.

I use XAMPP and it's all ok. Then when I move the site with Akeeba, after instalation show the error:

Fatal error: Call to a member function get() on a non-object in ...../public_html/plugins/system/remember/remember.php on line 94

In the remember.php has

Code: Select all
93      // Use domain and path set in config for cookie if it exists.
94      $this->cookie_domain = $this->app->get('cookie_domain', '');
95      $this->cookie_path = $this->app->get('cookie_path', '/');
96      $this->lifetime = time() + ($this->params->get('cookie_lifetime', '60') * 24 * 60 * 60);
97      $this->secure = $this->app->isSSLConnection();
98      $this->length = $this->params->get('key_length', '16');


Whats the problem?
User avatar
Fresh Boarder

GK User
Tue Dec 10, 2013 7:00 pm
User avatar
Platinum Boarder

GK User
Tue Dec 10, 2013 7:04 pm
p.s.
Of course I suggest to install default Joomla 3.2 on your server to check if your severs settings are okey.
Maybe there are not, that's why ...

Second idea:
Go into your site with FTP and rename the

"plugins/system/remember/"

directory to something like:

"plugins/system/rememberBACKUP/"

This will mean that Joomla will ignore this plugin (for reasons I won't go into)...

This should then bypass the error and allow you into your site and the admin.

Once in the admin, clear the cache...

Then try renaming the directory back to normal and see what happens.

You might need to reinstall a joomla patch over the top of your current joomla install. (Akeeba admin tools used to allow you to reinstall joomla on top of itself which solved a lot of these types of problems but I think they stopped that functionality recently)
User avatar
Platinum Boarder


cron