Can't find wp-load.php
-
I’m trying to use the plugin, but I’m only seeing the following errors in the widget:
Maintenance fatal error: Not Found
Server error occurred: Not FoundI believe the issue has to do with this line of code in src/endpoints/index.php:
require_once('../../../../../wp-load.php');
Our WP set up is slightly non-standard, so the wp-load.php file isn’t in that location, relative to the plugins.
Everything I’ve been able to find online about locating this file seems to indicate that you shouldn’t need to include it, and that there is a better way of doing things. e.g.:
https://ottopress.com/2010/dont-include-wp-load-please/
Any chance of you refactoring the plugin so that those of us with non-standard setups can still use it?
Thanks!
- The topic ‘Can't find wp-load.php’ is closed to new replies.