[Vtigercrm-developers] Fatal error in Cron.php - line 12
Alan Lord
alanslists at gmail.com
Mon Jun 18 07:25:46 GMT 2018
On 18/06/18 08:19, Somsak Artwawoot wrote:
> Config OK... Perl installed - CRM working, but when I fire
> vtigercron.php from cli it fails with this fatal error.
> Further it messing workflows and this part is not working actually...
It will not work from the cli directly.
Either use the shell wrapper in cron/vtigercron.sh
or add
> require_once('includes/main/WebUI.php');
to the top of vtigercron.php
Without this it has no knowledge of the autoloader
HTH
Al
More information about the vtigercrm-developers
mailing list