| Author |
|
solkmaaker Senior Member

Joined: 28 June 2020
Online Status: Offline Posts: 201
|
| Posted: 04 September 2026 at 9:21am | IP Logged
|
|
|
9.8.6.build9 issues
1) Mobile UI displays red error, but ONLY ONCE.
Flow: clear browser data, log in to desktop version, click on mobile version, error is diplayed.
Log says:
Code:
Exception: Aurora\System\Exceptions\ApiException: ApiException in /var/www/modules/TwoFactorAuth/Module.php:1247
Stack trace:
#0 /var/www/system/EventEmitter.php(178): Aurora\Modules\TwoFactorAuth\Module->onBeforeRunEntry(Array, false, NULL)
#1 /var/www/system/Module/Manager.php(767): Aurora\System\EventEmitter->emit('System', 'RunEntry::befor...', Array, false, Object(Closure), false)
#2 /var/www/system/Module/Manager.php(623): Aurora\System\Module\Manager->broadcastEvent('System', 'RunEntry::befor...', Array, false)
#3 /var/www/system/Application.php(142): Aurora\System\Module\Manager->RunEntry('api')
#4 /var/www/system/Application.php(122): Aurora\System\Application->Route('api')
#5 /var/www/index.php(21): Aurora\System\Application::Start()
#6 {main}, Code: 102, Message: ApiException
|
|
|
After second ot two errors go away, and mobile UI displays login form. Then it is possible to log in and out and switch to desktop version and back to mobile version, and error is not displayed any more.
I could not reproduce this at aurora.afterlogic.com
2) Mobile UI does not offer iOS profile download. Profile is offered AFTER user logs in to mobile UI (with safari) and clicks to "full version", then full version offers iOS profile download.
3) inability to log in as an admin after upgrading the system from 9.8.4 to 9.8.6.
This still exists. If 2FA module is enabled admin cannot log in to admin panel (users cannot log in to webmail, but this is ok, since they are not supposed to do that anyway until tables and config is updated after webmail upgrade).
Log says:
Code:
Exception: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'AuthTokenHash' in 'INSERT INTO' in /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:82
|
|
|
Workaround is to disable 2FA module, then log in to admin panel, update tables and configuration, then enable 2FA module. After that admin can log in to admin panel without issues (and users can log in to webmail).
4) StandardResetPassword does not allow to change recovery e-mail.
Adding email goes without problems, but after user has added recovery email and verified it, he cannot change it any more. Clicking "Change recovery email" button does nothing.
Browser console says:
Code:
app.min.js?98693:2 Uncaught ReferenceError: Unable to process binding "template: function(){return {name:view.ViewTemplate,data:view} }"
Message: Unable to process binding "click: function(){return changeRecoveryEmail }"
Message: changeRecoveryEmail is not defined
at click (eval at e (app.min.js?98693:2:404121), <anonymous>:1:175)
at app.min.js?98693:2:427037
at init (app.min.js?98693:2:418110)
at init (app.min.js?98693:2:426993)
at app.min.js?98693:2:407365
at Object.G (app.min.js?98693:2:388407)
at app.min.js?98693:2:407346
at Object.D (app.min.js?98693:2:372675)
at u (app.min.js?98693:2:407160)
at z (app.min.js?98693:2:405919)
at b (app.min.js?98693:2:405800)
at z (app.min.js?98693:2:405978)
at b (app.min.js?98693:2:405800)
at z (app.min.js?98693:2:405978)
at b (app.min.js?98693:2:405800)
at z (app.min.js?98693:2:405978)
|
|
|
5) Mobile UI login button seems to use different label than previous mobile UI.
Previously both, desktop and mobile used ACTION_SIGN_IN for login button text.
Now, it seems only desktop version uses that.
New mobile UI seems to use different label with wrong value in some languages.
In Estonian mobile UI button text is "Kasutajatunnus" which is wrong, it means "login credential" not "sign in".
Form fields differ too, for example English desktop version has login credential text "Login", mobile UI has "Email".
|
| Back to Top |
|
| |
vasil AfterLogic Support

Joined: 13 March 2009
Online Status: Offline Posts: 2
|
| Posted: 04 September 2026 at 12:59pm | IP Logged
|
|
|
Hello,
Thank you for the detailed report and for providing the logs and reproduction steps.
We will work on all of these issues and try to resolve them as soon as possible. We plan to include the fixes in an upcoming release.
|
| Back to Top |
|
| |