Kamala Harris - Wordpress Themes - Shopping news - Debt Consolidation - Find jobs

PDA

View Full Version : Can somebody help me here?


x.marty.x
Jul 5th 2009, 1:46 pm
I was installing WHMCS on my server and the support team told me they were finding these errors:

Warning: Unknown: open(/tmp/sess_6d46de5f52c9e1c9b43d3b7c88784e20, O_RDWR) failed: Permission denied (13) in Unknown
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown

This problem is stopping me from logging into any client accounts in WHMCS but I can login to the admin account if I tick the "remember me" button.

Does anybody know how i'd go about fixing this?

adbox
Jul 5th 2009, 3:42 pm
Whats WHMCS... just curious

wd_2k6
Jul 5th 2009, 5:23 pm
It seems as if you've got problems registering sessions.

Check our php.ini file to see where it is set to save sessions.
Just create a php document with <?php echo phpinfo() ?> and then upload this document, view it and search for session.save_path and see what it is set to, and check its writable.

x.marty.x
Jul 5th 2009, 11:20 pm
I just updated the PHP version and it appears to be working fine now, cheers mate.