Author |
|
spice_prods Newbie
Joined: 29 July 2019 Location: France
Online Status: Offline Posts: 2
|
Posted: 29 July 2019 at 5:17am | IP Logged
|
|
|
Hello,
I installed Webmail Lite on my server, created a database, passed the "data" subfolders to chmod 755 and launched the server compatibility test which tells me that everything is ok (see screenshot below).
However, it is impossible for me to save the configuration.
The following message appears:
Saving settings has failed.
And if I try again a second time the "save" button remains stuck on "Saving...".
Please help me to fix this problem of saving settings so that I can use your application.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 July 2019 at 5:22am | IP Logged
|
|
|
Hello,
There's a chance that the issue is caused by CSRF protection layer we've added recently. For a quick check if that's the case, try setting CsrfTokenProtection to false in data/settings/modules/Core.config.json configuration file.
If that does the trick and settings are now saved, we recommend looking into your web server configuration. The product comes with .htaccess file which ensures that authentication headers are sent through, but it only works if your webserver actually processes .htaccess file.
Read more at: CSRF protection
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
spice_prods Newbie
Joined: 29 July 2019 Location: France
Online Status: Offline Posts: 2
|
Posted: 29 July 2019 at 7:45am | IP Logged
|
|
|
Great !
I've disabled CsrfTokenProtection and it works !
My server accepts htaccess files and RewriteEngine but it seems that this specific RewriteRule is not supported by 1&1.
So much for security , what matters is that it works
|
Back to Top |
|
|