This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Stranger Pings
Stranger Pings

Inside a route, when I try to call

$ch=hhb_curl_init();

I get

Call to undefined function hhb_curl_init()

In a single php application it works fine, my first thought was that I didn't have Curl enabled but that seems not to be the issue. Any ideas?

Last updated

alxy
alxy

What function is hhb_curl_init() ? The PHP function you are refering to does not have this prefix, its just curl_init.

Last updated

Stranger Pings
Stranger Pings

Sorry yes it's referring to a custom function that makes a separate curl request. The function should be put above the call for it. Thanks for spotting this!

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.