ingeniumdesign blog

TYPO3, SEO und Magento

Magento – Compiler aktivieren, Fehlermedlung

Wer nach dem aktivieren des Magento Compiler eine ähnliche Fehlermeldung bekommt und sein Webshop nicht mehr erreichbar ist, den hilft folgendes.

Fehlermeldung:

Warning: include_once(Mage_Core_functions.php) [function.include-once]: failed to open stream: No such file or directory in /magento/app/Mage.php on line 36

Warning: include_once() [function.include]: Failed opening 'Mage_Core_functions.php' for inclusion (include_path='/magento/includes/src:.:/usr/share/php:/usr/share/pear') in /magento/app/Mage.php on line 36

Warning: include_once(Varien_Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /magento/app/Mage.php on line 37

Warning: include_once() [function.include]: Failed opening 'Varien_Autoload.php' for inclusion (include_path='/magento/includes/src:.:/usr/share/php:/usr/share/pear') in /magento/app/Mage.php on line 37

Fatal error: Class 'Varien_Autoload' not found in /magento/app/Mage.php on line 53

Gehe in das Hauptverzeichnis und suche die “index.php” dort steht:

$compilerConfig = 'includes/config.php';
if (file_exists($compilerConfig)) {
    include $compilerConfig;
}
Diesen PHP-Code kommentieren wir aus und der Webshop wird wieder funktionieren!
/*$compilerConfig = 'includes/config.php';
if (file_exists($compilerConfig)) {
    include $compilerConfig;
}*/
Leider weiß ich aber noch nicht wie man nun den “Magento-Compiler” aktiviert. Wer mir helfen kann, kann es am besten in der Kommentarfunktion abgeben. Danke!

Andere interessante News:

Keine Kommentare, Kommentar schreiben oder Ping

Schreibe zu “Magento – Compiler aktivieren, Fehlermedlung

*