I am trying to test before upgrade to latest version
my 1.6.3 is here
http://www.mysite.com
my test install would be here:
http://www.mysite.com/test/
I copy my 1.6.3 to /test/ folder and I create a mirror db from my 1.6.3 online version
I have updated these in qa-config.php
define('QA_MYSQL_HOSTNAME', 'localhost');
define('QA_MYSQL_USERNAME', '');
define('QA_MYSQL_PASSWORD', '');
define('QA_MYSQL_DATABASE', '');
What else do I need to change to make QA work in this folder????
Thanks