• My WP_DEBUG is set to true.
    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 API

    And onClick on “Create” button my Query Monitor is showing that it’s triggering 3 PHP Notices error:

    1. Undefined index: debug | Location: wp-content/plugins/sandbox/sandbox-plugin.php:191 | Call Stack: wp-config.php
    2. 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
    3. 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. 🙁

    https://ww.wp.xz.cn/plugins/sandbox/

The topic ‘Creating New Sandbox error’ is closed to new replies.