I added this to my php.ini to suppress the warnings and it’s now working!
Maybe the errors reporting were inturrupting the job.
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
I added this to my php.ini to suppress the warnings and it’s now working!
Maybe the errors reporting were inturrupting the job.
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE