Hello,
I have a cron job issue that I can’t get to work.
I need a cron job to run the Campaign Manager plugin.
I am executing the task via Cron Job in Cpanel.
Here is one of several tests I tried:
/usr/local/bin/php /home/[myWebSite]/public_html/artisan campaign:run 2>&1
The email received:
In Connection.php line 760:
Database file at path [storage/database.sqlite] does not exist. Ensure this
is an absolute path to the database. (SQL: PRAGMA foreign_keys = ON;)
In SQLiteConnector.php line 34:
Database file at path [storage/database.sqlite] does not exist. Ensure this
is an absolute path to the database.
If anyone has a solution, it would be greatly appreciated.
thank’s