I am getting the following error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/********/*****l/global.php(604) : eval()'d code(1) : eval()'d code on line 8
on the forumhomepage and or any page for that matter. I went and commented out line code 604 from global.php file and the forums came back on line. This is the code that I commented out:
//eval('$spacer_open = "' . fetch_template('spacer_open') . '";');
Now with it commented out the forum won't let me sign in even though I am entering the correct password. It won't allow anyone to sign in. Any ideas how to fix this?
Thanks,
Itworx4me
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/********/*****l/global.php(604) : eval()'d code(1) : eval()'d code on line 8
on the forumhomepage and or any page for that matter. I went and commented out line code 604 from global.php file and the forums came back on line. This is the code that I commented out:
//eval('$spacer_open = "' . fetch_template('spacer_open') . '";');
Now with it commented out the forum won't let me sign in even though I am entering the correct password. It won't allow anyone to sign in. Any ideas how to fix this?
Thanks,
Itworx4me
Comment