cakephp - Could not load configuration file public_html/app/Config/facebook.php -


iam trying implement basic facebook functionality in cakephp project. iam getting following error:

enter image description here

i did bit of digging , turns out /public_html/app/config/facebook.php wrong location cakephp-facebook-plugin. cakephp located in /public_html/app/plugin/facebook//config/facebook.php funny thing cant clue cakephp getting wrong location.

also iam using

  • cakephp-facebook-plugin ver 3.1.3 (latest)
  • cakephp framework version 2.5.4 (old)

i running on hostinger free subdomain account , people suggested curl issue free accounts seems enabled on php configuration settings.

solved, had move facebook.php file app/config/


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -