|
Hallo zusammen
Ich habe ein kleines Installations Problem mit Magento. Habe alle Dateien hochgeladen (mehrmals überprüft) und die Anforderungen werden von meinem Server auch erfüllt (PHP Info > http://www.firewolf.ch/info.php). Jedoch kommt immer diese Fehlermeldung wenn ich http://www.futurestore.ch/shop/install aufrufe (Webshop URL > http://www.futurestore.ch/shop):
Warning: include(Zend/Controller/Request/Http.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/functions.php on line 44 [0] in __autoload() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/functions.php on line 44 [1] in __autoload("Zend_Controller_Request_Http") in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Controller/Varien/Front.php on line 78 [2] in Mage_Core_Controller_Varien_Front->getRequest() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Model/Url/Rewrite.php on line 126 [3] in Mage_Core_Model_Url_Rewrite->rewrite() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Controller/Varien/Front.php on line 130 [4] in Mage_Core_Controller_Varien_Front->init() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Model/App.php on line 179 [5] in Mage_Core_Model_App->_initFrontController() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Model/App.php on line 308 [6] in Mage_Core_Model_App->getFrontController() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/Mage.php on line 382 [7] in Mage::run("base") in /var/www/vhosts/futurestore.ch/httpdocs/shop/index.php on line 29
Warning: include() [function.include]: Failed opening 'Zend/Controller/Request/Http.php' for inclusion (include_path='.::/var/www/vhosts/futurestore.ch/httpdocs/shop/lib:/var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core:/var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/local:/var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/community') in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/functions.php on line 44 [0] in __autoload() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/functions.php on line 44 [1] in __autoload("Zend_Controller_Request_Http") in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Controller/Varien/Front.php on line 78 [2] in Mage_Core_Controller_Varien_Front->getRequest() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Model/Url/Rewrite.php on line 126 [3] in Mage_Core_Model_Url_Rewrite->rewrite() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Controller/Varien/Front.php on line 130 [4] in Mage_Core_Controller_Varien_Front->init() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Model/App.php on line 179 [5] in Mage_Core_Model_App->_initFrontController() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Model/App.php on line 308 [6] in Mage_Core_Model_App->getFrontController() in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/Mage.php on line 382 [7] in Mage::run("base") in /var/www/vhosts/futurestore.ch/httpdocs/shop/index.php on line 29
Fatal error: Class 'Zend_Controller_Request_Http' not found in /var/www/vhosts/futurestore.ch/httpdocs/shop/app/code/core/Mage/Core/Controller/Varien/Front.php on line 78
Wo liegt das Problem? Danke bereits im Voraus - Gruss Silvano
|