[TYPO3-UG Italy] Versione 6.1.0

Roberto Torresani typo3 at torresani.eu
Thu May 2 13:02:03 CEST 2013


Ciao!
se invece l'errore di un estensione non aggiornata che trovate è 
riferito alla funzione t3lib_div::testInt, la potete sostituire con la 
funzione t3lib_utility_Math::canBeInterpretedAsInteger

Esempio:
// ROBY                 $pageIdIsInt = t3lib_div::testInt($storagePageId);
                         $pageIdIsInt = 
t3lib_utility_Math::canBeInterpretedAsInteger($storagePageId);


Ciao
Roberto



Il 02/05/2013 12.31, Roberto Torresani ha scritto:
> Ciao a tutti
> aggiornando un sito basato sulla 6.0.x alla versione 6.1.0 ho trovato 
> delle incompatibilità con realurl 1.12.4 (attualmente scaricabile dal 
> Extension Manager)
>
> Questo l'errore:
> PHP Fatal error:  Cannot access protected property 
> TYPO3\\CMS\\Core\\Database\\DatabaseConnection::$link in 
> /var/www/xxxxx/typo3conf/ext/realurl/class.tx_realurl.php on line 239
>
> Trovate indicazioni su come risolvere il problema: 
> http://bit.ly/17zb223 <http://bit.ly/17zb223>
>
> Ciao
> Roberto
>
>
>
>
> Il 02/05/2013 10.23, David Denicolò | InteRa ha scritto:
>> ext manager mi sembra più stabile rispetto la 6.0
>> devlog non va
>>
>>
>>
>
> _______________________________________________
> TYPO3-UG-Italy mailing list
> TYPO3-UG-Italy at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy



More information about the TYPO3-UG-Italy mailing list