#3539 - CRON jobs error
Hi I've attempted to create all the CRON jobs specified but when I attempt to run the job I get the following error. Ive tested with this CRON:
/opt/bitnami/apache2/htdocs/mautic.ibo.edu.au/app/console mautic:evolpe:historyactivity
and get the following error returned:
Mautic\PluginBundle\Helper\IntegrationHelper
[Doctrine\DBAL\Exception\ConnectionException]
An exception occured in driver: No such file or directory
[Doctrine\DBAL\Driver\Mysqli\MysqliException]
No such file or directory
mautic:evolpe:historyactivity [-f|--force] [-t|--timeout TIMEOUT] [-x|--lock_mode LOCK_MODE] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command>
The Mautic installation is on a Bitnami stack running on Amazon LightSail
Thank you for any assistance you can give me
6 years ago
I have tried encapsulating the CRON command in quotes and have checked that I have the correct directory path... CRON in quotes returns
/bin/sh: 1: /home/bitnami/htdocs/mautic.ibo.edu.au/app/console mautic:evolpe:historyactivity: not found
6 years ago
CRON jobs now working as expected
6 years ago
Hi mpeet1,
would you care to share what the problem was and how yoou solve it, for us to be able better to help other people with simmilar problems?