Author |
|
Nabil Newbie
Joined: 30 May 2021 Location: Germany
Online Status: Offline Posts: 1
|
Posted: 30 May 2021 at 11:18am | IP Logged
|
|
|
Upon trying to login as superadmin the first time, it stops with "Error: system not configured".
What I did:
- did set up mariaDB with a specific user + DB for webmail
- extracted the WebMail Lite 8 onto a webmail folder in an existing domain on the IIS
- added a specific application pool
- converted it to an application with that pool
- gave write permission to data for that pool user
- opened the webpage
- tried to login
... get the error.
Tried to configure the config.json manually to no avail.
Any hints?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 May 2021 at 11:42pm | IP Logged
|
|
|
The issue is typically caused by webserver being unable to write into the data directory. For testing purposes, you can try assigning Full Control permissions to Everyone user over data directory and see if that helps. Also, you can relocate the directory and specify a new location in inc_settings_path.php file as shown here.
--
|
Back to Top |
|
|