I have an espocrm running in windows platform and the following command is suggested in the "Scheduled Jobs" page
C:\PHP\php-cgi.exe -f C:\inetpub\wwwroot\espo\cron.php
if i run C:\PHP\php-cgi.exe -f C:\inetpub\wwwroot\espo\cron.php in command prompt, it will show "Cron can be run only via CLI"
from http://php.net/manual/en/migration5.cli-cgi.php, php-cgi.exe is for CGI and php.exe is for CLI, i just wonder why the suggested command is php-cgi.exe.
C:\PHP\php-cgi.exe -f C:\inetpub\wwwroot\espo\cron.php
if i run C:\PHP\php-cgi.exe -f C:\inetpub\wwwroot\espo\cron.php in command prompt, it will show "Cron can be run only via CLI"
from http://php.net/manual/en/migration5.cli-cgi.php, php-cgi.exe is for CGI and php.exe is for CLI, i just wonder why the suggested command is php-cgi.exe.
Comment