Page 1 of 1

wpdotnet : problem with curl_init when installing a theme

PostPosted: May 11th, 2013, 1:17 pm
by deming14points
Hello I have this problem :

Call to undefined external function 'curl_init'

I know how to do it with php.ini but not with Phalanger.

Thanks.

Re: wpdotnet : problem with curl_init when installing a them

PostPosted: May 13th, 2013, 6:22 pm
by deming14points
Is it impossible or did nobody read my question yet :)

Re: wpdotnet : problem with curl_init when installing a them

PostPosted: May 13th, 2013, 8:12 pm
by Jakub Misek
Hi,

you have to add cURL extension into the configuration.

First option is, that WpDotNet has to be updated to contain cURL by default.

Second option is, you download Phalanger, and add cURL by yourself :/ copy PhpNetCurl.dll into Bin and into web.config-<phpNet><classLibrary> add following
<add assembly='PhpNetCurl' />

Hope this helps, until we update WpDotNet package.

Thanks,

Re: wpdotnet : problem with curl_init when installing a them

PostPosted: May 14th, 2013, 7:55 pm
by deming14points
Thanks that was simple enough to add it manually. Now it works.