• Dear Developer’s Team,

    I hope this message finds you well. First, I’d like to thank you for creating such a fantastic plugin! It has been incredibly helpful and provides powerful functionality directly within the Contact Form 7 interface. I truly appreciate the effort and expertise that went into developing it.

    I am reaching out regarding a notice that appears in my site’s PHP error log related to the Contact Form 7 Connector plugin. The message indicates the use of deprecated functionality, specifically:

    WPCF7_TagGenerator::add(): Use of tag generator instances older than version 2 is deprecated.

    This seems to suggest that the plugin is using older methods that are no longer recommended in the latest versions of WordPress or PHP. While this does not currently impact the functionality of my site, I am concerned about future compatibility and would like to ask if there are plans to update the plugin to address this issue.

    I greatly appreciate the functionality your plugin offers and prefer using it due to its direct integration with Contact Form 7. However, resolving this notice would ensure better compatibility and reduce potential risks in the future.

    Thank you for your attention to this matter, and I look forward to your response.

    Best regards,

    Mojca

Viewing 1 replies (of 1 total)
  • Thread Starter mojcak

    (@mojcak)

    And also this:

    Deprecation Notice: strpos() Function
    Error Log Entry: [23-Nov-2024 17:19:06 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /path-to-website/wp-content/plugins/contact-form-7-connector/includes/class-plugin.php on line 167

    Details:
    The strpos() function is being called with null as the first parameter ($haystack), which is deprecated in PHP 8+. This issue is located in the file class-plugin.php on line 167.

    Suggested Fix:
    Ensure that the parameter passed to strpos() is always a valid string. Implement a check or default value for the $haystack variable before calling strpos().

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.