• Resolved alpha2

    (@neoseeyou)


    Hello

    My client’s website had a malware and a malicious code was injected in every posts (including orders posts). I manage to update and clean this injection with a query in phpmyadmin :

    UPDATE wp_posts SET post_content = REPLACE (post_content, 'malwarecode', '')

    Injection code is erase but now i have a blank page when i want to check orders in admin>woocommerce>orders

    Someone could point me in the right direction to solve this situation ?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter alpha2

    (@neoseeyou)

    After checking css in admin area, orders are here but hidden

    #posts-filter .wp-list-table, #posts-filter .tablenav.top, .tablenav.bottom .actions, .wrap .subsubsub (display none)

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    Thanks for the update. Does that mean you made it work or do you need further input?

    Kind regards,

    Thread Starter alpha2

    (@neoseeyou)

    Sorry, you can close this thread. Just a theme issue. Probleme solve thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘admin orders page is blank’ is closed to new replies.