• Resolved displayground

    (@displayground)


    Hello,

    Running….
    WordPress version: 3.5
    WordPress SEO version: 1.3.3

    I’m getting the following errors under the “Page Analysis” tab when editing a page.

    Notice: Undefined offset: 2 in /wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1434
    
    Notice: Undefined offset: 2 in /wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1434
    
    Notice: Undefined offset: 2 in /wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1434

    When saving the page the WordPress CP throws the following errors…

    Notice: Undefined offset: 2 in /wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1434
    
    Notice: Undefined offset: 2 in /wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1434
    
    Notice: Undefined offset: 2 in /wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1434
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/wordpress-seo/admin/class-metabox.php:1434) in /wp-includes/pluggable.php on line 876

    Would appreciate your help sorting this out.

    Thank you.

    http://wordpress.org/extend/plugins/wordpress-seo/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Even I am facing the same issues ?
    Any help here ?

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    First of all, you’re running with WP_DEBUG set to true, don’t do that in a production environment. Second, do you have alt tags without quotes? like:

    <img src=bla.jpg alt=bla/>

    instead of:

    <img src="bla.jpg" alt="bla"/>

    ?

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    In any case, the notice won’t be thrown in the next version.

    Thanks Joost,
    Sorry I kept WP_DEBUG true,I have made the changes. 🙂

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