<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Call to undefined function curl_init() in .../api/HttpClient.php on line 75</title>
		<link>https://legacy.forums.gravityhelp.com/topic/call-to-undefined-function-curl_init-in-apihttpclientphp-on-line-75</link>
		<description>Gravity Support Forums Topic: Call to undefined function curl_init() in .../api/HttpClient.php on line 75</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 02:53:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/call-to-undefined-function-curl_init-in-apihttpclientphp-on-line-75" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Call to undefined function curl_init() in .../api/HttpClient.php on line 75"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/call-to-undefined-function-curl_init-in-apihttpclientphp-on-line-75#post-147990</link>
			<pubDate>Sat, 16 Feb 2013 18:36:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">147990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Don't edit any of the plugin files: it will not help you.&#60;/p&#62;
&#60;p&#62;Please contact your host at it appears that cURL is not enabled on your server in your PHP configuration.  The Freshbooks add-on will not work without cURL since that's how the add-on sends the information to Freshbooks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alexey Nechaev on "Call to undefined function curl_init() in .../api/HttpClient.php on line 75"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/call-to-undefined-function-curl_init-in-apihttpclientphp-on-line-75#post-147333</link>
			<pubDate>Fri, 15 Feb 2013 15:19:18 +0000</pubDate>
			<dc:creator>Alexey Nechaev</dc:creator>
			<guid isPermaLink="false">147333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What should I find and what should I edit in HttpClient.php on line 75 ?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;private function _init($url,$token)
	{
		$this-&#38;gt;_url = $url;
		$this-&#38;gt;_token = $token;
		//init connection
{75}		$this-&#38;gt;_curlConn = curl_init($this-&#38;gt;_url);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_HEADER, false);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_NOBODY, false);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_RETURNTRANSFER, true);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_FOLLOWLOCATION, true);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_USERPWD, $this-&#38;gt;_token);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_TIMEOUT, 15);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_SSL_VERIFYPEER, FALSE); // Validate SSL certificate
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_SSL_VERIFYHOST, FALSE);
		curl_setopt($this-&#38;gt;_curlConn, CURLOPT_USERAGENT, &#38;quot;FreshBooks API AJAX tester 1.0&#38;quot;);
		return $this;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This add-on is not working for me :((
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
