Author |
|
kwade00 Newbie
Joined: 29 February 2020
Online Status: Offline Posts: 2
|
Posted: 29 February 2020 at 2:01pm | IP Logged
|
|
|
I have moved my installation to a newer Windows server (2016), newer PHP version (7.4), newer MySQL (8.0). I am unable to login as superadmin (or anyone else), even after clearing the password. When I first load the page I get the following message at the top:
Error: system not configured
When I try to login as superadmin I get the following:
Data transfer has failed, probably due to server error. Please contact system administrator.
Upon checking the PHP log I see this:
Code:
[29-Feb-2020 15:51:09 America/Chicago] PHP Fatal error: Uncaught Aurora\System\Exceptions\ApiException: ApiException in C:\inetpub\wwwroot\webmail8\modules\Core\Module.php:579
Stack trace:
#0 [internal function]: Aurora\Modules\Core\Module->EntryApi()
#1 C:\inetpub\wwwroot\webmail8\system\Router.php(108): call_user_func_array()
#2 C:\inetpub\wwwroot\webmail8\system\Module\Manager.php(611): Aurora\System\Router->route()
#3 C:\inetpub\wwwroot\webmail8\system\Application.php(119): Aurora\System\Module\Manager->RunEntry()
#4 C:\inetpub\wwwroot\webmail8\system\Application.php(90): Aurora\System\Application->Route()
#5 C:\inetpub\wwwroot\webmail8\index.php(21): Aurora\System\Application::Start()
#6 {main}
thrown in C:\inetpub\wwwroot\webmail8\modules\Core\Module.php on line 579 |
|
|
|
Back to Top |
|
|
kwade00 Newbie
Joined: 29 February 2020
Online Status: Offline Posts: 2
|
Posted: 01 March 2020 at 1:42pm | IP Logged
|
|
|
It was a permissions issue. The IIS user group is different on Windows 2016 than on my 2008 R2 server. IUSR
|
Back to Top |
|
|