PDA

View Full Version : help!



gamingdragonz
11-30-2006, 03:39 PM
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

Patrick
11-30-2006, 04:32 PM
Your absolute path setting in counter.php is probably incorrect. Based on your error messages, your absolute path should be:

/home/zendurl/public_html/gdragonz/counter/

Thus, the absolute path setting line should look like:

$OPTION['Absolute_Path'] = "/home/zendurl/public_html/gdragonz/counter/";

gamingdragonz
12-01-2006, 10:25 AM
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/counter/statistics.php

Patrick
12-01-2006, 12:51 PM
If you have changed servers then your absolute path has probably changed again as well.

gamingdragonz
12-02-2006, 06:35 AM
I am sure that my absolute path is correct as i ran abs.php and got it from there.


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/counter/statistics.php page

Patrick
12-03-2006, 04:47 PM
Are you even using my script?

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