MyBB Community Forums

Full Version: "Troubleshooting"> Tasks are not executed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Given:
MyBB-Version: 1.8.32
PHP-Version: 8.1.12
SQL-Version: 10.5.15
CHMOD: ./inc/tasks/ = 755 (also 777 as a test)

Established that no more tasks have been executed since 11/22/2022 (since 1.8.31 was upgraded to 1.8.32).

I deactivated all tasks and then only activated the "Mails User" task (sendmailqueue.php) and renewed the "Task" cache
Result:
Still no task is running.

The nextrun and lastrun columns in the mybb_tasks table are correct. The column locked is given with "0".

Unfortunately, errors related to the task application are not logged anywhere...or does anyone know where?

Question:
How can the actual determine the cause of the non-execution of the tasks?

Many thanks in advance for constructive assistance in analyzing the source of the error.