• WP_DEBUG is defined to true in the main plugin file and set to show errors.

    On a fresh install, on the Front End Only Users Settings page, there are a bunch of warnings. I think this is all the ones I saw, with duplicates filtered out:

    Notice: Undefined index: Action in \wp-content\plugins\front-end-only-users\Functions\EWD_FEUP_Output_Options.php on line 12
    Notice: Undefined index: Action in \wp-content\plugins\front-end-only-users\Functions\EWD_FEUP_Output_Options.php on line 13
    Notice: Undefined variable: Display_Page in \wp-content\plugins\front-end-only-users\html\MainScreen.php on line 6 Call Stack #TimeMemoryFunctionLocation …
    Notice: Constant WP_DEBUG already defined in \wp-content\plugins\front-end-only-users\Main.php on line 29
    Notice: Undefined index: OrderBy in \wp-content\plugins\front-end-only-users\html\DashboardPage.php on line
    Notice: Undefined variable: Display_Page in \wp-content\plugins\front-end-only-users\html\MainScreen.php on line 22
    Notice: Undefined variable: Number_Of_Pages in \wp-content\plugins\front-end-only-users\html\UsersPage.php on line 24
    Notice: Undefined index: OrderBy in \wp-content\plugins\front-end-only-users\html\UsersPage.php on line 63
    Notice: Undefined property: stdClass::$Level_Item_ID in \wp-content\plugins\front-end-only-users\html\LevelsPage.php on line 55

    https://wordpress.org/plugins/front-end-only-users/

  • The topic ‘Various warnings’ is closed to new replies.