Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
502 views
in Q2A Core by
edited by

I have installed the plugin Twitter OAUTH Login under 1.4 beta.

I got this error after installation.

(Fatal error: Cannot redeclare qa_db_connect() (previously declared in /home/sites/vip5023133/httpd/htdocs/faq/qa-include/qa-db.php:37) in /home/sites/vip5023133/httpd/htdocs/faq/qa-include/qa-db.php on line 63)

Then, I have updated the define('QA_BASE_DIR', dirname(empty($_SERVER['SCRIPT_FILENAME']) ? __FILE__ : $_SERVER['SCRIPT_FILENAME']).'/'); in both config.php and callback.php.

But I didn't add
require 'qa-include/qa-base.php';

I got below message after clicking the login. Please shed some light. Thanks.

 

+++
The config file could not be found. Please read the instructions in qa-config-example.php.

+++

Hi gidgreen, should I continue to use this plugin and fix the problem? Thanks.

related to an answer for: Anyone else working on Login with Twitter?

Please log in or register to answer this question.

...