Try setting "number of seconds a post remains editable" to 0.
this issue only appeared after upgrading, so I don't know how to explain that
It's likely a new feature was added or logic was changed on the back end, resulting in this.
Have problem on last update:
25/2 17:33:16 [21467] - [33mwarn[39m: [deprecated] Accessing vendor/jquery/timeago/locales/jquery.timeago.ru.js
from /
is deprecated. Use /assets/vendor/jquery/timeago/locales/jquery.timeago.ru.js
to access this file.
25/2 17:33:16 [21467] - [33mwarn[39m: [deprecated] Accessing vendor/jquery/timeago/locales/jquery.timeago.ru-short.js
from /
is deprecated. Use /assets/vendor/jquery/timeago/locales/jquery.timeago.ru-short.js
to access this file.
25/2 17:33:33 [21467] - [33mwarn[39m: [deprecated] Accessing templates/unread.tpl
from /
is deprecated. Use /assets/templates/unread.tpl
to access this file.
I noticed this too when upgrading to 1.4.4 and was a bit worried about what it would do to the logs...
These are warning messages meant for developers. You can safely ignore them. We try to minimize the amount of warnings shown due to these deprecations. Odds are they are just old requests from browser caches, or some other external cause.