Menu

warning messages when installing PHPGedView

Help
Anonymous
2004-03-23
2004-03-23
  • Anonymous

    Anonymous - 2004-03-23

    Hello

    I am new to PHPGedView and I am trying to install it on a Windows machine and an Apache Web server.

    Whenever I start configuring PHPGedView via editconfig.php, I get the following two warnings at the bottom of the screen:

    Warning: Unknown(): open(/tmp\sess_c52cac47a572778adedbd2135587fd81, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    Is this a problem? Can anyone tell me what could be causing this and whether I should be worried about it?

     
    • John Finlay

      John Finlay - 2004-03-23

      You need to edit your php.ini file and change the session.save_path parameter to be a windows file location.  This is usually c:\PHP\sessiondata.

      You can also fix this in PhpGedView by going to editconfig.php and changing the session save path parameter to be the ./index/ directory.

      --John

       
    • Anonymous

      Anonymous - 2004-03-23

      I am assuming that you meant that I need to define a new folder named 'sessiondata' under the c:\php folder.

      thanks for the help

       

Log in to post a comment.