Welcome Guest, Not a member yet? Register   Sign In
Strange parse error in Form_validation library : unexpected T_STRING eval()'d code
#5

[eluser]Isuka[/eluser]
[quote author="xwero" date="1235415618"]It seems they fixed it in the latest version but in the version with the eval function you find following line at 450
Code:
$post .= ' = $array;';

Which should be
Code:
$post .= " = $array;"; /* or */ $post .= ' = '.$array.';';
[/quote]

Thanks xwero for this Smile

EDIT :

I tried with both
Code:
$post .= " = $array;"; /* and */ $post .= ' = '.$array.';';
and now I can see the error. So the fix don't work but I know now the error come from this line Smile The best thing I can do is maybe to upgrade to 1.7.1.


Messages In This Thread
Strange parse error in Form_validation library : unexpected T_STRING eval()'d code - by El Forum - 02-23-2009, 07:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB