• Resolved tilakconrad

    (@tilakconrad)


    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 5 replies - 1 through 5 (of 5 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

    Thread Starter tilakconrad

    (@tilakconrad)

    thanks very much for getting back – sorry my knowledge is limited so need detailed instructions. Just to be clear – the site – only had one USER that was an Administrator account – in my name “Tilak”

    All the other USERS have more limited accounts and no access to full dashboard.

    When I try to login (through wp-login.php – I have NOT renamed the log-in page) using my Administrator Account – it says no such user… (Is that due to something done by AIOS to “admin” accounts)

    I am able to log-in with any of the other USER accounts – but cannot use them to create a new USER.

    I downloaded the functions.php – but afaik there are no references to “user accounts”

    Is there some file that I can provide you with that would help.

    TIA

    Tilak

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tilakconrad

    No, AIOS do not delete admin accounts. If you remember the email address you can try using that or you should try forgot password.

    in functions.php will not be the admin user details. If above forgot password for username and email do not work if possible ask your hosting provider support to check weather that admin user exists or not or provide a new admin user.

    Regards

    Thread Starter tilakconrad

    (@tilakconrad)

    Hi

    Thanks very much for your clear confirmation – yes I managed to log-in with the email address. Thanks again.

    Re the error;
    <<
    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/grumpy-goose.com/wp-includes/functions.php on line 6114
    >>

    Will this get sorted out by an upcoming update of AIOS – if so I can just ignore it for the time being.

    thanks and regards

    Tilak

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @tilakconrad

    Glad to know with email address you can login and access Admin area.

    We have worked on fix for the issue Notice: Function _load_textdomain_just_in_time was called incorrectly, It is under testing and upcoming release of AIOS will have it solved.

    If the debug log enabled please disable it which might not show this notice uptill AIOS fix is not released.

    define( 'WP_DEBUG', false );

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Admin Account Deleted’ is closed to new replies.