https://www.mydomain.com/cron/cron.task ... y_sessions
That gives the following error:
Code: Select all
[10-Jan-2021 15:05:40 UTC] PHP Fatal error: Uncaught Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("cron_type") to generate a URL for route "phpbb_cron_run". in /public_html/vendor/symfony/routing/Generator/UrlGenerator.php:136
Stack trace:
#0 /public_html/cache/production/url_generator.php(52): Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(Array, Array, Array, Array, Array, 'phpbb_cron_run', 1, Array, Array)
#1 /public_html/phpbb/routing/router.php(168): phpbb_url_generator->generate('phpbb_cron_run', Array, 1)
#2 /public_html/phpbb/routing/helper.php(148): phpbb\routing\router->generate('phpbb_cron_run', Array, 1)
#3 /public_html/phpbb/controller/helper.php(212): phpbb\routing\helper->route('phpbb_cron_run', Array, false, false, 1)
#4 /public_html/cron.php(34): phpbb\controller\helper->route('phpbb_cron_run', Array, false)
#5 {main}
thrown in /public_html/vendor/symfony/routing/Generator/UrlGenerator.php on line 136
I also tried:
https://www.mydomain.com/cron.php?cron_ ... y_sessions
Which forwards to www.mydomain.com/cron/cron.task.core.tidy_sessions and gives the following error:
Code: Select all
[10-Jan-2021 15:28:48 UTC] PHP Fatal error: Uncaught Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("cron_type") to generate a URL for route "phpbb_cron_run". in /public_html/vendor/symfony/routing/Generator/UrlGenerator.php:136
Stack trace:
#0 /public_html/cache/production/url_generator.php(52): Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(Array, Array, Array, Array, Array, 'phpbb_cron_run', 1, Array, Array)
#1 /public_html/phpbb/routing/router.php(168): phpbb_url_generator->generate('phpbb_cron_run', Array, 1)
#2 /public_html/phpbb/routing/helper.php(148): phpbb\routing\router->generate('phpbb_cron_run', Array, 1)
#3 /public_html/phpbb/controller/helper.php(212): phpbb\routing\helper->route('phpbb_cron_run', Array, false, false, 1)
#4 /public_html/cron.php(34): phpbb\controller\helper->route('phpbb_cron_run', Array, false)
#5 {main}
thrown in /public_html/vendor/symfony/routing/Generator/UrlGenerator.php on line 136
In both cases (which are obviously doing the same thing) I get a 500 error reported in the browser window.
Thanks,
Josh