Heute bekam ich bei der Magento Installation eine Fehlermeldung:
open_basedir restriction in effect. File(/tmp/magento/var) is not within the allowed path(s): (/var/www/web19/html/:/var/www/web19/tmp/) in /var/www/web19/html/dom.shopdomain.de/app/code/core/Mage/Core/Model/Config/Options.php on line 209
Die Lösung besteht darin, das open_basedir zu erweitern, damit Magento in den Pfad /tmp/ schreiben kann.
"Magento Installation: open_basedir restriction in effect" vollständig lesen »