PDA

View Full Version : Error - moving from Control Panel to Forums Home Page


ukgolfpro
Thu 21st Sep '00, 10:53am
I am getting the following error when moving from Control Panel to Forums Home Page:

Parse error: parse error, expecting `','' or `';'' in global.php3 on line 62

I am a newbie. Install wnet fine with no problems.

Chris Schreiber
Thu 21st Sep '00, 11:04am
I believe this is a simple typo in the global.php3 (I thought this was fixed....)

Just open up global.php3 in notepad or any text editor, go to line 62, and add a ";" to the very end of the line

-Chris

Chris Schreiber
Thu 21st Sep '00, 1:11pm
To follow up on this:

open up global.php and scroll down until you find:

global $DB_site

change it to

global $DB_site;

-Chris

ukgolfpro
Thu 21st Sep '00, 2:00pm
Thanks for your help Chris - Problem solved and everything working fine.

At first I only noticed a global.php3 file under the admin directory, then noticed another under my main directory, where the error was dound and amended.