Triggers actions stopped working

nico

Member
My Debug logs are full of these and all my campaign are not working and are in standstill mode

Unable to launch a new process. {"exception":"[object] (Symfony\\Component\\Process\\Exception\\RuntimeException(code: 0): Unable to launch a new process. at /home/xxxxxxxx/public_html/vendor/symfony/process/Process.php:350)

can anyone tell me what to do
 
I also see this error
SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from `tasks` where `task` = campaign_run and `status` = 0 order by `id` asc) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from `tasks` where `task` = campaign_run and `status` = 0 order by `id` asc) at /home/xxxxxxxx/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:760)
 
Seems like your database is corrupt. Try repairing the database or try running `DB Check` in Tools.
 
Back
Top