nginx and cURL - Ubuntu 10.04
My php script dies with:
Fatal error: Uncaught exception 'Exception' with message 'Facebook needs the CURL PHP extension.' in /var/www/……..
Thanks,
Dave
6 Replies
PHP5 on nginx v7.65 if thats what you mean? on ubuntu 10.04.
Thanks, let me know if you need more info. Not sure.
Dave
@ninemedia:
Anyone have the problem of getting php curl extension working with nginx on Ubuntu 10.04or how to install it?
My php script dies with:
Fatal error: Uncaught exception 'Exception' with message 'Facebook needs the CURL PHP extension.' in /var/www/……..
Thanks,
Dave
Based on the error message I wonder if you have php5-curl installed?
make sure your php.ini file has extension=curl.so in it
restart whatever is running php (php-fpm or spawn-fcgi I imagine)
I've got zero context on where to get started with this and the forum threads so far are simply telling me that I have no clue and this is probably the wrong host to be on and or that my client needs to hire an additional person to manage the backend coding (not something they have any budget for which is why they are paying $20 per month for hosting).
Love to figure out how to get a clue as to where the clues are, probably not going to be cost effective for me or my client.
Goodluck!