Author |
|
fauziarif Newbie
Joined: 22 April 2011 Location: Indonesia
Online Status: Offline Posts: 2
|
Posted: 22 April 2011 at 8:37am | IP Logged
|
|
|
Hi,
I have done installing and configuring AfterLogic.
But when i try to open the webmail client on my website, there's error messages as shown below,
----------------------
Warning: Unknown: open(/sessions/sess_8964c35b340d29654d57a8d025e6410e, 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 (/sessions) in Unknown on line 0
----------------------
I have tried to change te folder permissions to 777 but it doesn't work.
Looking forward to hearing from you :)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 22 April 2011 at 11:11am | IP Logged
|
|
|
Quote:
I have done installing and configuring AfterLogic |
|
|
Are you saying that you have run the installation wizard at http://yourserver.com/webmail/install/ and did not encounter any session-related errors? The address can be different in your case but the wizard is found at /install dir of your WebMail installation.
Quote:
Warning: Unknown: open(/sessions/sess_8964c35b340d29654d57a8d025e6410e, 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 (/sessions) in Unknown on line 0 |
|
|
The error itself is not connected to AfterLogic WebMail itself, it's PHP configuration issue. I suggest to check the value you have for session.save_path and verify that the directory is writable by web server. Most probably, it just doesn't exist, so point that option to some existing and writable location.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
fauziarif Newbie
Joined: 22 April 2011 Location: Indonesia
Online Status: Offline Posts: 2
|
Posted: 22 April 2011 at 5:30pm | IP Logged
|
|
|
Hi Igor, thanks for your quick respones.
I've figure it out, I add error display to off on the php.ini.
But now, when I'm trying to login to email client, it show another error "The previous session was terminated due to a timeout." It only appear on webmail login, the administration login works perfectly.
Thanks in advance
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 24 April 2011 at 6:43pm | IP Logged
|
|
|
Still, I believe you should run the installer. As long as there's no certainty as to compatibility test results, can't really tell what's causing this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|