Code: Select all
cron.task.core.email_reminder:
class: drdeath\f1webtip\cron\task\core\email_reminder
arguments:
- @config
- @controller.helper
- @template
- @user
calls:
- [set_name, [cron.task.core.email_reminder]]
tags:
- { name: cron.task }
http://localhost/phpbb31/cron.php?cron_type=cron.task.core.email_reminder
add_log
commands into the various cron files but non of them have been triggered.Code: Select all
phpBB/bin/phpbbcli.php cron:list
phpBB/bin/phpbbcli.php config:get cron_lock
I am getting respectivelynicofuma wrote:What is the result of the following commands?Code: Select all
phpBB/bin/phpbbcli.php cron:list phpBB/bin/phpbbcli.php config:get cron_lock
Code: Select all
No route found for "GET /phpBB/bin/phpbbcli.php%20cron:list"
No route found for "GET /phpBB/bin/phpbbcli.php%20config:get%20cron_lock"
Sorry but I don't know what you meannicofuma wrote:heu... you have to use the cliphpBB/bin/phpbbcli.php
is the path to the script
Code: Select all
in /Applications/XAMPP/htdocs/phpbb31
./bin/phpbbcli.php cron:list
TASKS_READY
cron.task.core.tidy_database
TASKS_NOT_READY
cron.task.core.prune_all_forums
cron.task.core.prune_forum
cron.task.core.prune_shadow_topics
cron.task.core.prune_notifications
cron.task.core.queue
cron.task.core.tidy_cache
cron.task.core.tidy_plupload
cron.task.core.tidy_search
cron.task.core.tidy_sessions
cron.task.core.tidy_warnings
Code: Select all
in /Applications/XAMPP/htdocs/phpbb31
./bin/phpbbcli.php config:get cron_lock
0
Code: Select all
./bin/phpbbcli.php cron:run cron.task.core.tidy_cache
./bin/phpbbcli.php cron:run cron.task.core.email_reminder
Code: Select all
./bin/phpbbcli.php config:set cron_lock 0
Successfully set config cron_lock
Code: Select all
./bin/phpbbcli.php cron:list
Ready tasks:
cron.task.core.email_reminder
Not ready tasks:
cron.task.core.prune_all_forums
cron.task.core.prune_forum
cron.task.core.prune_shadow_topics
cron.task.core.prune_notifications
cron.task.core.queue
cron.task.core.tidy_cache
cron.task.core.tidy_database
cron.task.core.tidy_plupload
cron.task.core.tidy_search
cron.task.core.tidy_sessions
cron.task.core.tidy_warnings
Code: Select all
./bin/phpbbcli.php cron:run cron.task.core.email_reminder
Fatal error: SQL ERROR [ mysqli ]<br /><br />You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 [1064]<br /><br />An SQL error occurred while fetching this page. Please contact the <a href="mailto:dr.death@xxxx.de">Board Administrator</a> if this problem persists. in /Applications/XAMPP/xamppfiles/htdocs/phpBB/phpbb/db/driver/driver.php on line 844
Code: Select all
SELECT *
FROM phpbb_styles s
WHERE s.style_id =