Topic: problems with sessions
I am trying to install in FATCOW, facing following error
The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.
I found a relative(?) post https://frontaccounting.com/punbb/viewtopic.php?id=2079
and this article http://www.fatcow.com/knowledgebase/rea … l?kbid=600
Trying to adopt this line from /includes/session.inc in my needs
/*
Uncomment the setting below when using FA on shared hosting
to avoid unexpeced session timeouts.
Make sure this directory exists and is writable!
*/
//ini_set('session.save_path', dirname(__FILE__).'/../tmp/');
give no results.
Can I have some help on this ?
Is there anything else I should take care?