As soon as we installed the dev version of the module we got the following error on our test site: Fatal error: Access to undeclared static property: Facebook::$CURL_OPTS
Any ideas?
As soon as we installed the dev version of the module we got the following error on our test site: Fatal error: Access to undeclared static property: Facebook::$CURL_OPTS
Any ideas?
Comments
Comment #1
Dave Cohen commentedFacebook's libraries require the PHP curl extension.
http://php.net/manual/en/book.curl.php
Comment #2
BMorse commentedcurl is running on the server. From phpinfo: libcurl/7.19.7 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Comment #3
Dave Cohen commentedI've never seen this error. Are there other errors? Have you read the README.txt?
I suspect its not finding facebook.php, the libraries you have to download from facebook. If that's the case you should see other errors as well.
Comment #4
BMorse commentedPerhaps so. Reinstalled everything and the error (which wan't a drupal error, it appeared before the site loaded) is gone. But now there is not Share on Facebook checkbox on node creation. So, we're still doing something wrong.
Comment #5
mstiDid you download the new facebook libraries fom http://github.com/facebook/php-sdk/downloads ?