• Resolved nicknoop

    (@nicknoop)


    Dear Jetpack support,

    I’m experiencing repeatable block editor crashes on multiple WordPress sites when Jetpack is active, and I’m hoping you can help before I’m forced to remove Jetpack from all of them.

    All the sites use custom, bespoke classic themes (not marketplace or block themes), but they work fine with the block editor when Jetpack is disabled.

    With Jetpack enabled, the editor behaves like this:

    • On a brand‑new post, the first default Paragraph block works.
    • As soon as I add a second block, the editor crashes (“The editor has encountered an unexpected error”), and I can’t continue editing.
    • This happens on multiple sites, not just one.

    When I fully deactivate Jetpack, the block editor works normally and I can add multiple blocks; re‑enabling Jetpack immediately brings the problem back.

    Because your support form doesn’t allow file attachments, I’ve pasted key debug information below.Environment (from Site Health → Info)

    wp-core

    • WordPress version: 5.9.10
    • Site language: en_GB
    • Environment type: production

    wp-server

    • Server: LiteSpeed on Linux
    • PHP version: 7.4.33 (64‑bit)
    • PHP SAPI: litespeed
    • PHP time limit: 1200
    • PHP memory limit: 1024M

    wp-active-theme

    • Theme: EM2020 (custom classic theme)
    • Version: 1.0.0
    • Theme features: core-block-patterns, widgets-block-editor, editor-styles, post-thumbnails, menus, html5, custom-background, custom-logo, custom-header, etc.

    wp-plugins-active

    (abridged list)

    • Jetpack: 11.4.2
    • Google Analytics for WordPress by MonsterInsights: 10.2.2 (now deactivated during testing, but was previously active)
    • PHP Everywhere: 3.0.0
    • Yoast SEO: 19.13
    • All-In-One Security (AIOS): 5.4.9
    • jQuery Updater, SVG Support, Simple Custom Post Order, Media Library Organizer, ProfilePress, WPIDE, etc.

    jetpack

    • Jetpack version: 11.4.2
    • Plan: free
    • Site ID: 138653830
    • Jetpack plugin dir: /wp-content/plugins/jetpack/

    I rely on Jetpack’s Custom Content Types (Testimonials and Portfolio), so I cannot simply remove Jetpack; those post types are in production use.Browser console (excerpt)

    With Jetpack active, when I open the editor and add a second block, the console shows:

    text

    JQMIGRATE: Migrate is installed, version 3.3.2 admin-bar-v2.js?ver=11.4.2-202625:1 Missing data from PHP (wpNotesArgs).

    Followed by many core block validation errors such as:

    text

    Block validation: Expected attribute class of value wp-block-button__link, saw wp-block-button__link wp-element-button. Block validation: Block validation failed for core/button. Content generated by save function: <div class="wp-block-button is-style-fill"> <a class="wp-block-button__link">Learn more</a> </div> Content retrieved from post body: <div class="wp-block-button is-style-fill"> <a class="wp-block-button__link wp-element-button">Learn more</a> </div>

    Similar validation errors appear for:

    • core/cover (background/gradient class differences),
    • core/media-text (expected figure, saw div, different content order),
    • core/quotecore/separator, and core/list (extra style attributes, empty list items, etc.).

    At the end, I get a React error:

    text

    react-dom.min.js: Error: Minified React error #301; visit https://reactjs.org/docs/error-decoder.html?invariant=301 at Le (...) at Pj (...) at di (...) ...

    On another site with the same behaviour, I additionally see:

    text

    default.editor.min.js?ver=20260616:1 TypeError: Cannot read properties of undefined (reading 'jsx')

    where default.editor.min.js is loaded from the WordPress.com editor integration (wpcom-block-editor). With Jetpack disabled, this script is not loaded and the editor works.PHP debug log (excerpt)

    debug.log contains only repeated Imagick warnings, and no PHP fatal errors at the time of the editor crash:

    text

    [16-Jun-2026 10:26:27 UTC] E_WARNING: Version warning: Imagick was compiled against ImageMagick version 1692 but version 1693 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0

    (Repeated several times.)Summary

    From my perspective:

    • On this stack (WordPress 5.9.10 + Jetpack 11.4.2 + PHP 7.4.33 + custom classic theme), enabling Jetpack causes the block editor to crash when adding a second block, even on new posts.
    • The console shows Jetpack’s admin-bar script warning, core block validation mismatches, and a final React error #301 (too many re‑renders).
    • On at least one site, default.editor.min.js from Jetpack’s wpcom-block-editor bundle is also throwing a TypeError: Cannot read properties of undefined (reading 'jsx').

    I’ve already:

    • Disabled MonsterInsights (its Headline Analyzer editor JS was causing a separate jsx error, which is now gone).
    • Confirmed that disabling Jetpack entirely restores the editor, but I then lose Testimonials and Portfolio.

    Questions

    1. Is this a known compatibility issue between Jetpack’s wpcom-block-editor integration and WordPress 5.9.10 / PHP 7.4 / classic themes?
    2. Is there a way to disable only the WordPress.com editor integration (e.g. the script that loads default.editor.min.js) while keeping Jetpack’s Custom Content Types for Testimonials/Portfolio active?
    3. If this is a version mismatch issue, what combination of WordPress, Jetpack, and PHP do you recommend for a stable block editor when using Jetpack’s custom content types and a classic theme?

    Because I can’t attach files via this form, I’ve pasted the key excerpts above, but I can provide the full debug.log, Site Health “Info” export, and complete console logs by email if needed.

    Thank you in advance for your help—I’d very much like to keep using Jetpack, but right now the editor is unusable on all affected sites when Jetpack is active.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Alin (a11n)

    (@alinclamba)

    Hi @nicknoop,

    Thank you for reaching out. Looking at your site, I can see that you’re running WordPress 5.9.10
    and Jetpack 11.4.2.

    Unfortunately, both of these versions are outside our support policy. Jetpack currently requires
    WordPress 6.9 or higher, and we support the current Jetpack version and one major version back.

    The block editor crash you’re experiencing is caused by this version incompatibility. To resolve
    this issue, you’ll need to:

    1. Update WordPress to version 6.9 or later
    2. Update Jetpack to the latest version (15.9) We also recommend updating PHP from 7.4 to 8.1+, as PHP 7.4 reached end-of-life in November 2022. Once your site is on supported versions, the block editor should work correctly with Jetpack
      active.

    Best regards,
    Alin

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @nicknoop,

    Do you have updates about that, do you still need help? We usually close inactive threads after one week of no movement, but we want to make sure we’re all set before marking it as solved. Thanks!

    Thread Starter nicknoop

    (@nicknoop)

    Many thanks, I will remove Jetpack, kind regards, Nick

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @nicknoop,

    I’m sorry that didn’t work out in this case, and you’re going to remove Jetpack altogether!

    You’re welcome to reactivate it should your site meets the system requirements Jetpack needs in order to run smoothly.

    We wish you all the best, and if there’s anything else we can help with in the future, please don’t hesitate to reach out.

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

You must be logged in to reply to this topic.