Can somebody help me here?

Discussion in 'PHP' started by x.marty.x, Jul 5, 2009.

  1. #1
    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?
     
    x.marty.x, Jul 5, 2009 IP
  2. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    Whats WHMCS... just curious
     
    adbox, Jul 5, 2009 IP
  3. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    wd_2k6, Jul 5, 2009 IP
  4. x.marty.x

    x.marty.x Well-Known Member

    Messages:
    398
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    140
    #4
    I just updated the PHP version and it appears to be working fine now, cheers mate.
     
    x.marty.x, Jul 5, 2009 IP