+ Reply to Thread
Results 1 to 3 of 3

Thread: weird error

  1. Join Date
    Dec 2004
    Posts
    2

    weird error

    everything seems to be running ok but above the stats theres this error line that always appears:

    Notice: Undefined variable: newline in C:\Arquivos de programas\EasyPHP1-7\www\apo7\counter\classes\filedb.php on line 150
    People Online: 1
    Today's Visitors: 1
    Total Visitors: 1
    Total Hits: 2
    help please?

  2. Join Date
    Dec 2004
    Posts
    2

    weird error

    thank you very much for the support. <_<

  3. Join Date
    Aug 2004
    Posts
    781

    weird error

    Heh, away away. So sorry. Bills needed to be paid but weren't. Consider the value of your the free script

    Your error reporting for PHP is set too high. This is partly my fault, I should have set the error reporting myself in the script.

    To fix, open up counter.php and change:
    Code:
    <?php global $DB, $OPTION;
    to
    Code:
    <?php global $DB, $OPTION; error_reporting(E_ALL ^ E_NOTICE);

+ Reply to Thread

Posting Permissions

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