03-26-2018, 09:24 PM
Well.. curl errors usually means it has timed out.
This is quite hard to debug unfortunately since you do not supply a way to recreate the issue?
Status 500 = internal server error which is quite a hard error.
Status 0 = Does not exist, this is an internal status meaning that cURL didn't return anything.
Timeout within PHP is set to 3600 meaning 60 minutes.
This is quite hard to debug unfortunately since you do not supply a way to recreate the issue?
Status 500 = internal server error which is quite a hard error.
Status 0 = Does not exist, this is an internal status meaning that cURL didn't return anything.
Timeout within PHP is set to 3600 meaning 60 minutes.