Quote:
Originally Posted by weave
Trying to test this on a local install with VB 4.2.2 and WP 3.8.1
I am getting his error when trying to connect the 2.
Quote:
Warning: require_once(/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config.php/wp-settings.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config.php on line 90
Fatal error: require_once(): Failed opening required '/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config.php/wp-settings.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config.php on line 90
|
|
It is wrong path:
Quote:
/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-config.php/wp-settings.php
|
Look at "wp-config.php", line 90. It should be like this:
Quote:
require_once(ABSPATH . 'wp-settings.php');
|