Burning board error

jamieboy1234

Reputable
Joined
Nov 24, 2012
Messages
221
Reaction score
0
FP$
6
Hello please help I'm getting this error I'm running burning board Warning: require_once(RELATIVE_WCF_DIRglobal.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/25/10453825/html/global.php on line 12

Fatal error: require_once() [function.require]: Failed opening required 'RELATIVE_WCF_DIRglobal.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/25/10453825/html/global.php on line 12

-- 30 Mar 2013, 15:11 --

please help<br /><br />-- 30 Mar 2013, 15:31 --<br /><br />now I'm getting this error Parse error: syntax error, unexpected T_IF in /home/content/25/10453825/html/global.php on line 12
 
This first error is something to do with path finding of a file. Basically the required file can not be found or opened. I don't know what software you are using but "RELATIVE_WCF_DIR" seems to sort out your path issues. I hope you are not modify the code when it could be a simple variable in your configuration.

Now that second error is got to be a bug or you changed something in the code regarding an IF statement. It could be something simple like a missing semi-colon above an IF statement.
 
jamieboy1234 said:
now I'm getting this error Parse error: syntax error, unexpected T_IF in /home/content/25/10453825/html/global.php on line 12

Have you edited any of the files? It looks like you may be lacking a ";". Perhaps, if you'd like to show us the file or at least the top portion of the coding, it might be helpful.
 
Back
Top Bottom