Hi,
My goal is to run a workflow automatically evey 2 minutes by using cron scheduler but I am getting some errors.
Would you please take a look I give me some directions.
Step 1. I created a functional workflow (image:1 workflow1.jpg)
Step 2. I have verified SCHEDULER > Process Workflow Tasks ( images: 2a Process Workflow Tasks.jpg , 2b Process Workflow Tasks.jpg )
Step 3. I cretaed (and run) a .BAT file as follows:
C:\xampp\php\php.exe -f C:\xampp\httpdocs\722test\cron.php
PAUSE
Note: I use PAUSE in order to keep cmd window open after executing
C:\xampp\php\ is where php.exe is
C:\xampp\httpdocs\722test\ is root dir for SuiteCrm 7.2.2
Error message i got:
Failed loading C:\xampp\php\ext\php_eaccelerator_ts.dll
Could not open input file: C:\xampp\httpdocs\722test\cron.php
Note: Running a test php file was not affected by error related to php_eaccelerator_ts.dll
Environment:
Windows 7 Ultimate
XAMPP 5.5.24
[PHP: 5.5.24]