Hello and good morning.
I am receiving this error via email notification:
?>PHP Warning: require_once(BX_DIRECTORY_PATH_INCutils.inc.php): failed to open stream: No such file or directory in /srv/www/clients/client7/web34/web/d7/periodic/cron.php on line 24 PHP Fatal error: require_once(): Failed opening required 'BX_DIRECTORY_PATH_INCutils.inc.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/clients/client7/web34/web/d7/periodic/cron.php on line 24
I think it is hindering my migration process which seems to be taking forever to complete.
My cronjob looks like the following.
MAILTO=admin@domain.tld
* * * * * cd /srv/www/domain.tld/web/d7/periodic; /usr/bin/php -q cron.php
Does anyone know what the problem or resolution is?
I am running Linux on my own webserver. All modules are installed and working correctly. Except for orca forum but that is another problem.
Thanks!