Popstats

Status
Not open for further replies.

alexb

Señor Member
Dec 6, 2007
1,510
21
0
Indiana
Does anybody on this board have experience with popstats? I'm working on an app that pulls PR for multiple sites, but I can't get cacher.class.php to work. I'm getting a lot of this:
Warning: error_log(error_log) [function.error-log]: failed to open stream: Permission denied in /home/mydir/public_html/pragtest/cacher.class.php on line 99

Warning: error_log(error_log) [function.error-log]: failed to open stream: Permission denied in /home/mydir/public_html/pragtest/cacher.class.php on line 100

Notice: Couldn't get Pagerank for google.com. Got: [] in /home/mydir/public_html/pragtest/google_pagerank.class.php on line 63
Any ideas? I've changed the $cachedir variable to "cache" and given that directory 766 permissions.
 


The problem is permissions on the error log. You need to find out which file is configured in PHP as the error log and adjust the permissions. Make a PHP page with only <?php phpinfo(); ?> in it to view the configuration variables.
 
Status
Not open for further replies.