[TYPO3] tx_yafi - Fatal Error

Marc Weigand info at marcweigand.de
Thu Sep 25 16:57:52 CEST 2008


> I'd like to see into this problem but I would not have any time in the nearest future :(

It looks like many people had this problem when trying to port their
scripts from PHP4 to PHP5. PHP offers some merging instructions and
tells the following:

Illegal use of string offsets causes E_ERROR instead of E_WARNING.
EX :
<?php
  $a = "foo";
  unset($a[0][1][2]);
?>
Fatal error: Cannot use string offset as an array in ... on line 1

So first of all i tried to install PHP4-CLI but script tells me that
at least PHP 5.2 is needed to run Typo3(?).
I'm looking into the PHP code now but I doubt that I will figure something out.


More information about the TYPO3-english mailing list