PHP Notice Displaying Alot

Support General PHP Notice Displaying Alot

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7543
    alpha.mediaalpha.media
    Participant

    I am curious to see if this is an issue with the meta box plugin or something in our theme with a custom meta box using the plugin.

    I am going through the WP error log and trying to remove all errors and notices best as possible and this keeps popping up over and over again quite a bit.

    PHP Notice: Undefined index: title in wordpresspath/plugins/meta-box/inc/meta-box.php on line 322

    It appears to render between 3-6 times each page load in the admin. Wondering if this is caused by an issue with setting up a custom meta box or if it's a plugin issue that can be fixed so the notice goes away?

    Thanks.

    #7584
    Anh TranAnh Tran
    Keymaster

    The error says that a meta box misses title parameter. Can you please check your code that create meta boxes, checking if any meta box doesn't have title parameter?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.