Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : hyrion 11 Nov 2009, 16:18:32
-
Come scritto ricevo all'apertura il seguente errore
PHP notice: Only variables should be assigned by reference in d:\accounts\ecc. on line 90
questa è la line 90 (vi scrivo tutta la funzione condizionale)
89 if ($node->name() == 'a') {
90 $linkChildren = & $node->children ();
91 $span = & $linkChildren[0];
che può essere? Il server ha php 4.4.9
Grazie a chiunque mi vorrà aiutare
-
tutto ok il problema era nel template, ne ho installato un altro e adesso tutto ok