Forums / Install & configuration / ezutf8codec.php error
Daniele Turcato
Thursday 21 August 2003 2:45:15 pm
I am trying to install version 3.2 but when point the browser on the index.php in order to begin the installation I receive this error:
Parse error: parse error in /home/turcato/public_html/ez/lib/ezi18n/classes/ezutf8codec.php on line 97
Fatal error: Undefined class name 'ezutf8codec' in /home/turcato/public_html/ez/lib/ezi18n/classes/ezcodepage.php on line 481
I have controlled the file ezutf8codec.php and to line 97 it is interrupted with this line:
$char = "ÿÿ
Jan Borsodi
Tuesday 26 August 2003 8:16:50 am
It seems that something has destroyed the data in this file (perhaps the unpacker you used). Try changing the noted line into.$char = chr( 0 );
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq