Author |
|
MC2 Newbie
Joined: 23 January 2021 Location: Poland
Online Status: Offline Posts: 1
|
Posted: 23 January 2021 at 12:58pm | IP Logged
|
|
|
Hi,
I installed newest version of AfterLogic MailSuite Pro for Linux on Centos 8.
After logging into the configuration panel, when I click "Save",appears the message "Data transfer has failed, probably due to server error. Please contact system administrator. "
As I see, in the console in Chrome there is the message "GET http: // xxx.xxx.xxx:4004/data/settings/config.json 403 (Forbidden)"
What can I do with this?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 January 2021 at 11:51pm | IP Logged
|
|
|
Most likely, this is due to write permissions not set correctly for some reason, try setting those using the following command:
Code:
chown afterlogic:afterlogic -R /opt/afterlogic/html/data |
|
|
Hope this helps. Also, we've updated the installation instructions with this command.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|