Page 1 of 1

FATAL ERROR: Cannot use assign-op operators ?

Posted: Fri Jul 25, 2003 10:24 pm
by ChibiGuy
I get the following error when trying to eval() the code succeeding the error

Code: Select all

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /home/xl-netwo/public_html/gsans/template/templates.class(263) : eval()'d code on line 1

Code: Select all

$OPEN = '$BLOCKSїSUBBLOCK]їSUBBLOCKA]їSUBBLOCKB]їSUBBLOCKC]';
eval("$OPEN .= \$linesї\$i];"); // $linesї$i] is a line of text
Does anyone know what the error means?

Posted: Sat Jul 26, 2003 12:06 am
by ChibiGuy
help... lol
:!: