[TYPO3-linux] UTF problems on AIX

marius popa mapopa at reea.net
Thu Mar 9 13:28:08 CET 2006


we run typo3 on an aix server with php compiled as cgi bin interpreter

And all is ok , installation worked and site is up
but we have some problems when we add vmenu or hmenu in templates

the page with menu doesn't respond and i enabled the php logs (in php.ini)
so  now i can see the only error message generated

[09-Mar-2006 03:52:55] PHP Fatal error:  Maximum execution time of 600
seconds exceeded in /foo/dummy-3.8.1/t3lib/class.t3lib_cs.php on line 1051

and at that line i see this

 if ($title && $title != $upper) $utf8CaseFolding['toTitle'][$utf8_char]
= $this->UnumberToChar(hexdec($title));

I suspect that is an infinite loop (while) and the php is killed at that
line

-- 
Regards,
Linux admin team




More information about the TYPO3-linux mailing list