• 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 10 replies - 16 through 25 (of 25 total)
  • Hey nice quick fix. I just updated to 1.1.5 and no issue. Thanks!

    Plugin Support M Haseeb

    (@haseeb0001)

    @unklsolutions Great, thanks for letting me know.

    All users, please update the plugin to 1.1.5, test it, and let me know.

    Issue has been fixed.

    updated to 1.1.5 and all resolved

    hi
    for 6 sites, update to 1.1.4 with php8.1 and wp 6.2.2 crashes the sites
    downgrade to 1.1.3 fix the crash
    for 2 sites, update to 1.1.5 is ok ??
    I will deploy updates in 1.1.5
    Thank you for this fast fix

    @haseeb0001

    Hi, have updated to v1.1.5 and the website is working ????

    Update 1.1.5 is crashing my 2 websites that are running on theme Sydney from Athemes.

    The sites give the “critical error” message

    Fabri

    (@fabrisancho)

    I have seen the changes, someone has suggested to the programmer to add:

    if ( ! function_exists( ‘is_user_logged_in’ ) ) {

    require_once ABSPATH . ‘wp-includes/pluggable.php’;

    }

    this is a BIG BIG mistake!

    You shouldn’t use WP internal libraries before you should.

    And you do it as soon as you start the plugin WITHOUT ANY HOOK or wait for other plugins to load.

    FOR THIS CAUSE IT IS CAUSING MULTIPLE PLUGINS FROM OTHER DEVELOPMENTS TO STOP WORKING

    please correct it

    unfortunately latest version causes more problems.. Now PostSMTP not working due to wp_mail declared in pluggable by your plugin.. Sorry switching to competitor plugin

    Plugin Support M Haseeb

    (@haseeb0001)

    Hi,

    Our team is continuously working on this issue and released 1.1.6. Please update the plugin, test it, and let me know.

    Thanks and regards,
    Support Team – WPExperts??

    Plugin Support Mirza Hamza

    (@hamza1010)

    We are resolving this thread due to a lack of activity if you have any questions so please open a new thread.

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