@ilex01 Probably the cURL extension is not enabled in your PHP configuration locally.
If not, then, in your php.ini, just enabled it by removing the ; in front of it.
From
;extension=curl
to
extension=curl
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
When I try to access: /billing I get this error:
Call to undefined function curl_version()
See the screen capture hereafter for more info: https://i.gyazo.com/234013c228031f322e3a739fcfc8f485.png
Please or to participate in this conversation.