You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
I have using AviationStack API for several years, and starting from December, I cannot connect to it anymore, due to the following error when connecting to any API endpoint:
{"error":{"code":"Argument 1 passed to App\Legacy\SharedFunctions::mysql_fetch_array() must be an instance of PDOStatement, instance of Doctrine\DBAL\ForwardCompatibility\Result given, called in /opt/component/app/Legacy/AviationstackFunctions.php on line 2190","message":"Argument 1 passed to App\Legacy\SharedFunctions::mysql fetch array() must be an instance of PDOStatement, instance of Doctrine\DBAL\ForwardCompatibility\Result given, called in /opt/component/app/Legacy/AviationstackFunctions.php on line 2190"}}
Tried from API doc webpage, Postman, Java code, etc, so the problem is not on the client side.