Results 1 to 4 of 4

Thread: Apache + PHP4 Help please...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312

    Apache + PHP4 Help please...

    rightm i keep getting these errors (these kind of errors)...

    Notice: Undefined variable: do in C:\Program Files\Apache Group\Apache2\htdocs\openbb\setup.php on line 4

    I have installed PHP and alot of PHP seems to be working, but this kind of error seems to be making it go wrong and so buggerall works

    I have apache2, BUT had to use this tutorial....

    http://www.thickbook.com/extra/php_apachephp4_win.phtml

    which is for 1.3. This must be the basis of the error, but i cant find documentation (ahem, understandable documentation) for 2.0

    Thanks for any help
    Power to 2000 Electronic Donkeys!
    www.edonkey2000.com
    I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".

  2. #2
    scoutt
    Guest
    you will have to edit the php.ini file and uncomment or add this line

    error_reporting = E_ALL & ~E_NOTICE

    or in code you can add

    <? error_reporting(7) ?>

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    cool

    just slapped it in on the bottom of the php.ini and all seems to work fine now

    Thanks
    Power to 2000 Electronic Donkeys!
    www.edonkey2000.com
    I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".

  4. #4
    scoutt
    Guest
    well there is a whole section in the ini file about that. it should go there so everything is in order. but to each his own

    your welcome

Posting Permissions

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



Click Here to Expand Forum to Full Width