Ciao a tutti,
dopo aver trasferito e reinstallato un sito con Akeeba Backup
ricevo questo errore (sia nel backend che nel frontend)
Strict Standards: Only variables should be assigned by reference in /home/xxx/public_html/libraries/mws/common/system.php on line 95
Alla linea 95 del system.php vedo
$this->doc =& JFactory::getDocument();
inserito in
public function __construct()
{
// Set variables
$this->app = JFactory::getApplication();
$this->doc =& JFactory::getDocument();
$this->db = JFactory::getDBO();
$this->option = JRequest::getCmd('option');
$this->view = JRequest::getCmd('view');
$this->id = JRequest::getInt('id');
$this->catid = JRequest::getInt('catid');
$this->url = JFilterOutput::ampReplace(JURI::getInstance()->toString());
...
Error Reporting è impostato su "System default", ovviamente se lo imposto su "None" l'errore
non è più mostrato, ma magari sarebbe meglio capire cosa è successo.
Consigli?
Grazie!