To resolve a permission denied error in Open Cart add the following code to file system/library/session.php,
session_save_path(realpath(dirname($_SERVER[‘DOCUMENT_ROOT’]) . ‘/../tmp’));
http://forum.opencart.com/viewtopic.php?t=7106
Digital Rails
To resolve a permission denied error in Open Cart add the following code to file system/library/session.php,
session_save_path(realpath(dirname($_SERVER[‘DOCUMENT_ROOT’]) . ‘/../tmp’));
http://forum.opencart.com/viewtopic.php?t=7106