• Resolved Oliver

    (@umik)


    Hello

    got one site crashing since this morning update, the plugin is disabled for now. Error in the debug is :

    Fatal error: Uncaught Error: Call to undefined function is_user_logged_in() in /xxxx/vxxxx/public_html/wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php:387

Viewing 15 replies - 1 through 15 (of 25 total)
  • telekin:

    (@telekin-digital-design)

    Same thing here. If anyone not that technically minded has a bit of a panic, just FTP in and rename ‘change-wp-admin-login’ to ‘change-wp-admin-login-OLD’ (or anything, it doesn’t matter) in your plugins folder and refresh and you should be Ok to get the backend back.

    I just had to recreate my server and restore backups due to a critical error as well.

    @telekin-digital-design – thank you for that tip!

    EWJ

    (@ewebjelly)

    Yep, crashed after updating to 1.1.4 please correct this issue.

    Yep, same here. Updated to 1.1.4 and the site no longer works.

    Renamed plugin folder to …-OLD and site is working again.

    Same what i did is rollback to previous version while waiting for a new update to fixed this problem

    Plugin Support M Haseeb

    (@haseeb0001)

    Hi @umik

    I hope you all are doing well.

    We are looking into this issue and will share updates asap.

    Can you please share your server PHP version ?

    Thanks and regards,
    Support Team – WPExperts

    Rolled back to v1.1.3 and all OK

    PHP version for me is 7.4

    Same issue here.

    PHP 8.1.2-1ubuntu2.13

    nginx/1.18.0 (Ubuntu)

    mariadb Ver 15.1 Distrib 10.6.12-MariaDB

    WordPress 6.2.2

    Plugin Support M Haseeb

    (@haseeb0001)

    @davo99

    I am unable to reproduce this can you please Email us here so that we can connect you directly with our Technical team; I am looking forward to getting your issue resolved.

    Thanks and regards,
    Support Team – WPExperts

    • This reply was modified 1 year, 4 months ago by M Haseeb.

    Problem seems to be related to the is_user_logged_in() function.

    Fatal error: Uncaught Error: Call to undefined function is_user_logged_in() in /xxxxxxx/httpd.www/wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php:387

    Reverted to 1.1.3. Same error as above.

    Plugin Support M Haseeb

    (@haseeb0001)

    @umik

    We have fixed the issue, please update the plugin to 1.1.5, test it and let me know.

    Thanks and regards,
    Support Team – WPExperts

    • This reply was modified 1 year, 4 months ago by M Haseeb.

    Same problem here after plugin update.

    Version of PHP 7.4 and WP 6.2

    Please fix the problem, I have many sites with this plugin in automatic update

    Easy to fix it.
    Go to
    plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php
    Add
    require_once(ABSPATH . 'wp-includes/pluggable.php'); after condition in row 3.
    All works, Sparky)

    Plugin Support M Haseeb

    (@haseeb0001)

    @bravointerativa

    Are you using the latest version 1.1.5?

    Thanks and regards,
    Support Team – WPExperts

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘webiste crash since last update’ is closed to new replies.