Could not check Focus Keywords in posts – the post meta table exceeds the size l

#536852
Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello,

    Thanks for contacting us, and sorry for any inconvenience that might have been caused due to that.

    Please trying adding the following filter to your site in order to fix this issue:

    /**
     * Filter to change the Post Meta Table Limit
     */
    add_filter('rank_math/seo_analysis/postmeta_table_limit', function ( $limit ) {
    		return 500000;
    	}
    );

    And here is how to add a filter/hook to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Arien
    Rank Math free

    Hello,

    I inserted new code but still no success. I have uploaded file in child-theme map.

    Any other possibilities?

    Arien

    Hello,

    Thank you for providing additional information.

    Administrator has 2FA activated, would you please deactivate that so that we can have a look.

    Also, please clear the transients at Rank Math > Status & Tools > Database Tools > Remove transients and check if that resolves the issues.

    Looking forward to helping you.

    Thank you

    Arien
    Rank Math free

    Thank you,

    Clearing transient did not solve anything, since there weren’t any.

    2FA has been de-activated.

    Good luck in finding the cause!

    Hello,

    It seems that we’re unable to edit the filter on your WordPress dashboard as the theme editor is disabled.

    However, could you please increase the value from the code to this?

    return 5000000;

    Once done, head over the Rank Math > Status & Tools > Database tools > and click the Clear SEO Analyzer button to flush the cache.

    If the issue still persists, please share the FTP logins in the sensitive data section as well so we can check the filter and investigate the issue further.

    Let us know how this goes.

    Thank you.

    Arien
    Rank Math free

    Thank you very much for your persistence, because now it works!

    By the way, I have no idea why theme editor is disabled. Do you know how I can enable it again?

    Thanks, Arien

    Hello,

    Glad that worked.

    About theme editor, you can enable it by adding the code define('DISALLOW_FILE_EDIT', true); to wp-config.php . If Disallow_file_edit is already present please check if it’s value is set to true.

    Hope this helps.

    Thank you

    Arien
    Rank Math free

    Thank you, added the code as suggested, but nothing changes as far as I can see. Still cannot find the theme editor.

    https://www.dropbox.com/s/wyab9v5ikkttmw6/Schermafbeelding%202023-03-04%20om%2009.14.55.png?dl=0

    Could you please check from your end?

    Many thanks, Arien

    Hello,

    Sorry for the confusion earlier.

    You’ll need to change DISALLOW_FILE_EDIT from true to false, and save the file. Currently it’s set to true in your wp-config.php file.

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Arien
    Rank Math free

    Hello and thank you.

    Sorry, but cannot detect any change. Or am I missing something?

    Arien

    Hello,

    You had the option Disable Themes & Plugins editor enabled on your site at SG Security > Site Security. I’ve disabled the option from there and now you can find the Theme file editor option at WordPress Dashboard > Appearance > Theme file editor.

    Please refer to the screenshot attached in the sensitive data section.

    Hope that helps, and please do not hesitate to let us know if you need our assistance with anything else.

    Thank you.

    Arien
    Rank Math free

    Thank you very much for solving this issue!!

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

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

The ticket ‘Could not check Focus Keywords in posts – the post meta table exceeds the size l’ is closed to new replies.