wp-config.php not found, require_once failed
-
PHP Warning: require_once(/wp-config.php): failed to open stream: No such file or directory in /srv/website.com/www/wp-content/plugins/redirect/redirect.php on line 16 PHP Fatal error: require_once(): Failed opening required '/wp-config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /srv/website.com/www/wp-content/plugins/redirect/redirect.php on line 16
Had a look at the source code; applied a workaround by replacing the $_SERVER var with a hardcoded path to the wp-config.php file. Any idea why the default path is failing?
Sam.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘wp-config.php not found, require_once failed’ is closed to new replies.