Results 1 to 2 of 2

Thread: [RESOLVED] PHP5 Not showing errors?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Resolved [RESOLVED] PHP5 Not showing errors?

    Here's a link to my PHPInfo: http://zachafer.com/phpinfo.php

    I have:
    PHP Code:
    error_reporting E_ALL E_STRICT 
    PHP Code:
    display_errors On 
    both set in C:\php5\php.ini

    I have tried restarting Apache, and still nothing.

    Here's my code to test the errors:
    PHP Code:
    <?PHP
        
    if($dfshijfhsijfhi) {
            echo
    ' hi';
        }
    ?>
    Please help!

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: [RESOLVED] PHP5 Not showing errors?

    PHP Code:
    error_reporting E_ALL E_STRICT 
    Resolved.

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