[Vtigercrm-developers] workflows not working

Adam Heinz amh at metricwise.net
Fri Oct 5 06:42:03 PDT 2012


Make that $block instead of $blockTicket.  Your variable names are
inconsistent.  Did you not get any errors when you ran the script?
Something like that should have been immediately obvious, unless your
log level is too low.  I recommend putting the following at the top of
command line scripts:

ini_set('display_errors', true);
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED);


More information about the vtigercrm-developers mailing list