Salve a tutti,
da qualche tempo non riesco ad accedere al lato amministrativo del sito, quando provo ad accedere mi viene restituito questo msg
Fatal error[/size]: Call to a member function load() on a non-object in [/size]/var/www/virtual/rampazzoitstyle.com/htdocs/libraries/joomla/user/user.php[/size] on line [/size]888
[/size]
[/size]ed il relativo pezzo di codice è:
[/size]
{
// Create the user table object
$table = $this->getTable();
// Load the JUserModel object based on the user id or throw a warning.
if (!$table->load($id))
{
JError::raiseWarning('SOME_ERROR_CODE', JText::sprintf('JLIB_USER_ERROR_UNABLE_TO_LOAD_USER', $id));
return false;
}
La versione di joomla è 2.7
Qualcuno sa aiutarmi?
Ringrazio fin d'ora