Quote:
Originally Posted by ndahiya
Actually, there is another way to fix this error (i was getting them for a long time!!)...
on line 314, insert the following:
$unique_varname_xyzabc = $u;
The problem is actually a PHP problem (likely restricted to PHP 4.3.11)... so only a few lucky ones like sammyman and me get it!
it has something to do with php getting confused about the variable scope...
|
I was also getting this error with PHP 4.3.11. Sammyman's fix worked for me.
Mark