• Hello, I recently made a simple change to my website (renaming a picture) and uploaded it (via dreamweaver), but it was taking so long I figured I accidentally uploaded the whole site, so I canceled it and now I am getting the this message when I try to log into my wordpress (woocommerce) order page :”The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”

    I looked the error code up and following the possible solution of disabling the themes and plugin,by renaming the folders, as there might have be a possible conflict according to the research info, but the site was working with all the themes and plugins prior to me screwing it up. So this did not seam logical in the first place.

    I also tried uploading a backup of the site and this was no help as well. Now I found out from a customer that the check out is not working that he is getting a error.
    Any help would be greatly appreciated. At least before I pull the rest of my hair out.
    Greg

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there, have you contacted your host? Also, disabling plugins and themes can often provide insights into issues that have sprung up due to code not being completely copied over or some mis-match of plugins creating a conflict.

    You can also try the following:

    Add the lines below to the wp-config.php or if they already exist just change their values:
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );

    Attention: Make sure that you write the lines exactly as shown.
    Do not forget any semicolon or other characters!

    After reloading the website all errors will be written into the file debug.log which is located in the folder: wp-content/debug.log

    If you want to see the errors directly on the screen instead of having the need to look into the debug.log change WP_DEBUG_DISPLAY to
    define( ‘WP_DEBUG_DISPLAY’, true );

    So I guess you did not get any email?

    Do you have error logging enabled? Does it show anything?
    Did you reupload both database and file backups too?

    To add to @phoenixfireball we’re recommending admins install Health Check now and run that. This will also handle the debug that Phoenix recommended just in case you don’t have FTP access.

    Thread Starter gregheffner

    (@gregheffner)

    Great service as always, I contacted my host, and they are working on the issue.
    I will come back with any progress. Thanks for all your suggestions.

    Hello.
    I updateted my wordpress version and all plugins and now:
    The site is experiencing technical . Please check your site admin email inbox for instructions.
    How resolve that??
    Please help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The site is experiencing technical difficulties. Please check your site admin em’ is closed to new replies.