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

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -