Closed Thread
Results 1 to 6 of 6

Thread: Problem

  1. #1
    NLC Moonman is a jewel in the roughMoonman is a jewel in the rough
    Join Date
    Apr 2001
    Posts
    2,086

    Problem

    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.

  2. #2
    NLC Moonman is a jewel in the roughMoonman is a jewel in the rough
    Join Date
    Apr 2001
    Posts
    2,086
    anyone at all??

  3. #3
    Member MrCary is an unknown quantity at this point
    Join Date
    Dec 2001
    Location
    Memphis, TN, USA
    Posts
    67
    Hi,

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

    Lemme know what happens. Thanks.

    BTW: Use OpenBB!

  4. #4
    NLC Moonman is a jewel in the roughMoonman is a jewel in the rough
    Join Date
    Apr 2001
    Posts
    2,086
    and i would do that how exactly? i am not that good with this, i got someone to help me install it.

  5. #5
    Member MrCary is an unknown quantity at this point
    Join Date
    Dec 2001
    Location
    Memphis, TN, USA
    Posts
    67
    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)

  6. #6
    NLC Moonman is a jewel in the roughMoonman is a jewel in the rough
    Join Date
    Apr 2001
    Posts
    2,086
    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.

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts