I copy all files in directory
mysite.com/qa
rename file qa-config-example.php in qa-config.php
line: define('QA_WORDPRESS_INTEGRATE_PATH', '/PATH/TO/WORDPRESS');
change:
define('QA_WORDPRESS_INTEGRATE_PATH', '/');
and: define('QA_WORDPRESS_INTEGRATE_PATH', '/public_html');
and: define('QA_WORDPRESS_INTEGRATE_PATH', 'http://mysite');
and: define('QA_WORDPRESS_INTEGRATE_PATH', 'http://mysite/public_html');
and: define('/'); and: define('http://mysite'); and other variants
Nothing works....
when open in browser mysite/qa, there write:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'your-mysql-usern'@'localhost' (using password: YES) in/home/abicte/public_html/qa/qa-include/qa-db.php on line 66
Could not establish database connection. Please check the username, password and hostname in the config file, and if necessary set up the appropriate MySQL user and privileges.
How to specify the path to the wordpress?
wordpress is the root of the site, and Q&A need install in directory