Author |
|
martones Newbie
Joined: 30 December 2008 Location: France
Online Status: Offline Posts: 2
|
Posted: 30 December 2008 at 2:50am | IP Logged
|
|
|
Hello and thanks alot for this very promissing
application!
I have just installed it on my server but I
can not log in to the admin page. If I enter
the correct default login/pwd and validate the
page, nothing happens. The page only refreshes
itself. (If I try with a wrong login/pwd I got
a login error: Wrong login and/or password.
Authentication failed.)
I rechecked the rights of the data folder and
it seems ok: Full rights to
SERVER\IUSER_SERVER (I've made all the rights
same for the containing files, and unchecked
the heritage for them too).
This is my config:
Operation system: MS Windows 2000
Webserver : IIS
Browser : Firefox up to date
php 4.3.8
Thanks alot for any advice, I look forward on
using this webmail :)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 December 2008 at 4:26am | IP Logged
|
|
|
The typical reason of such issues is insufficient write permissions set over the folder used by PHP to store session data. To find out this path, please check session.save_path value set in php.ini file, you can also check phpinfo() function output. Make sure this directory is writable by IIS and PHP.
Please let us know if this helps you.
Regards,
Igor
|
Back to Top |
|
|
martones Newbie
Joined: 30 December 2008 Location: France
Online Status: Offline Posts: 2
|
Posted: 30 December 2008 at 5:05am | IP Logged
|
|
|
Thanks you for your quick answer.
My session.save_path seems to have all the
rights. The folder C:\PHP\sessiondata has full
rights from "Everyone" and I added to that
IUSER also. This didnt solve the problem.
Besides, every time I try to login to the
application, there is a new session file
created in the folder.
Shall I also add some rights to the php
service for this folder? (if yes can you
indicate how please)
|
Back to Top |
|
|