-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cron Job giving error #593
Comments
Hi, |
Hi, Here we are -
|
Found this in the logs - Invalid argument supplied for foreach() {"exception":"[object] (ErrorException(code: 0): Invalid argument supplied for foreach() at /home/drfc30/public_html/freescout/vendor/symfony/console/Input/ArgvInput.php:265) |
Check this issue: And, this might help: https://laracasts.com/discuss/channels/laravel/invalid-argument-supplied-for-foreach-when-scheduling-task |
Applying nate_nolting's solution worked - not getting the foreach() errors. Still cant connect when clicking test connection in email setup. Also get the following fetch error in fetch logs - |
/usr/bin/php-cli (nate_nolting's solution) looks like a solution for goddy hosting. @diondkb |
Yes. Feel free to submit a PR, we will check it. |
Ok. What is a PR? |
I contacted GoDaddy and asked if port 995. They confirmed it was. Is there a setting I need to change because the app is run on the same server as the mail server? |
Closing for no activity. |
Hi,
I am getting the following error when the cron job runs:-
In ArgvInput.php line 265:
Invalid argument supplied for foreach()
X-Powered-By: PHP/7.3.14
Content-type: text/html; charset=UTF-8
Any help would be appreciated
Thanks,
Dion
The text was updated successfully, but these errors were encountered: