It may be that the /home/... path is just what the FTP is showing you and not the true path. Try adding this to your config to see:
echo __DIR__;
So an alternate version, presuming the qa-config.php is in the ask/ directory, would be this:
define('QA_WORDPRESS_INTEGRATE_PATH', __DIR__ . '/../');