Skip to content

Instantly share code, notes, and snippets.

@devhero
Last active May 20, 2017 22:30
Show Gist options
  • Save devhero/993ad79200cc271df6ecff0e54937bae to your computer and use it in GitHub Desktop.
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
// 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