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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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
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