|
Once a day I get the following error message:
Warning: include_once(Mage/Core/functions.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/whitefirebrands.com/httpdocs/magento/app/Mage.php on line 49
Warning: include_once() [function.include]: Failed opening ‘Mage/Core/functions.php’ for inclusion (include_path=’.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/whitefirebrands.com/httpdocs/magento/app/Mage.php on line 49
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/whitefirebrands.com/httpdocs/magento/app/Mage.php on line 50
Warning: include_once() [function.include]: Failed opening ‘Varien/Autoload.php’ for inclusion (include_path=’.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/whitefirebrands.com/httpdocs/magento/app/Mage.php on line 50
Fatal error: Class ‘Varien_Autoload’ not found in /var/www/vhosts/whitefirebrands.com/httpdocs/magento/app/Mage.php on line 53
The error happens almost every afternoon. Every morning, the site seems to work fine. Then, all of the sudden, the error comes up for a while. Several hours later without changing anything, all of the sudden, the error does not show and the site works as it should.
Any ideas as to how to fix this permanently?
|