[pLog-svn] Problem with cache

Paul Westbrook paul at westbrooks.org
Fri Apr 7 08:51:53 GMT 2006


Hello,
    I was looking in to this problem tonight.  I applied this patch  
to model.class.php

Index: class/dao/model.class.php
===================================================================
--- class/dao/model.class.php   (revision 3194)
+++ class/dao/model.class.php   (working copy)
@@ -190,12 +190,29 @@
                         $dbObject = $this->mapRow( $row );

                         $this->_cache->setData( $value, $cacheId,  
$dbObject );
-                       if( $caches ) {
-                               foreach( $caches as $cache =>  
$getter ) {
-                                       $this->_cache->setData 
( $dbObject->$getter(), $cache, $dbObject );
-                               }
-                       }
-               }
+
+                //
+                // Make sure that the data is the same as the  
original object
+                //
+                $tmpObj = $this->_cache->getData( $value, $cacheId );
+
+                // This is relying on php comparing the objects by  
value,
+                // as described in http://php.mirrors.ilisys.com.au/ 
manual/en/language.operators.comparison.php
+                if ( $tmpObj === $dbObject ) {
+                    if( $caches ) {
+                        foreach( $caches as $cache => $getter ) {
+                            $this->_cache->setData( $dbObject-> 
$getter(), $cache, $dbObject );
+                        }
+                    }
+                } else {
+                  // Remove the entry from the cache, since it is bad
+                  // And rely on the answer that we got directly  
from the
+                  // database
+                  error_log( "Found bad cached data Id:" . $value .  
" cache: " .  $cacheId );
+                  $this->_cache->removeData( $value, $cacheId );
+                }
+
+            }

                 return( $dbObject );


What I was looking for was data that was corrupted when being store  
to the cache.  I saw a bunch of log messages that showed where the  
cached data was different than the data from the database.  (This  
differences could be legitimate.  A different thread could have  
written to the cache before a thread had a chance to reread the cache.

I have attached this log.  In the log I see a lot of bloginfo  
changes.  (Does the bloginfo db object change for every request?)    
But I also see some articles and article_categories.


--Paul


-------------- next part --------------
[client 203.158.39.52] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/category/electronics
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:241 cache: articles, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 69.86.201.137] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2004/11/18/updated_metaweblog_support_in_plog
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=348&blogId=2
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=348&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=346&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=346&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=362&blogId=2
[client 125.240.113.194] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=382&blogId=2
[client 195.175.37.8] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=345&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=362&blogId=2
[client 195.175.37.8] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=345&blogId=2
[client 125.240.113.194] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=382&blogId=2
[client 63.138.149.2] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=351&blogId=2
[client 63.138.149.2] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=351&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=347&blogId=2
[client 203.135.51.244] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=358&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=347&blogId=2
[client 203.135.51.244] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=358&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=372&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=342&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=353&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=372&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=342&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=353&blogId=2
[client 212.138.64.176] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=352&blogId=2
[client 212.138.64.176] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=352&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=340&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=340&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=336&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=336&blogId=2
[client 213.140.56.245] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=350&blogId=2
[client 213.140.56.245] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=350&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:4 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:8 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:4 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:7 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:8 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:4 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:7 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:4 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:12 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:6 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:7 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:4 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:4 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:7 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:7 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:6 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:7 cache: article_categories, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=316&blogId=2
[client 68.142.249.205] Found bad cached data Id:2 cache: bloginfo
[client 68.142.249.205] Found bad cached data Id:2 cache: bloginfo
[client 68.142.249.205] Found bad cached data Id:2 cache: bloginfo
[client 68.142.249.205] Found bad cached data Id:2 cache: bloginfo
[client 68.142.249.205] Found bad cached data Id:2 cache: bloginfo
[client 68.142.249.205] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=311&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=311&blogId=2
[client 207.7.148.45] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=314&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=314&blogId=2
[client 202.57.129.114] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=310&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=305&blogId=2
[client 202.57.129.114] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=310&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=305&blogId=2
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 68.142.250.22] Found bad cached data Id:638 cache: articles
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 68.142.250.22] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=297&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=297&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=315&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=315&blogId=2
[client 168.209.97.34] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=300&blogId=2
[client 82.77.29.28] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=299&blogId=2
[client 168.209.97.34] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=300&blogId=2
[client 82.77.29.28] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=299&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=296&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=296&blogId=2
[client 194.152.241.8] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=307&blogId=2
[client 194.152.241.8] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=307&blogId=2
[client 80.255.63.30] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=302&blogId=2
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 72.30.111.28] Found bad cached data Id:698 cache: articles
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 72.30.111.28] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 80.255.63.30] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=302&blogId=2
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=298&blogId=2
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=298&blogId=2
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/
[client 66.249.72.8] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2006/04/03/missing_piece_in_vcard_implementation
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2006/04/03/missing_piece_in_vcard_implementation
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/post/2006/04/03/missing_piece_in_vcard_implementation
[client 168.209.97.34] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=287&blogId=2
[client 168.209.97.34] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=287&blogId=2
[client 85.132.161.205] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=263&blogId=2
[client 85.132.161.205] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=263&blogId=2
[client 202.178.100.53] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=259&blogId=2
[client 217.207.14.187] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=260&blogId=2
[client 202.178.100.53] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=259&blogId=2
[client 217.207.14.187] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=260&blogId=2
[client 202.178.100.53] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=255&blogId=2
[client 202.178.100.53] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=255&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=253&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=253&blogId=2
[client 212.138.47.15] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=252&blogId=2
[client 212.138.47.15] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=252&blogId=2
[client 61.213.147.191] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=256&blogId=2
[client 61.213.147.191] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=256&blogId=2
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 64.78.155.100] Found bad cached data Id:2 cache: bloginfo
[client 210.14.4.82] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=525&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=523&blogId=2
[client 210.14.4.82] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=525&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=523&blogId=2
[client 82.110.130.66] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=521&blogId=2
[client 82.110.130.66] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=521&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=517&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=517&blogId=2
[client 200.223.238.4] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=526&blogId=2
[client 202.142.195.98] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=518&blogId=2
[client 200.223.238.4] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=526&blogId=2
[client 202.142.195.98] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=518&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=244&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=244&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=501&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=501&blogId=2
[client 194.177.100.34] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=498&blogId=2
[client 194.177.100.34] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=498&blogId=2
[client 203.172.160.242] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=246&blogId=2
[client 203.172.160.242] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=246&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=480&blogId=2
[client 212.138.64.175] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=500&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=480&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=245&blogId=2
[client 212.138.64.175] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=500&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=245&blogId=2
[client 200.223.238.4] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=248&blogId=2
[client 200.223.238.4] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=248&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=513&blogId=2
[client 212.138.64.174] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=513&blogId=2
[client 81.196.41.114] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=476&blogId=2
[client 72.30.54.206] Found bad cached data Id:2 cache: bloginfo
[client 81.196.41.114] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=476&blogId=2
[client 72.30.9.202] Found bad cached data Id:2 cache: bloginfo
[client 63.138.149.2] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=502&blogId=2
[client 63.138.149.2] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=502&blogId=2
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:424 cache: articles
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 72.30.110.27] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=473&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=473&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=497&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=497&blogId=2
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=477&blogId=2
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=477&blogId=2
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=490&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=489&blogId=2
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=490&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=489&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=474&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=474&blogId=2
[client 196.27.85.158] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=479&blogId=2
[client 168.209.98.66] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=247&blogId=2
[client 196.27.85.158] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=479&blogId=2
[client 168.209.98.66] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=247&blogId=2
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 80.191.141.196] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=471&blogId=2
[client 80.191.141.196] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=471&blogId=2
[client 203.129.217.6] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=491&blogId=2
[client 203.129.217.6] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=491&blogId=2
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=488&blogId=2
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 71.202.16.93] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.177] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=488&blogId=2
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:721 cache: articles
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 194.152.241.8] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=469&blogId=2
[client 194.152.241.8] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=469&blogId=2
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 131.107.0.96] Found bad cached data Id:2 cache: bloginfo
[client 196.211.35.236] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=241&blogId=2
[client 196.211.35.236] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=241&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=493&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=493&blogId=2
[client 219.117.221.193] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=456&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=457&blogId=2
[client 219.117.221.193] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=456&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=457&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=452&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=452&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=443&blogId=2
[client 212.138.64.178] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=443&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=448&blogId=2
[client 212.138.64.172] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=448&blogId=2
[client 212.138.64.173] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=433&blogId=2
[client 212.138.64.173] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=433&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=207&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=207&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=460&blogId=2
[client 212.138.64.180] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=460&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=451&blogId=2
[client 125.240.113.194] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=468&blogId=2
[client 212.138.64.179] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=451&blogId=2
[client 125.240.113.194] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=468&blogId=2
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 69.120.239.162] Found bad cached data Id:2 cache: bloginfo
[client 212.138.64.173] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=442&blogId=2
[client 212.138.64.173] Found bad cached data Id:2 cache: bloginfo, referer: http://www.paulstimesink.com/index.php?op=ViewArticle&articleId=442&blogId=2
-------------- next part --------------

On Apr 3, 2006, at 10:01 PM, Paul Westbrook wrote:

> Hello,
>    Unfortunately, it didn't solve the problem.  I look into it  
> further.
>
> --Paul
>
>
> On Apr 3, 2006, at 9:48 PM, Mark Wu wrote:
>
>> Thanks.
>>
>> Mark
>>
>>> -----Original Message-----
>>> From: plog-svn-bounces at devel.lifetype.net
>>> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of
>>> Paul Westbrook
>>> Sent: Tuesday, April 04, 2006 12:47 PM
>>> To: plog-svn at devel.lifetype.net
>>> Subject: Re: [pLog-svn] Problem with cache
>>>
>>> Hello,
>>>     My time offset is -3.  I will set it to 0 and delete the cache.
>>> I will let you know what happens.
>>>
>>> --Paul
>>>
>>>
>>>
>>> On Apr 3, 2006, at 7:40 PM, Mark Wu wrote:
>>>
>>>> I agree with Jon about the "time offset".
>>>>
>>>> I never face this problem in my development environment, because I
>>>> turn my offset to off (I mean "0")
>>>>
>>>> What is yout time off set?
>>>>
>>>> If we can reproduce your situation, then I think we can solve it.
>>>>
>>>> Mark
>>>>
>>>>> -----Original Message-----
>>>>> From: plog-svn-bounces at devel.lifetype.net
>>>>> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of
>>>>> paul at westbrooks.org
>>>>> Sent: Tuesday, April 04, 2006 2:19 AM
>>>>> To: plog-svn at devel.lifetype.net
>>>>> Subject: Re: [pLog-svn] Problem with cache
>>>>>
>>>>> Hello,
>>>>>    Actually this is still happening.  It looks like the
>>> cache doesn't
>>>>> have the latest post on my site.  http:// www.paulstimesink.com
>>>>>
>>>>> The top post does not appear on the main page, but when
>>> you click on
>>>>> the permalink, you can see the contents of it.
>>>>>
>>>>> --Paul
>>>>>
>>>>>> Hello,
>>>>>>     I just deleted all of the installed plugins, and deleted the
>>>>>> cache.  This seems to have fixed the problem.  Sometime
>>>>> later, I will
>>>>>> try to find which one caused the problem.
>>>>>>
>>>>>> --Paul
>>>>>>
>>>>>>
>>>>>> On Apr 2, 2006, at 1:47 PM, Paul Westbrook wrote:
>>>>>>
>>>>>>> I just upgraded to top of trunk and I noticed something
>>>>> that appears
>>>>>>> to be a problem with the cache.
>>>>>>>
>>>>>>> The latest one or two posts do not appear in the cache. I
>>>>> belive that
>>>>>>> this is either a problem with retrieving this data from
>>> the cache.
>>>>>>>
>>>>>>> On the site, I know that the select * from articles is working
>>>>>>> correctly, as the post date is correct on the site.
>>>>>>>
>>>>>>> Also the data is store correctly in the database, as I can
>>>>> view it in
>>>>>>> mysql
>>>>>>>
>>>>>>>
>>>>>>>  It looks like the cache file is being updated after
>>> every request.
>>>>>>>
>>>>>>> Here is the information about the file from before and after the
>>>>>>> access
>>>>>>>
>>>>>>>> [root at westbrooks cache_6e]# ls -l --time-style=full-iso
>>>>>>>>
>>>>>
>>> cache_b1518f464a2b1872336c363195888125_9e61c07f25fd7cbf499b2a4ddc24a
>>>>>>>> 4
>>>>>>>> 6c
>>>>>>>> -rw-r--r-- 1 apache apache 24396 2006-04-02
>>>>> 01:15:41.866337456 -0500
>>>>>>>>
>>>>>
>>> cache_b1518f464a2b1872336c363195888125_9e61c07f25fd7cbf499b2a4ddc24a
>>>>>>>> 4
>>>>>>>> 6c
>>>>>>>> [root at westbrooks cache_6e]# ls -l --time-style=full-iso
>>>>>>>>
>>>>>
>>> cache_b1518f464a2b1872336c363195888125_9e61c07f25fd7cbf499b2a4ddc24a
>>>>>>>> 4
>>>>>>>> 6c
>>>>>>>> -rw-r--r-- 1 apache apache 26571 2006-04-02
>>>>> 01:22:47.792586824 -0500
>>>>>>>>
>>>>>
>>> cache_b1518f464a2b1872336c363195888125_9e61c07f25fd7cbf499b2a4ddc24a
>>>>>>>> 4
>>>>>>>> 6c
>>>>>>>
>>>>>>> Here is the cache file for this post:
>>>>>>>
>>>>>>>
>>>>>
>>> <cache_b1518f464a2b1872336c363195888125_9e61c07f25fd7cbf499b2a4ddc24 
>>> a
>>>>>>> 4
>>>>>>> 6c>
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Paul
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Paul Westbrook
>>>>>>> paul at westbrooks.org
>>>>>>> <http://www.westbrooks.org>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> pLog-svn mailing list
>>>>>>> pLog-svn at devel.lifetype.net
>>>>>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>>>>>
>>>>>> --
>>>>>> Paul Westbrook
>>>>>> paul at westbrooks.org
>>>>>> <http://www.westbrooks.org>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> pLog-svn mailing list
>>>>>> pLog-svn at devel.lifetype.net
>>>>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>>>>>
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> pLog-svn mailing list
>>>>> pLog-svn at devel.lifetype.net
>>>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>>>
>>>> _______________________________________________
>>>> pLog-svn mailing list
>>>> pLog-svn at devel.lifetype.net
>>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>>>
>>>
>>> --
>>> Paul Westbrook
>>> paul at westbrooks.org
>>> <http://www.westbrooks.org>
>>>
>>>
>>> _______________________________________________
>>> pLog-svn mailing list
>>> pLog-svn at devel.lifetype.net
>>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>
>
> --
> Paul Westbrook
> paul at westbrooks.org
> <http://www.westbrooks.org>
>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

--
Paul Westbrook
paul at westbrooks.org
<http://www.westbrooks.org>




More information about the pLog-svn mailing list