• Resolved ScottFromPA

    (@scottfrompa)


    ISSUE FOUND:

    if you are using… WP 4.0 > Genesis Framework > Yoast SEO

    Avoid this plugin

    It will effectively disable Yoast SEO

    It halts all header edits. It creates three errors.

    Every time I try to make a alteration to a post via the plugin I get the following errors

    Notice: Undefined offset: 0 in siteroot/public_html/wp-includes/capabilities.php on line 1116
    
    Warning: Cannot modify header information - headers already sent by (output started at siteroot/public_html/wp-includes/capabilities.php:1116) in siteroot/public_html/wp-admin/post.php on line 233
    
    Warning: Cannot modify header information - headers already sent by (output started at siteroot/public_html/wp-includes/capabilities.php:1116) in siteroot/public_html/wp-includes/pluggable.php on line 1173
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    Scott, I don’t have access to the Genesis Framework to test.

    I think this problem is because of a small bug in the plugin. I will release an update shortly.

    On line 1262, the line needs to be changed to:

    if ( ! current_user_can( 'edit_posts' ) ) return;

    Note the “s” at the edit of “edit_posts” which was missing from the previous version.

    Can you please change this line and let me know if it works?

    Thread Starter ScottFromPA

    (@scottfrompa)

    I’ll give it a shot thanks Ajay.

    Plugin Author Ajay

    (@ajay)

    Thanks. Do let me know if this resolves it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ISSUE: Yoast SEO – Gets Disabled’ is closed to new replies.