Last active
May 20, 2017 22:30
-
-
Save devhero/993ad79200cc271df6ecff0e54937bae to your computer and use it in GitHub Desktop.
sitecake: Warning: is_writable(): open_basedir restriction in effect - https://forum.sitecake.com/t/open-basedir-restriction-in-effect/403/2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// sitecake/x.x.x/config/config.php | |
// change empty array in # SESSION CONFIGURATION SECTION | |
$app['session.options'] = []; | |
// add path of current www location | |
$app['session.options'] = [ | |
'save_path' => '/home/www-data/.../html' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment