Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Twitter Connect and Curl Error.
Fresh install vanilla here, and I've been getting this error whenever I tried to enable twitter plugin.
This is the error:
The addon could not be enabled because it generated a fatal error:
This plugin requires curl.
I'm not very technical and the hosting company said curl is installed on my vps. I've search everywhere on google and in this forum, and still have no idea what's going on. How do I fix this error?
This is the error:
The addon could not be enabled because it generated a fatal error:
This plugin requires curl.
I'm not very technical and the hosting company said curl is installed on my vps. I've search everywhere on google and in this forum, and still have no idea what's going on. How do I fix this error?
Tagged:
0
Best Answer
-
Everything works now. A simple Google search to enable curl_exec on server control panel. After all this, feeling bad that I didn't figure out curl_exec was disabled.
Thanks x00 for the massive helps. You're awesome, I appreciate that.0
Answers
The path where PHP looks for its php.ini file is built into PHP on compile time. To find out that path, use a PHP script that does a phpinfo() call. This will display a huge table of all of PHP's configuration variables. The path to php.ini can be found in the first part of that table, near the start of the page.
you can simply create a new file (name it "phpinfo.php", for example) that contains the single line
<?php phpinfo(); ?>
Upload that file anywhere on your website and call it up in your browser.
There was an error rendering this rich post.
grep is your friend.
There was an error rendering this rich post.
grep is your friend.
cURL support enabled
cURL Information libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Do I take it as it is enabled? I found a guide on creating a php file to test Curl, and it does return an array of strings.
Not sure what I'm missing, Twitter connect still doesn't work.
https://github.com/vanillaforums/Addons/zipball/master
disable then enable it. Then let me know. If necessary you can disable the curl check.
grep is your friend.
https://github.com/vanillaforums/Garden/zipball/master
grep is your friend.
try and comment out these lines in class.twitter.plugin.php like so if so then php could be mis-compiled or something else that is preventing curl form working
grep is your friend.
dashboard/settings/twitter
?
I honestly don't think you have full curl support otherwise curl_exec should be there.
grep is your friend.
Is the function disabled?
Vanilla Forums COO [GitHub, Twitter, About.me]
you need
curl_init
curl_setopt
curl_getinfo
curl_close
curl_exec
grep is your friend.
Thanks x00 for the massive helps. You're awesome, I appreciate that.
grep is your friend.