Just doing a bit of testing on my test server running v3.28.0 and the Daily, Hourly and Worker jobs don’t appear to be running. When I run the following:
cd /var/www/html/eramba/app/upgrade && bin/cake cron job daily --skip-validation
cd /var/www/html/eramba/app/upgrade && bin/cake cron job hourly --skip-validation
I get the error for both below… any ideas as it’s always worked before to clear them?
warning: 512 :: [InvalidArgumentException] No detector set for type
api. (/var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/ServerRequest.php:511) on line 378 of /var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php
Stack Trace:Cake\Error\ErrorTrap->handleError() [internal], line ??
/var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php /var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php, line 378
Cake\Error\ExceptionTrap->logInternalError() /var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php, line 242
Cake\Error\ExceptionTrap->handleException() [internal], line ??
[main]
