I was trying to install the Blank Theme http://www.magentocommerce.com/extension/518/blank-theme and it says it needs the Magento Core 1.3.3 which I then select the reinstall from the existing extension list via the Connect Manager. The process install and completes but I get a blank page. After I turn on the PHP display error mode, I see the following, any idea how I can revert the changes?
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\app\Mage.php on line 50
Warning: include_once() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='C:\inetpub\wwwroot\app\code\local;C:\inetpub\wwwroot\app\code\community;C:\inetpub\wwwroot\app\code\core;C:\inetpub\\wwwroot\lib;.;C:\php5\pear') in C:\inetpub\wwwroot\app\Mage.php on line 50
Warning: include(Varien\Autoload.php) [function.include]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\app\code\core\Mage\Core\functions.php on line 68
Warning: include() [function.include]: Failed opening 'Varien\Autoload.php' for inclusion (include_path='C:\inetpub\wwwroot\app\code\local;C:\inetpub\wwwroot\app\code\community;C:\inetpub\wwwroot\app\code\core;C:\inetpub\wwwroot\lib;.;C:\php5\pear') in C:\inetpub\wwwroot\app\code\core\Mage\Core\functions.php on line 68
Fatal error: Class 'Varien_Autoload' not found in C:\inetpub\wwwroot\app\Mage.php on line 53
I got the site working back by restoring the magento files with the original source. I would recommend making a recent backup of your sites before doing so. However, the attempt to upgrade the Mage still fail after the upgrade. Site throws the following error:
Fatal error: Call to undefined method Varien_Db_Adapter_Pdo_Mysql::getForeignKeys() in C:\inetpub\wwwroot\app\code\core\Mage\Tag\sql\tag_setup\mysql4-upgrade-0.7.1-0.7.2.php on line 64
I was trying to install the Blank Theme http://www.magentocommerce.com/extension/518/blank-theme and it says it needs the Magento Core 1.3.3 which I then select the reinstall from the existing extension list via the Connect Manager. The process install and completes but I get a blank page. After I turn on the PHP display error mode, I see the following, any idea how I can revert the changes?
Warning: include_once(Varien/Autoload.php) [function.include-once]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\app\Mage.php on line 50
Warning: include_once() [function.include]: Failed opening 'Varien/Autoload.php' for inclusion (include_path='C:\inetpub\wwwroot\app\code\local;C:\inetpub\wwwroot\app\code\community;C:\inetpub\wwwroot\app\code\core;C:\inetpub\\wwwroot\lib;.;C:\php5\pear') in C:\inetpub\wwwroot\app\Mage.php on line 50
Warning: include(Varien\Autoload.php) [function.include]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\app\code\core\Mage\Core\functions.php on line 68
Warning: include() [function.include]: Failed opening 'Varien\Autoload.php' for inclusion (include_path='C:\inetpub\wwwroot\app\code\local;C:\inetpub\wwwroot\app\code\community;C:\inetpub\wwwroot\app\code\core;C:\inetpub\wwwroot\lib;.;C:\php5\pear') in C:\inetpub\wwwroot\app\code\core\Mage\Core\functions.php on line 68
Fatal error: Class 'Varien_Autoload' not found in C:\inetpub\wwwroot\app\Mage.php on line 53
same shit after update and commiting on our svn… (( please heeelp!
We’re having the same issues, although our sight seems to alternate between working and and throwing up the PHP errors. Tried uploading the files as recommended, but no dice. Still throws up the errors.
I solved the problem, the problem was that some files in the lib folder should be updated during Magento update but they didn’t i just downloaded the Magento and copied files from the fresh installation to lib folder and it worked.
Just installed latest clean stable Magento ver. 1.3.2.3 and added one new product.
When I click on the product to preview - I get this error:
Warning: include(Mage/Tag/Model/Session.php) [function.include]: failed to open stream: No such file or directory in .../lib/Varien/Autoload.php on line 93
I have a similar problem. I currently disabled the mage_review, however I would like it more if the review option would work as it should.
Does anyone managed to resolve this? The error I received is displayed below.
Warning: include(Mage/Core/Model/Config/Base.php) [function.include]: failed to open stream: No such file or directory in /home/a6798805/public_html/magento/lib/Varien/Autoload.php on line 93
Free Web Hosting
PHP Error Message
Warning: include() [function.include]: Failed opening \’Mage/Core/Model/Config/Base.php\’ for inclusion (include_path=\’/home/a6798805/public_html/magento/app/code/local:/home/a6798805/public_html/magento/app/code/community:/home/a6798805/public_html/magento/app/code/core:/home/a6798805/public_html/magento/lib:.:/usr/lib/php:/usr/local/lib/php\’) in /home/a6798805/public_html/magento/lib/Varien/Autoload.php on line 93
Free Web Hosting
PHP Error Message
Fatal error: Class \’Mage_Core_Model_Config_Base\’ not found in /home/a6798805/public_html/magento/app/code/core/Mage/Core/Model/Config.php on line 35
Hi everyone,
my solution:
in the file app/Mage.php on line 50, set absolute path, like this:
include_once “your/absolute/path/Varien/Autoload.php”;
or
include_once “../Varien/Autoload.php”;
I had this error.
For some reason my entire lib directory disappeared! (I don’t remember deleting it)
Fortunately I was able to restore a backup from last week. Seems to be working ok again.