Creating New Sandbox error
-
My
WP_DEBUGis set totrue.
I’m using a development version of WordPress with some dev plugins like Developer, Debug, Query Monitor etc.When trying to Create a New Sandbox, I’m putting:
Shortname: getpages
Name: getpages Settings APIAnd onClick on “Create” button my Query Monitor is showing that it’s triggering 3 PHP Notices error:
- Undefined index: debug | Location: wp-content/plugins/sandbox/sandbox-plugin.php:191 | Call Stack: wp-config.php
- Use of undefined constant sandbox_menu_main – assumed ‘sandbox_menu_main’ | Location: wp-content/plugins/sandbox/admin-menu.php:8 | Call Stack: wp-admin/menu.php
- Undefined index: debug | Location: wp-content/plugins/sandbox/admin-form.php:122 | Call Stack:
sandbox_edit(),sandbox_menu_main(),do_action('toplevel_page_sandbox')
And it’s not creating anything at all. 🙁
The topic ‘Creating New Sandbox error’ is closed to new replies.