Hello!
I tried to launch QA with wordpress. So I have some difficulties:
1) Wordpress installed in directory "/wordpress_3/public_html/"
http://prntscr.com/2r7gwi
2) QA was unpacked in directory "/wordpress_3/public_html/qa/"
3) I added the next string to config file:
define('QA_WORDPRESS_INTEGRATE_PATH', '/wordpress_3/public_html/'); - http://prntscr.com/2r7i4t
But when I open my url - easylossweight.ru/qa I have an error
Question2Answer fatal error:
Could not find wp-load.php file for WordPress integration - please check QA_WORDPRESS_INTEGRATE_PATH in qa-config.php
Stack trace:
require() in index.php:31
require() in qa-index.php:48
qa_initialize_constants_1() in qa-base.php:34
http://prntscr.com/2r7i1n
Where's a mistake? thank you!