• Resolved Darius Ju

    (@dariusju)


    screenshoot -> https://prnt.sc/raA_aODhoiKQ

    Uncaught TypeError: Object(…)(…).getKeywords(…).split is not a function
    at t.<anonymous> (classic.js?ver=1.0.89.1:1:46380)
    at e (lodash.min.js?ver=4.17.19:9:34192)
    at f (lodash.min.js?ver=4.17.19:9:34444)
    at o (lodash.min.js?ver=4.17.19:9:34342)
    (anonymous) @ classic.js?ver=1.0.89.1:1
    e @ lodash.min.js?ver=4.17.19:9
    f @ lodash.min.js?ver=4.17.19:9
    o @ lodash.min.js?ver=4.17.19:9
    react-dom.min.js?ver=17.0.1:9 Uncaught Error: Minified React error #200; visit https://reactjs.org/docs/error-decoder.html?invariant=200 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at e.render (react-dom.min.js?ver=17.0.1:9:117436)
    at classic.js?ver=1.0.89.1:1:70406
    e.render @ react-dom.min.js?ver=17.0.1:9
    (anonymous) @ classic.js?ver=1.0.89.1:1
    classic.js?ver=1.0.89.1:1 Uncaught TypeError: t.split is not a function
    at t.value (classic.js?ver=1.0.89.1:1:47617)
    at t.value (classic.js?ver=1.0.89.1:1:70974)
    at t.value (classic.js?ver=1.0.89.1:1:45000)
    at classic.js?ver=1.0.89.1:1:44806

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @dariusju,

    Thank you for contacting the support and sorry for not following up quickly and for any inconvenience that might have been caused due to that.

    We have identified this as a bug and will soon release a fix for this. For now, to fix the issue, please navigate to WP Dashboard > Plugins > Plugin File Editor and replace the code on line 90 of seo-by-rank-math/blob/master/includes/admin/metabox/class-metabox.php:

    Replace this:
    if ( ! $is_gutenberg && ! $is_elementor && 'rank_math_schema' !== $screen->post_type ) {

    With:

    if (
    			! $is_gutenberg &&
    			! $is_elementor &&
    			'rank_math_schema' !== $screen->post_type &&
    			'edit-tags' !== $screen->base
    ) {

    Hope this helps. Let us know if you need any other assistance.

    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello,

    Thank you for your patience.

    Please update Rank Math & all other plugins, themes, and WordPress to the latest version.

    The issue should be fixed.

    If not, please feel free to open a support topic or reply to this message and we will be more than happy to assist.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘console errors when visiting comments>categories page in wordpress admin.’ is closed to new replies.