Saturday, September 30. 2006
Comments
Display comments as
(Linear | Threaded)
Jonathan,
Hi.
Thanks for posting this. I look forward to trying it.
I uploaded the files. However, I receive the following error messages:
Warning: pageRank::require_once(Cache/Lite.php) [function.pageRank-require-once]: failed to open stream: No such file or directory in /classes/pagerank/pagerank.class.php on line 139
Fatal error: pageRank::require_once() [function.require]: Failed opening required 'Cache/Lite.php' (include_path='.:/usr/local/lib/php5') in /classes/pagerank/pagerank.class.php on line 139
On line 139 in pagerank.class.php is require_once('Cache/Lite.php');
In the pagerank.zip there's no folder titled, "Cache", or file titled, "Lite.php".
Could you email the Lite.php file? Or make it avaiable for download?
Thanks.
Rob
Hi.
Thanks for posting this. I look forward to trying it.
I uploaded the files. However, I receive the following error messages:
Warning: pageRank::require_once(Cache/Lite.php) [function.pageRank-require-once]: failed to open stream: No such file or directory in /classes/pagerank/pagerank.class.php on line 139
Fatal error: pageRank::require_once() [function.require]: Failed opening required 'Cache/Lite.php' (include_path='.:/usr/local/lib/php5') in /classes/pagerank/pagerank.class.php on line 139
On line 139 in pagerank.class.php is require_once('Cache/Lite.php');
In the pagerank.zip there's no folder titled, "Cache", or file titled, "Lite.php".
Could you email the Lite.php file? Or make it avaiable for download?
Thanks.
Rob
Thanks man, i was lookin' this since few days.
cheers
Mehmet
cheers
Mehmet
Hi Jonathan,
the nice script worked for years without any problems. Well, but after updating the server from Suse Linux 8.2 to 10.1 The script caches but the cached files are only displaying a PR 0. What goes wrong now?
Thank you for a little bit help.
greetz, Vince
the nice script worked for years without any problems. Well, but after updating the server from Suse Linux 8.2 to 10.1 The script caches but the cached files are only displaying a PR 0. What goes wrong now?
Thank you for a little bit help.
greetz, Vince
Hi Vince
Is it just the cached value which is stuck on zero or is the value returned from the google servers also zero?
Is it just the cached value which is stuck on zero or is the value returned from the google servers also zero?

After writing the article looking at fetching the google pagerank I realised that I never did add any detail to my assertion that caching the value is quicker than querying the google site every time you want to find out what the pagerank for a site is.
Tracked: Oct 01, 11:11
I rank well for the weirdest things. Recently I've been trying out some web analytics tools and I thought I would share some of my discoveries. I'm mainly going to talk about the search queries I rank well for. If you are interested then read on, if
Tracked: Dec 01, 15:46
On a recent project I wanted to cache data and remembering how easy Cache_Lite was to use in my recent article on displaying a google pagerank I decided to use it again. Unfortunately I ran into a problem, it seemed to only allow you to cache strings and
Tracked: Jan 07, 16:26