• Resolved mtjarrett

    (@mtjarrett)


    All of a sudden, I started getting this message (below) today. Have not done anything on the website in weeks. Can’t figure out why this just today became a problem. Any help resolving it is greatly appreciated. Thanks.

    Function jetpack_form_register_pattern is deprecated since version jetpack-13.4!

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

Viewing 15 replies - 1 through 15 (of 30 total)
  • ghenderson415

    (@ghenderson415)

    I have it as well. It updated today to 13.4.

    rachellestirling

    (@rachellestirling)

    Same

    acwporg

    (@acwporg)

    same

    1ndoryu

    (@1ndoryu)

    This is a total irresponsibility that caused this, I’m going to uninstall ‘Jetpack’ and never use it again.

    stan178

    (@stan178)

    I also encountered the same error, which also causes a bug in the WooCommerce product page’s ‘Add to Cart’ feature. I found a temporary solution: in the wp-config.php file, change define( 'WP_DEBUG', true ); to define( 'WP_DEBUG', false );. This way, the error will not appear temporarily.

    • This reply was modified 2 years ago by stan178.
    binarytechne

    (@binarytechne)

    Deactivating and reactivating the plugin sorted out my problem.

    Incitatus

    (@incitatus)

    Deactivating and reactivating the plugin will not fix this issue.

    alexelia

    (@alexelia)

    All websites with Jetpack have the same issue 🤣​🤣​😂​😂​🤪​🤪​ It seems they still haven’t figured out what the problem is… It will be weeks before the update. My advice is to never use Jetpack.

    ipoint28

    (@ipoint28)

    +1

    horilla

    (@horilla)

    I started getting this message (below) today. Have not done anything on the website these days. Can’t figure out why this just today became a problem. Any help resolving it is greatly appreciated. Thanks.

    Deprecated: Function jetpack_form_register_pattern is deprecated since version jetpack-13.4! Use Automattic\Jetpack\Forms\ContactForm\Util::register_pattern instead.

    My website is about Open Source HR Software & never done anything on my website Horilla HRMS. Please check the website link attached below & please advice me to solve the issue.

    Thanks in Advance.

    My website link: https://www.horilla.com/

    MrWrighty

    (@mrwrighty)

    Disabled then re-enabled plugin sorted the issue.

    possiblepromise

    (@possiblepromise)

    Also having this problem. Had to downgrade Jetpack and disable auto-updates to prevent it from happening again.

    mkforde

    (@mkforde)

    Same thing for me. I can’t log in to the backend of my WordPress site because of this.

    ipoint28

    (@ipoint28)

    1. Rename folder with JetPack plugin /wp-content/plugins/jetpack
    2. Make downgrade to previous version JetPack https://github.com/Automattic/jetpack-production/releases/tag/13.3.1
    3. Turn off autoupdate plugin
    possiblepromise

    (@possiblepromise)

    I also think this might work. If you replace line 129 of jetpack/modules/contact-form.php with this:

    add_action( 'init', [\Automattic\Jetpack\Forms\ContactForm\Util::class, 'register_pattern'] );

    That looks to be the only place the deprecated function is used as far as I can tell.

Viewing 15 replies - 1 through 15 (of 30 total)

The topic ‘Function jetpack_form_register_pattern is deprecated since version jetpack-13.4’ is closed to new replies.