• Hi

    Firstly – I find your plug-in really superb and after years have now got an issue. The site is under construction and actually not accessed for the last few months.

    There was ONE Admin account and few other accounts – after an auto update – I am unable to login as it seems the ADMIN user has been deleted – (or not seen)

    At the WP login there is an alert saying –

    <<
    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the all-in-one-wp-security-and-firewall domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /usr/home/tilakconrad/public_html/{DELETED}/wp-includes/functions.php on line 6114
    >>

    Can you help with some advice on how I can get access please. I can access by FTP – but not sure what I should do after.

    Thanks in advance

    Tilak

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tilakconrad

    This issue introduced in AIOS after WP 6.7 update.

    The issue is the load_plugin_textdomain should be called in init not plugins_loaded we will fix this.

    If the debug log enabled please disable it which might not show this notice.

    define( 'WP_DEBUG', false );

    Can you access the login page ? wp-login.php or renamed login page ?

    If yes you enter the username / password correct though do it shows any error ?

    Generally updating to WP 6.7 or any other plugin or theme it should not delete admin user.

    If you have access to DB using hosting panel please cross check the directly in {db_prefix}_users table.

    Regards

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