+ Reply to Thread
Results 1 to 6 of 6

Thread: help!

  1. help!

    I am unable to configue this counter at my site http://gdragonz.zendurl.com/counter/counter.php is gives this message.

    Warning: EP_Dev_Counter::require() [function.EP-Dev-Counter-require]: Unable to access /counter/classes/mysqldb.php in /home/zendurl/public_html/gdragonz/counter/counter.php on line 447

    Warning: EP_Dev_Counter::require(/counter/classes/mysqldb.php) [function.EP-Dev-Counter-require]: failed to open stream: Permission denied in /home/zendurl/public_html/gdragonz/counter/counter.php on line 447

    Fatal error: EP_Dev_Counter::require() [function.require]: Failed opening required '/counter/classes/mysqldb.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/zendurl/public_html/gdragonz/counter/counter.php on line 447

  2. Join Date
    Aug 2004
    Posts
    781

    Re: help!

    Your absolute path setting in counter.php is probably incorrect. Based on your error messages, your absolute path should be:
    Code:
    /home/zendurl/public_html/gdragonz/counter/
    Thus, the absolute path setting line should look like:
    Code:
    $OPTION['Absolute_Path'] = "/home/zendurl/public_html/gdragonz/counter/";

  3. Re: help!

    Thanks 4 the help my counter does not give the errors anymore but the counter doesn't show up on my page. I have changed servers at http://gamingdragonz.4000webs.com/co...statistics.php

  4. Join Date
    Aug 2004
    Posts
    781

    Re: help!

    If you have changed servers then your absolute path has probably changed again as well.

  5. Re: help!

    I am sure that my absolute path is correct as i ran abs.php and got it from there.
    Quote Originally Posted by Patiek
    If you have changed servers then your absolute path has probably changed again as well.
    Also i am sure that mysql is correct so i am getting closer to finally finishing however the last thing for completion is to make it show up on my http://gamingdragonz.4000webs.com/co...statistics.php page

  6. Join Date
    Aug 2004
    Posts
    781

    Re: help!

    Are you even using my script?

    I can't find the expected http://gamingdragonz.4000webs.com/counter/counter.php file.

+ 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