As I have posted on the freakauth 1.1 thread
@DanFreak
Since we’re in the process of fine tuning Fal I would like to introduce another niggle hehe. Once I got the myaccount/edit controler/method working. CI seems to spout out a strange but interesting error.
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\wamp\www\myswebsite\system\libraries\Profiler.php on line 169Upon inspection of this of Profiler.php line 169
line 168://$output .= "<tr><td width='50%' style='color:#000;background-color:#ddd;'>$_POST[".$key."] </td><td width='50%' style='color:#009900;font-weight:normal;background-color:#ddd;'>".htmlspecialchars(stripslashes($val))."</td></tr>\n";
line 169:$output .= "<tr><td width='50%' style='color:#000;background-color:#ddd;'>$_POST[".$key."] </td><td width='50%' style='color:#009900;font-weight:normal;background-color:#ddd;'>";It seems line 168 was commented out to make room for line 169. So as an experiment decided to comment out line 169 as well and lo and behold it worked! but there was this weird benchmark result that comes out of the bottom of the edit form..
please click on link below(sorry I don’t know how does this forum display images).
http://i8.photobucket.com/albums/a21/jamongkad/error.jpg
A pic of the error in this link:
http://i8.photobucket.com/albums/a21/jamongkad/error.jpg
My tools:
Code Igniter 1.5.3
FreakAuth_light_1.1
I will attempt to fix this on my own
but help from Rick and the gang would be nice.
