anyone at all??

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 45This 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.

anyone at all??
Hi,
I believe error reporting is set on too sensitive.
Edit php.ini
Lemme know what happens. Thanks.
BTW: Use OpenBB!![]()

and i would do that how exactly? i am not that good with this, i got someone to help me install it.
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)

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.
Bookmarks