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?

Re: problems with sessions

The problem does not look like related to sessions. I think the best way would be to call for advice at Fatcow, as the message explains nothing. You can also check the apache log if you have access to it from your hosting panel.
Janusz

Re: problems with sessions

Hi All,

  I search from FATCOW  knowledge base and found this issue was related to Code 500 - Internal Error: The request failed. The server encountered an unexpected condition which prevented it from fulfilling the request. This code often indicates a script error.

Please visit this link for more information: http://www.fatcow.com/knowledgebase/rea … ?kbid=2360. Hope it help.

Cheers,

tclim