Hello,
I’m having troubles getting sitecake to work.
I made the site locally (xampp) installed sitecake and everything worked well, but on the webserver (extracted sitecake with akeeba) I get a bunch of errors:
Warning: is_dir(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web310/html/:/var/www/web310/phptmp/:/var/www/web310/files/:/var/www/web310/atd/:/usr/share/php/:/opt/php/) in file [SITE]/sitecake/2.3.2/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php on line (#51) Warning: mkdir(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web310/html/:/var/www/web310/phptmp/:/var/www/web310/files/:/var/www/web310/atd/:/usr/share/php/:/opt/php/) in file [SITE]/sitecake/2.3.2/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php on line (#52) Warning: ini_set(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web310/html/:/var/www/web310/phptmp/:/var/www/web310/files/:/var/www/web310/atd/:/usr/share/php/:/opt/php/) in file [SITE]/sitecake/2.3.2/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php on line (#55) RuntimeException: Failed to start the session because headers have already been sent by "/var/www/web310/html/auris/kunden/groovedigger/sitecake/2.3.2/src/Sitecake/Error/ErrorHandler.php" at line 238. in file [SITE]/sitecake/2.3.2/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php on line (#144)
Tested it on another server (but the same hoster) got the same errors (different paths ofc).
What’s wrong here?