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.
enable curl?
Hey, so a bunch of plugins that require curl on my vanilla forums don't work because it can't find curl?
jchen@chi1:~$ curl --version curl 7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6 Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
this is on debian squeeze 32bit, latest vanilla forums.
plugins that don't work include vanilla statistics and the default facebook integration plugin.
0
Answers
you will need to install the curl addition on your PHP install.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I installed php5-curl, but vanilla plugins still give me an error saying curl is required.
/etc/php5/conf.d/curl.ini:
jchen@chi1:/etc/php5/conf.d$ less curl.ini ; configuration for php CURL module extension=curl.so
I also verified by a php document using curl function.
did you restart your web server and verify that the curl module is loading properly?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
weird, just restarting apache didn't do it... had to restart the whole machine