• Resolved phloque

    (@phloque)


    I am unable to access WordPress dashboard after a restore – all I see is the code which appears at the top of the https://shopping.thegourmetmerchant.com/ page.

    Coincidentally or not, the lines of error code appeared after upgrading Elementor. I then reverted to the previous version of Elementor and restored the backup I had made before upgrading. All this time the code was appearing at the top of the wordpress dashboard and other pages

    That didn’t fix the problem so I restored an earlier backup, but then I couldn’t access the dashboard

    I would really welcome help to fix this

    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support vupdraft

    (@vupdraft)

    It looks like you have number of plugins giving this error: Notice: Function _load_textdomain_just_in_time was called?incorrectly.

    This is a new notice WordPress introduced.

    I would hide the debug display by changing define(‘WP_DEBUG_DISPLAY’, true);?

    to

    define(‘WP_DEBUG_DISPLAY’, false);?

    In the wp-config.

    I would also get in touch with the plugin developers to ask them to provide a fix . The plugins throwing errors are rank math, theplus, woocommerce-paypal-payments, astra-addon

    I should point out, these are just notices and they won’t break your site or anything like that.

    Thread Starter phloque

    (@phloque)

    Thank you, so doing that would allow me to access the Dashboard again.=? Because at present when I try to access the Dashboard the only thing I see is the error codes, nothing else.

    I appreciate your help.

    Plugin Support vupdraft

    (@vupdraft)

    To access the wp-admin, please turn of debug entirely

    Please Ensure that WP_DEBUG is set to false in the wp-config

    Thread Starter phloque

    (@phloque)

    Great, thanks again

    Thread Starter phloque

    (@phloque)

    That all worked just as you said it would. I appreciate the clarity of your answer, and the assurance that the web site wasn’t broken. As a complete newby my first response was to panic .

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