• Anyone got any suggestions, get these errors when trying to bring up the log in page, only just started yesterday….. thanks

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-addons-for-gutenberg 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 /home/sites/15a/3/362be0402e/public_html/wp-includes/functions.php on line 6114

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo 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 /home/sites/15a/3/362be0402e/public_html/wp-includes/functions.php on line 6114

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra 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 /home/sites/15a/3/362be0402e/public_html/wp-includes/functions.php on line 6114

    Warning: Cannot modify header information – headers already sent by (output started at /home/sites/15a/3/362be0402e/public_html/wp-includes/functions.php:6114) in /home/sites/15a/3/362be0402e/public_html/wp-includes/pluggable.php on line 1435

    Warning: Cannot modify header information – headers already sent by (output started at /home/sites/15a/3/362be0402e/public_html/wp-includes/functions.php:6114) in /home/sites/15a/3/362be0402e/public_html/wp-includes/pluggable.php on line 1438

    • This topic was modified 4 months, 1 week ago by richie181.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter richie181

    (@richie181)

    thanks for the quick reply, but still getting the same error messages and no log in box……

    Moderator t-p

    (@t-p)

    Did this problem happened after auto WordPress update?

    If so, try Manually upgrading. When all else fails, download a fresh copy of the WordPress (top right on this page) to your computer, and use that to copy up. Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace the wp-admin and wp-includes folders on your server (NOTE: do not delete the?wp-content?directory or your?wp-config.php?file). Read the?Manual Update directions first.

    BACKUP: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups! See https://www.ads-software.com/support/article/wordpress-backups/

    For more troubleshooting suggestions see https://www.ads-software.com/support/topic/read-this-first-wordpress-6-7/

    • This reply was modified 4 months, 1 week ago by t-p.

    Hello @richie181

    To Disable Debugging:

    1. Edit the wp-config.php file: Access the file via FTP or your hosting file manager, and add or update the following lines of code (if not already present):
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', false);
    define('WP_DEBUG_DISPLAY', false);

    WP_DEBUG: When set to false, this turns off debugging mode.

    WP_DEBUG_LOG: If you don’t want to log errors to a file (usually found in the wp-content folder), set this to false.

    WP_DEBUG_DISPLAY: This controls whether errors are shown on the front end. Setting it to false prevents errors from being visible to site visitors.

    Save the file and upload it back to the server (if you’re using FTP).

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