Jump to content

Could not write to Store-FileSystem (acpNotificationIds)


Go to solution Solved by Frederick Gams,

Recommended Posts

If I change the email settings in the ACP and hit save, everything looks good. If I then browse elsewhere and come back, the setting revert to what they were before.

The system logs have the following error:

Could not write to Store-FileSystem (acpNotificationIds)

 

File permissions for datastore and uploads folders/files are 777. Everything else is 775.

Please help.

Link to comment
Share on other sites

10 hours ago, Frederick Gams said:

%!*&^#^%$&*!  SELinux

While I understand the sentement there, Im not sure that was the actual solution, so have unmarked that. Please could you state the actual solution and mark that instead? Otherwise people may be searching for that very same issue, and see the solution is indeed to..........

Link to comment
Share on other sites

  • Solution
On 2/17/2022 at 4:25 AM, Marc Stridgen said:

While I understand the sentement there, Im not sure that was the actual solution, so have unmarked that. Please could you state the actual solution and mark that instead? Otherwise people may be searching for that very same issue, and see the solution is indeed to..........

 

Mark, there are two solutions.

1) Configure an SELinux policy to allow apache to write to the document root and subfolders.

2) Disable SELinux.

I opted for the latter.  Thanks

 

p.s. file permissions should not be 777. I don't want to argue about it, but it is not necessary and poses a security risk. You are giving the public write permissions to a folder on the server.  Instead, you should change the ownership of the 'document root' folder to apache:apache (if you use apache) and set file permissions to 775 or even 755.

 

 

Edited by Frederick Gams
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...