SugarCRM relies upon PHP sessions to store important information while connected to this web server. Your PHP installation does not have the Session information correctly configured. A common misconfiguration is that the 'session.save_path' directive is not pointing to a valid directory.
Cách khắc phục như sau:
Add the follow
ini_set('session.save_path', '/tmp');
to the install.php in the sugar directory in line3 (before "session_start();")
No comments:
Post a Comment