Friday 16 April 2010 5:07:11 am
hey all, I want to upgrade my PHP4 installation of eZPublish to PHP5 and therefore I upgraded an existing installation from 3.9.1 -> 3.9.5 and also went from 3.9.5->3.10.1, however no I get the following warnings, which do not make sense to me (I did not get these @ 3.9.5 or before that): PHP:fopen(var/mysiteaccess/cache/sortkey_mydb.php): failed to open stream: No such file or directory in /var/www/mydir/kernel/classes/clusterfilehandlers/ezfsfilehandler.php on line 217 PHP:fopen(var/mysiteacces/cache/classidentifiers_mydb.php): failed to open stream: No such file or directory in /var/www/mydir/kernel/classes/clusterfilehandlers/ezfsfilehandler.php on line 217 PHP:fopen(var/mysiteacces/cache/sortkey_mydb.php): failed to open stream: No such file or directory in /var/www/mydir/kernel/classes/clusterfilehandlers/ezfsfilehandler.php on line 217 PHP:fopen(var/mysiteacces/cache/classidentifiers_mydb.php): failed to open stream: No such file or directory in /var/www/mydir/kernel/classes/clusterfilehandlers/ezfsfilehandler.php on line 217 These files DO exist in: /var/www/mydir/var/mysiteacces/cache/mysiteacces/*.php but not in the place it is looking in, or so it seems? The weird thing is that I am NOT using clustering, so why does this handler even get loaded? Is there any setting that I may have overlooked and that has changed in between 3.9 and 3.10? Any other hints on how to get closer to a solution? Thanks! Clemens
|