require_once( $path_to_wp . ‘/wp-load.php’ ) fails
-
The following messages are displayed after I click on Inbound forms | Add new:
Warning: require_once(/blahblah/web//wp-load.php): failed to open stream: No such file or directory in /blahblah/web/blog/wp-content/plugins/leads/shared/shortcodes/shortcodes-fields.php on line 13
Fatal error: require_once(): Failed opening required ‘/blahblah/web//wp-load.php’ (include_path=’/blahblah/web/blog/wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google:.:/opt/php5.6/lib/php’) in /blahblah/web/blog/wp-content/plugins/leads/shared/shortcodes/shortcodes-fields.php on line 13
The file wp-load.php does indeed exist and is readable. The error appears to be that the path is incorrectly determined – but I am no php programmer.
The topic ‘require_once( $path_to_wp . ‘/wp-load.php’ ) fails’ is closed to new replies.