muzar
muzar

Reputation: 53

HTTP 500 error when I require PHP facebook SDK at Symfony2

I've added requirement

require_once __DIR__ . './facebook/src/facebook.php';

at vendor/autoload.php file. And all is OK while I'm working on localhost using denwer. But when I try to use this on real server, I get HTTP 500 Error. Why?

Upvotes: 0

Views: 282

Answers (1)

muzar
muzar

Reputation: 53

The problem was that the CURL has not been installed.

Upvotes: 1

Related Questions