2024-02-11, 02:24 PM
(This post was last modified: 2024-02-11, 02:42 PM by vpx. Edited 2 times in total.)
If I run this task manually under "Scheduled Task" it says "The selected task has been run successfully." and under "Task Logs" it says "Soft deleted posts and threads now are permanently deleted".
But if I manually download my MariaDB database I can see that posts and threads that are marked invisible (-1) are still in the database file.
What could be the issue? Can a non-standard table_prefix be the issue (e.g. "xxxmybb_" instead of "mybb_")? But then the plugin uses the variable "global $db" which should be the same?
Edit: The manual task seems to have worked I just had looked at an old database file, but I still have the problem that the task is not executed automatically.
But if I manually download my MariaDB database I can see that posts and threads that are marked invisible (-1) are still in the database file.
What could be the issue? Can a non-standard table_prefix be the issue (e.g. "xxxmybb_" instead of "mybb_")? But then the plugin uses the variable "global $db" which should be the same?
Edit: The manual task seems to have worked I just had looked at an old database file, but I still have the problem that the task is not executed automatically.