PDA

View Full Version : Problem



Moonman
April 9th, 2002, 04:07
Yes, i installed PHP, MySQL, and Apache manually on my computer so i could do local testing of PHP scripts and stuff, anyways i installed PHPBB2 and it worked perfectly, i installed a VB Lite and it aslo went perfectly, but OpenBB and Burning Board keep giving me errors, can some tell me what could be wrong.



This Is From WBB, and this is only a couple out of about 100 lines
Warning: Use of undefined constant ssip - assumed 'ssip' in c:\program files\apache group\apache\htdocs\wbboard\_functions.php on line 31

Warning: Use of undefined constant ssip - assumed 'ssip' in c:\program files\apache group\apache\htdocs\wbboard\_functions.php on line 35

Warning: Use of undefined constant REMOTE_ADDR - assumed 'REMOTE_ADDR' in c:\program files\apache group\apache\htdocs\wbboard\_functions.php on line 35

Warning: Undefined variable: query_id in c:\program files\apache group\apache\htdocs\wbboard\class_db_zugriff.php on line 80

Warning: Undefined property: in c:\program files\apache group\apache\htdocs\wbboard\class_db_zugriff.php on line 80

Warning: Undefined variable: query_id in c:\program files\apache group\apache\htdocs\wbboard\class_db_zugriff.php on line 80

Warning: Undefined property: in c:\program files\apache group\apache\htdocs\wbboard\class_db_zugriff.php on line 80

Warning: Use of undefined constant blocked - assumed 'blocked' in c:\program files\apache group\apache\htdocs\wbboard\_functions.php on line 45



This Is At The Top Of OpenBB's setup script.
Warning: Undefined variable: step in c:\program files\apache group\apache\htdocs\obb\setup.php on line 79

Warning: Undefined variable: database_server in c:\program files\apache group\apache\htdocs\obb\setup.php on line 83

Warning: Undefined variable: database_server in c:\program files\apache group\apache\htdocs\obb\setup.php on line 94

Warning: Undefined variable: step in c:\program files\apache group\apache\htdocs\obb\setup.php on line 122


This is a windows machine so i do not need to CHMOD anything do i.

Moonman
April 10th, 2002, 06:21
anyone at all??

MrCary
April 10th, 2002, 14:59
Hi,

I believe error reporting is set on too sensitive.
Edit php.ini :)

Lemme know what happens. Thanks.

BTW: Use OpenBB! :D

Moonman
April 10th, 2002, 17:50
and i would do that how exactly? i am not that good with this, i got someone to help me install it.

MrCary
April 10th, 2002, 21:11
In php.ini PHP error reporting is set too high, probably to E_ALL.. change it to E_ERROR or something like that that (I can't remember the exact settings)

Moonman
April 10th, 2002, 23:10
OK, thanks i have done that and it works pefectly. As you said it was set to E_ALL, and i did set it to E_ERROR and it works now, so thanks again.