Class 'Facebook' not found error message

后端 未结 4 1590
你的背包
你的背包 2021-01-25 08:06

i copied some html code for a facebook application but i seem to get the following error

Fatal error: Class \'Facebook\' not found in /home/content/73/7931773/h         


        
4条回答
  •  一生所求
    2021-01-25 08:54

    I got this error and found it was caused by "Facebook needs the CURL PHP extension" at root. Installing CURL for PHP fixed it.

提交回复
热议问题