afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 71 forks source link

Enabling SessionTimeoutWebclient.config.json yields to error #8

Closed udf2457 closed 6 years ago

udf2457 commented 6 years ago

This module is seemingly included with the default install, but enabling it yields:

Fatal error: Uncaught Error: Class '\Aurora\Modules\SessionTimeoutWebclient\Module' not found in /my/path/goes/here/public/system/Module/Manager.php:243 Stack trace: #0 /my/path/goes/here/public/system/Module/Manager.php(99): Aurora\System\Module\Manager->loadModule('SessionTimeoutW...', '/my/path/goes/here/...') #1 /my/path/goes/here/public/system/Api.php(178): Aurora\System\Module\Manager->init() #2 /my/path/goes/here/public/system/Application.php(75): Aurora\System\Api::Init() #3 /my/path/goes/here/public/index.php(21): Aurora\System\Application::Start() #4 {main} thrown in /my/path/goes/here/public/system/Module/Manager.php on line 243

afterlogic-support commented 6 years ago

It appears there's a typo in modules/SessionTimeoutWebclient/Module.php file: namespace Aurora\Modules\SessionTimeoutWeblient; while it should be: namespace Aurora\Modules\SessionTimeoutWebclient;

Corrected this in the sources, will have it updated in the next release.