|
Je rencontre un gros problème sur un des mes sites : (Magento 1.6.2)
J’ai suivi le tutoriel de nbs (www.nbs-system.com/blog/magento-optimization-howto.html) en montant en taille fixe (tmpfs) mon dossier cache et j’ai donc paramétrer mon local.xml :
<cache>
<backend>file</backend>
<prefix>MAGE_</prefix>
<slow_backend>File</slow_backend>
<slow_backend_store_data>0</slow_backend_store_data>
<auto_refresh_fast_cache>1</auto_refresh_fast_cache>
<lifetime>259200</lifetime>
</cache>
Mais j’ai toujours cette erreur dans mon system.log
2012-05-12T11:35:44+00:00 ERR (3): Warning: include(File.php): failed to open stream: No such file or directory in /home/site/public_html/lib/Varien/Autoload.php on line 93
2012-05-12T11:35:44+00:00 ERR (3): Warning: include(): Failed opening ‘File.php’ for inclusion (include_path=’/home/site/public_html/app/code/local:/home/site/public_html/app/code/community:/home/site/public_html/app/code/core:/home/site/public_html/lib:.:/usr/share/php:/usr/share/pear’) in /home/site/public_html/lib/Varien/Autoload.php on line 93
Et mon site plante de temps en temps page blanche et pour résoudre le problème ben je vide le cache....
Comment cela peut il se résoudre ?
|