2023-01-03, 12:19 PM
(This post was last modified: 2023-01-05, 03:24 PM by Fontane. Edited 2 times in total.)
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.
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.