• Resolved crouz

    (@crouz)


    Hi everyone,

    And thank you for your big job on this plugin !

    The nightly 7.3 update broke my WP login page (on which I configured a captcha). I now got a white page. The problem is quite simple.

    Here is the php error :

    [11-Aug-2023 08:22:12 UTC] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method C4WP\C4WP_Captcha_Class::login_form_return() cannot be called statically in /home/xxx/yyy/wp-includes/class-wp-hook.php:312

    The problem is in class-c4wp-captcha-class.php :

    • line 439 : public function login_form_return : the function is declare as dynamic
    • but line 59, the function is added to filters as if it was static : add_filter( ‘login_form_middle’, array( CLASS, ‘login_form_return’ ), 99 );

    Thank you for your work ! And thank you for fixing this issue.

    Regards,

    Chris

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

    (@robert681)

    Hello @crouz

    Thank you for using our plugin. I am sorry to read about your issue.

    We can confirm the bug. We are already working on a fix and will provide you with an update shortly.

    Sorry if this has caused an inconvenience.

    Plugin Support Danny Jones

    (@distinctivepixels)

    Hello @crouz,

    Thanks for reporting this issue. I have located the issue and can provide an updated version of the plugin which will remedy this. To download please head to https://melapress.com/support/plugins-patches/downloads/

    Once installed, if you continue to have an issue do not hesitate to let us know.

    Kind regards, Daniel – Developer @ Melapress

    Thread Starter crouz

    (@crouz)

    Thank you Daniel !

    The fix is working for 3 of my websites. So everything is OK for me.

    Thanks for your responsiveness !

    Regards,

    Chris

    Plugin Author robertabela

    (@robert681)

    I’m glad to read it worked for you @crouz

    We will release update 7.3.1 later on next week. In the meantime, please do not forget to spare a minute to rate our plugin and service. These ratings are really helpful.

    Thank you and have a grand weekend.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘V7.3 update critical issue on WP login form’ is closed to new replies.