Undefined function curl_multi_exec

Hello

The function curl_multi_exec() has never worked on free hosting, however PHP8 changed the way that undefined functions work, as they throw a fatal error now. If your code was working before, just removing the function and all should be good.

4 Likes