hybridauth - How to solve this This sample requires a Mysql database. Please edit the configuration file: application.config.php? -


i using hybridauth userinformation social web sites facebook,twitter, etc.php lib connect configured using install.php available in lib itself.

when tried use examples available following errore this sample requires mysql database. please edit configuration file: application.config.php

i don't know file application.config.php available.

also got error! hybridauth library needs curl php extension.

since new php blinking next.

please me solve this.

regards tony

firstly, need php-curl.. repo's php installs include this, it's odd haven't gotton it. have specified os you're working on, quick google search give instructions on installing this. if you're working on rhel-based system, do;

yum install php-common yum install php-curl 

the former installing php common packs, , latter installing curl.

likewise, you'll need find application.config.php - again, on rhel-based systems, can run;

find -name application.config.php 

- otherwise, find out how system search on os you're working on. looks it's standard issue haven't defined mysql information (database name, username, password); once input these application.config.php, should go.

best of luck it.

  • eoghan

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -