Friday 11 March 2011 1:04:00 am
Hello, I've been using eZ Publish for my personal website for a long time now, with first version being 4.0. Since I upgraded to 4.1 and activated Stale Cache, my Apache error log is flogged with this line : PHP Notice: Undefined index: in kernel/private/classes/clusterfilehandlers/ezfs2filehandler.php on line 168
I'm now in 4.4 since yesterday, and I'm still having this line added over and over to my error log file. Here's the extract of the file with the line highlighted :
// no stalecache file exists, what we do depends on settings
else
{
// generate the dynamic data without storage
>>> if ( $this->nonExistantStaleCacheHandling[ $this->cacheType ] == 'generate' )
{
eZDebugSetting::writeDebug( 'kernel-clustering', $this->filePath, "Generation is being processed, generating own version", __METHOD__ );
break;
}
// wait for the generating process to be finished (or timedout) Did I miss something in configuration during upgrade ? Thanks in advance for your reply ! Benjamin
eZ Publish personal project : http://www.aeriesguard.com [fr]
|