PDA

View Full Version : Initial Install - Cpanel issues



Gholsie
Wed 4th Oct '00, 6:05pm
I just made my first install of VB lite. Most issues are configured, but I'm having troubles at the control panel.

When I select "Forums Home Page" from the top of the cpanel window, it gives me the following error:

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

Fatal error: Call to a member function on a non-object in c:\inetpub\wwwroot\forums\index.php3 on line 30


How do I fix this?

-- Mike Gholson

PS: I should also mention that I own the server running Windows 2000 Advanced Server. It's got the latest PHP4 and MySQL.

Mike Sullivan
Wed 4th Oct '00, 7:52pm
open up global.php and find:

global $DB_site

and replace with

global $DB_site;

Gholsie
Wed 4th Oct '00, 9:55pm
Thank you. Your fix worked great.

The development staff might want to know about it so they can make a new lite version.

-- Mike