Quote:
Originally Posted by vbreal
just did a server change and i am now getting this error with new registrants.
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/mysite/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5
going to delete and reinstall
|
Just change line 5 of that file from:
Code:
for ($i = 0; $i <8 $i++) {
To:
Code:
for ($i = 0; $i <8; $i++) {
I had to do that too; I guess most other folks aren't hitting this file for some reason?