Support » Plugin: Easy Restaurant Menu Manager » PHP notices

  • Nice plugin. Just noticed a couple PHP notices though, both of which look like fairly straighforward fixes.

    1. Notice: Undefined variable: m in /path/to/wp/wp-content/plugins/easy-restaurant-menu-manager/views/view.items.php on line 54 This one pops up when looking at the front-end view of a menu.
    2. Notice: Undefined index: save_options in /path/to/wp/wp-content/plugins/easy-restaurant-menu-manager/admin/functions.php on line 190 This one shows up in the admin on the global settings page.

    Let me know if you’d like any more details.

    Cheers,
    Eric

    http://wordpress.org/extend/plugins/easy-restaurant-menu-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Eric Daams

    (@ericdaams)

    I’ve come across another handful of PHP error notices, most of them pretty along the same lines as the 2nd one I posted above. I really recommend you configure your testing server to display PHP notices, and switch WP_DEBUG to true in wp-config.php.

    Cheers,
    Eric

    Plugin Contributor Richard Royal

    (@richardroyal)

    I combed through and tried to address each of these in 1.2.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP notices’ is closed to new replies.