You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One solution, at least for the cron usage, would be setting the cron with an argument, like /var/whatever/worker.php /../path/to/root/, and then using the (optional) argument when requiring bootstrap.php, like this:
In
worker.php
,bootstrap.php
and the path to the Kirby folder are based on the default locations and cannot be altered.This will give problems to people who have a non-default folder setup, or use composer.
Find a way to make this better.
The text was updated successfully, but these errors were encountered: