• Resolved anim8tr

    (@anim8tr)


    I’m unable to activate my current install of Contact Form 7 and am seeing a “This plugin does not work with your version of PHP” message in my WP Plugins section. I am running PHP 7.4.33, which is higher than your current minimal PHP of 7.4. Why am I getting this message?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter anim8tr

    (@anim8tr)

    Oops, sorry I’m running PHP 7.3.33, NOT 7.4.33. I’ll update to 7.4+.

    Hi, my contact form 7, 5.8, suddenly dasn’t work. I’ve installed wordpress 6.3, and my php has been upgraded to 7.4. When i send a message, i have: “An error has occurred while sending your message. Please try again later.”

    Thanks for your help

    Nikos

    <?php
    /*

    define( ‘WPCF7_VERSION’, ‘5.8’ );

    define( ‘WPCF7_REQUIRED_WP_VERSION’, ‘6.2’ );

    define( ‘WPCF7_TEXT_DOMAIN’, ‘contact-form-7’ );

    define( ‘WPCF7_PLUGIN’, FILE );

    define( ‘WPCF7_PLUGIN_BASENAME’, plugin_basename( WPCF7_PLUGIN ) );

    define( ‘WPCF7_PLUGIN_NAME’, trim( dirname( WPCF7_PLUGIN_BASENAME ), ‘/’ ) );

    define( ‘WPCF7_PLUGIN_DIR’, untrailingslashit( dirname( WPCF7_PLUGIN ) ) );

    define( ‘WPCF7_PLUGIN_MODULES_DIR’, WPCF7_PLUGIN_DIR . ‘/modules’ );

    if ( ! defined( ‘WPCF7_LOAD_JS’ ) ) {
    define( ‘WPCF7_LOAD_JS’, true );
    }

    if ( ! defined( ‘WPCF7_LOAD_CSS’ ) ) {
    define( ‘WPCF7_LOAD_CSS’, true );
    }

    if ( ! defined( ‘WPCF7_AUTOP’ ) ) {
    define( ‘WPCF7_AUTOP’, true );
    }

    if ( ! defined( ‘WPCF7_USE_PIPE’ ) ) {
    define( ‘WPCF7_USE_PIPE’, true );
    }

    if ( ! defined( ‘WPCF7_ADMIN_READ_CAPABILITY’ ) ) {
    define( ‘WPCF7_ADMIN_READ_CAPABILITY’, ‘edit_posts’ );
    }

    if ( ! defined( ‘WPCF7_ADMIN_READ_WRITE_CAPABILITY’ ) ) {
    define( ‘WPCF7_ADMIN_READ_WRITE_CAPABILITY’, ‘publish_pages’ );
    }

    if ( ! defined( ‘WPCF7_VERIFY_NONCE’ ) ) {
    define( ‘WPCF7_VERIFY_NONCE’, false );
    }

    if ( ! defined( ‘WPCF7_USE_REALLY_SIMPLE_CAPTCHA’ ) ) {
    define( ‘WPCF7_USE_REALLY_SIMPLE_CAPTCHA’, false );
    }

    if ( ! defined( ‘WPCF7_VALIDATE_CONFIGURATION’ ) ) {
    define( ‘WPCF7_VALIDATE_CONFIGURATION’, true );
    }

    // Deprecated, not used in the plugin core. Use wpcf7_plugin_url() instead.
    define( ‘WPCF7_PLUGIN_URL’,
    untrailingslashit( plugins_url( ”, WPCF7_PLUGIN ) )
    );

    require_once WPCF7_PLUGIN_DIR . ‘/load.php’;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Requires a newer version of PHP’ is closed to new replies.