Author |
|
glesov77 Newbie
Joined: 26 September 2011 Location: Bulgaria
Online Status: Offline Posts: 2
|
Posted: 26 September 2011 at 10:35pm | IP Logged
|
|
|
Hi,
I have problem with installing PHP version of AfterLogic Webmail Lite on server2008 r2 with IIS. Online configuration ends on step1 with error of finding data path, and read/write error, and error in "settings.xml". I moved "data" folder outside inetpub/wwwroot and now data folder is read/writeable, IUSR_ have read/write access, but messages of cannot find "data folder", and settings.xml remains.
Error said that D:/data/.../settings.xml is missing, but problem seems to be in slashes and backward slashes - Windows is using \ for paths, and PHP - /
I try to use / and \ in settings for data path, but there is now result.
Any idea how to resolve this conflict?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 September 2011 at 2:51am | IP Logged
|
|
|
According to the developers, using slashes or backslashes shouldn't make any difference, particularly since Windows can use both of them. The problem here could be caused by resolving relative filesystem path to absolute ones. Hence, please try specifying full filesystem path to the data folder in inc_settings_path.php file and see if that helps.
And just in case if things are caused by permissions indeed, try granting Full Control permissions to Everyone user temporarily for testing purposes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
glesov77 Newbie
Joined: 26 September 2011 Location: Bulgaria
Online Status: Offline Posts: 2
|
Posted: 27 September 2011 at 10:57am | IP Logged
|
|
|
Hi Igor, and thank you for Your fast reply!
Adding "everyone" and granting him full access to data folder solved the problem.
This was compatibity test before granting everyone full acces. In inc_settings_path.php path is with "\", so I was thinking for problem in slashes
WebMail data folder: Error, data folder path discovery failure.
Creating/deleting folders OK
Creating/deleting files OK
WebMail Settings File: Found
Read/write settings file: Not Found, can't find "D:/WebMail/Data/settings/settings.xml" file.
|
Back to Top |
|
|