Get Cron running on Bitnami

Hi

I am running the latest version of Suite on a bitnami server for now. I want to set up CRON to allow scheduled tasks and workflow (which is not running) to work.

Does anyone know of or have any bitnami specific instructions to set up cron (from first principals) and get the workflow information working? So far the logs indicate none are running…

thanks

Princeps

Found the following instructions here: https://docs.bitnami.com/installer/apps/suitecrm/#how-to-configure-suitecrm-schedulers
[i]
Windows
In order to run SuiteCRM Schedulers, it is necessary to use the Windows task scheduler. Follow these steps:

Navigate to the stack installation directory and create a file named cron.bat with the following content. Replace the installdir placeholder with the actual installation directory path.

@echo off
cd installdir\apps\suitecrm\htdocs
installdir\php\php.exe -f cron.php
Launch an elevated Windows command prompt.

Add a new scheduled task using the command below:

c:> schtasks /create /tn “SuiteCRM Cron Job” /tr " installdir\cron.bat" /sc minute
[/i]

After doing them the bitnami launcher has no servers and the computer is running horribly slow… Cannot get into Suite to see if it worked

This was the last error code from the logs

[Wed Aug 01 15:25:34.669000 2018] [:error] [pid 2424:tid 888] [client ::1:55331] PHP Warning: Declaration of SchedulersViewDetail::_getModuleTitleListParam() should be compatible with SugarView::_getModuleTitleListParam($browserTitle = false) in C:\Bitnami\suitecrm-7.10.7-0\apps\suitecrm\htdocs\modules\Schedulers\views\view.detail.php on line 69, referer: http://localhost/suitecrm/index.php?module=Schedulers&action=index
[Wed Aug 01 15:29:12.906000 2018] [:error] [pid 2424:tid 916] [client ::1:55677] PHP Warning: Declaration of SchedulersViewDetail::_getModuleTitleListParam() should be compatible with SugarView::_getModuleTitleListParam($browserTitle = false) in C:\Bitnami\suitecrm-7.10.7-0\apps\suitecrm\htdocs\modules\Schedulers\views\view.detail.php on line 69
[Wed Aug 01 15:45:40.853000 2018] [:error] [pid 2424:tid 888] [client ::1:57265] PHP Warning: Declaration of SchedulersViewDetail::_getModuleTitleListParam() should be compatible with SugarView::_getModuleTitleListParam($browserTitle = false) in C:\Bitnami\suitecrm-7.10.7-0\apps\suitecrm\htdocs\modules\Schedulers\views\view.detail.php on line 69, referer: http://localhost/suitecrm/index.php?module=Schedulers&action=index
[Wed Aug 01 16:13:10.689407 2018] [mpm_winnt:notice] [pid 10364:tid 300] AH00422: Parent: Received shutdown signal – Shutting down the server.
[Wed Aug 01 16:13:12.717355 2018] [mpm_winnt:notice] [pid 2424:tid 184] AH00364: Child: All worker threads have exited.
[Wed Aug 01 16:13:12.888950 2018] [mpm_winnt:notice] [pid 10364:tid 300] AH00430: Parent: Child process 2424 exited successfully.