• Resolved Bonaldi

    (@bonaldi)


    Hi,

    Deprecated code and debug notice :

    Deprecated: Creation of dynamic property forge12\contactform7\CF7Captcha\TimerValidator::$createtime is deprecated in /mypath/mysite.com/wp-content/plugins/captcha-for-contact-form-7/core/TimerValidator.class.php on line 53

        /**
         * @return string
         */
        public function getCreatetime()
        {
            if (empty($this->createtime)) {
                $dt = new \DateTime();
                $this->createtime = $dt->format('Y-m-d H:i:s');
            }
            return $this->createtime;
        }

    Regards.

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

    (@forge12)

    Hello @bonaldi,

    this issue will be fixed with the upcoming release.

    Best Regards
    Marc

    Plugin Author forge12

    (@forge12)

    Hello @bonaldi ,

    should be fixed now. Thanks for the report.

    Best Regards,
    Marc

    Thread Starter Bonaldi

    (@bonaldi)

    Thanks Marc, I’ll give it a try.
    However, I see that the tabs have disappeared and that the menu in WP now has only 2 entries.
    Is this normal?
    Regards.

    Thread Starter Bonaldi

    (@bonaldi)

    With PHP 8.3.8, I got this message when I activated the plugin:

    Warning: Undefined array key "protection_wordpress_comments_enable" in /var/www/wp/wp-content/plugins/captcha-for-contact-form-7/ui/controller/UI_Dashboard.php on line 442
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.