pasamelo 0 Posted November 26, 2007 Share Posted November 26, 2007 Hi, My XOOPS website stopped working when PHP was upgraded lately to 5 version with a "Fatal error: Unknown: Cannot find save handler files in Unknown on line 0" Just for anyone interested I solved it by editiing mainfile.php and adding: ini_set('session.save_handler', 'files'); ini_set('session.save_path', '/home/username/tmp/'); And the most important, set NO in persistent connection. // Use persistent connection? (Yes=1 No=0) // Default is 'Yes'. Choose 'Yes' if you are unsure. define('XOOPS_DB_PCONNECT', 0); Hope this helps anybody. Cheers. Quote Link to post Share on other sites
TCH-Thomas 25 Posted November 26, 2007 Share Posted November 26, 2007 Welcome to the forum, pasamelo. Thank you for the solution to this. Quote Link to post Share on other sites
TCH-Bruce 16 Posted November 26, 2007 Share Posted November 26, 2007 Welcome to the forum pasamelo Glad you found a quick solution. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.