-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
Description
I am no longer able to mark items as read. I am not sure what changed to prompt this to break, but I tried upgrading to latest but the problem did not go away.
Versions
Selfoss Version: bfb2b20 (latest commit)
Ubuntu 16.04 LTS
PHP 7.0.8-0ubuntu0.16.04.3
Apache/2.4.18
Details
Adding new articles is still working properly, and the articles are listed and displayed correctly, so this does not seem to be a database issue.
When I click to open an article and mark it read, I get this response from the webserver (shown in the network tab of Chrome dev tools)
HTTP/1.1 403 Forbidden
Date: Fri, 09 Dec 2016 18:19:53 GMT
Server: Apache/2.4.18 (Ubuntu)
Strict-Transport-Security: max-age=15768000; includeSubDomains; preload
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Powered-By: Fat-Free Framework
X-XSS-Protection: 1; mode=block
Content-Length: 16
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
an error occured
The Apache logs show simply:
[Fri Dec 09 10:19:53.552986 2016] [:error] [pid 10621] [client 10.8.0.6:41531] HTTP 403 (POST /mark/5041)
And the Selfoss logs show:
12-09-16 10:19:53 Error HTTP 403 (POST /mark/5041)
Any idea what is causing this or what I can do to fix it? Thank you.