PDA

View Full Version : intallation problem WIN2kPro



empusa
Tue 19th Jun '01, 3:09am
Installed VBLite and get past the install process but i'm unable to get past the control panel or Index.php.

http://Bender/vbull/admin/index.php

_________________________________________

Warning: Undefined variable: nocache in c:\inetpub\wwwroot\vbull\admin\global.php on line 21

Warning: Undefined variable: query_id in c:\inetpub\wwwroot\vbull\admin\db_mysql.php on line 99

Warning: Undefined property: in c:\inetpub\wwwroot\vbull\admin\db_mysql.php on line 99

Warning: Use of undefined constant template - assumed 'template' in c:\inetpub\wwwroot\vbull\admin\global.php on line 53

Warning: Undefined variable: controlpassword in c:\inetpub\wwwroot\vbull\admin\global.php on line 179
______________________________________________

I'm using PWS on Win2KPro with MySQL and latest greatest PHP.

Any ideas?

JimF
Tue 19th Jun '01, 3:36am
http://vbulletin.com/forum/showthread.php?s=&threadid=11394

empusa
Tue 19th Jun '01, 3:50am
Inserting:

error_reporting(7);

in global.php worked.

I actually found it, but thanks for the help.

I got a little impatient, i'll look harder next time.

empusa
Tue 19th Jun '01, 3:58am
Even better is to add this to PHP.ini file.


error_reporting = E_ALL & ~E_NOTICE; Show all errors except for notices

This resolves future error msgs.

Courtesy of another poster. thx