PDA

View Full Version : Error accessing control panel


blkphtm
Thu 8th Mar '01, 3:32pm
I am getting this message after entering a password to get into the control panel. When running the install.php, it created the database and all the tables, but I still can't access the control panel part.

Daren


Warning: Undefined variable: nocache in global.php on line 21

Warning: Undefined variable: query_id in db_mysql.php on line 99

Warning: Undefined property: in db_mysql.php on line 99

Warning: Use of undefined constant template - assumed 'template' in global.php on line 53

Warning: Cannot add header information - headers already sent by (output started at global.php:21) in global.php on line 195

jojo85
Thu 15th Mar '01, 4:05pm
Your version plz

blkphtm
Fri 16th Mar '01, 8:26am
Vbulletin lite, version 1.00.
MY SQL version 3.23.34a
Windows 2000 Server with SP1

I had this running on a NT server without any problems. Just can't seem to get it to work on a 2000 server.


http://www.enetwebs.com/daren/admin/install.php


Daren

PeF
Fri 16th Mar '01, 9:03am
http://www.vbulletin.com/forum/showthread.php?s=&threadid=11394

jojo85
Fri 16th Mar '01, 9:52am
I have try but don't work sorry :(

blkphtm
Fri 16th Mar '01, 1:50pm
Looks like I got everything working.

Added the following the second line of each .php file:

error_reporting(7);

Thanks for help everyone.

Daren