• I’ve installed this plugin, but not yet begun using it (I’m developing a site – this will come later).

    But already I can see I’m getting lots of PHP notices (I’ve got WP_DEBUG turned on in wp-config.php).

    This is the one that seems to come up most:
    Notice: Undefined index: nimble_portfolio_noncename in wp-content/plugins/nimble-portfolio/includes/add-meta-boxes.php on line 34

    http://wordpress.org/extend/plugins/nimble-portfolio/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nimble3

    (@nimble3)

    This is not a bug or issue 🙂 you will find these Notices in a lot of scripts, its just for debugging not a serious thing.

    Thread Starter David Anderson / Team Updraft

    (@davidanderson)

    Mmmm. But if a plugin spews many lines of PHP notices across the screen, then debug mode becomes somewhat useless. Thankfully in my case almost all the plugins are playing nice. And using variables which are not initialised is bad programming practice which can mask other bugs, which is why PHP takes the trouble to print out a warning if you do it, so that you can avoid doing so.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Lots of PHP notices’ is closed to new replies.