Hali,
2517, az admin felületen a joomla frissitésnél kiválasztom a rövid támogatást, megtalálja,
rákattintok hogy installálja akkor kidobb egy ilyet, és ennyit mutat onnantól az oldal:
Fatal error: Call to a member function get() on a non-object in C:\xampp\htdocs\Joomla\ostery\plugins\system\remember\remember.php on line 94
az emlitett fájl 94 soratól ez kezdődik,
találkozott valaki hasonlóval? megoldás?
Code:
{
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');
}
fel akartam frissiteni 321-re...