Author |
|
Hardwerk Newbie
Joined: 14 March 2009
Online Status: Offline Posts: 2
|
Posted: 14 March 2009 at 2:05pm | IP Logged
|
|
|
After entering in the trial key code i get the following response:
--------
Please specify trial or permanent license key here.
If you do not have a license key, you can get 30-day trial key here.
Failed to access "adminpanel.xml" config file.
---------
I have moved my data file to c:\webmaildata\data and have changed the inc_settings_path.php to reflect this change.
I have also granted servername\IIS_IUSRS full access to the data file and verified 'adminpanel.xml' sees this access specified.
Also, at the same time i get a little box in top left hand corner that says 'saved successfully'
I'm on windows 2008 server standard
any help? It appears everything else is working other than this?!
|
Back to Top |
|
|
Hardwerk Newbie
Joined: 14 March 2009
Online Status: Offline Posts: 2
|
Posted: 14 March 2009 at 2:12pm | IP Logged
|
|
|
also, here is my inc_settings_path.php
<?php
$dataPath = 'C:/WebmailData/data/';
?>
This does not work?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 16 March 2009 at 5:57am | IP Logged
|
|
|
Most probably, that was caused by insufficient permissions over the data folder and all its contents. Assigning permissions to servername\IIS_IUSRS under Windows 2008 is not enough as that system has too strict security system.
This topic of our FAQ should be useful to you.
Best regards,
Andrew
|
Back to Top |
|
|