Idk if anyone can help but I’m trying my best.
I have a WordPress site in Bluehost with Woocommerce installed. Had a problem with the tax system and deactivated Woocommerce, great mistake, my site have a critical error and I can’t access, so I tried to restore but I don’t have a backup system in Bluehost. I tried deactivating all the plugins, nothing, enter from another place, nothing.
Fortunately with All in one migration made a few backups so I downloaded the wpress archives.
The last resource I have is deleting the page and restore it from the backup but that means loosing all the SEO.
Please if anyone can help :'(
Problem with backup
[ad_1]

Don’t go deleting anything. Critical errors can almost always be fixed.
Which theme are you using? Have you tried reverting to a standard theme like twenty twenty-three?
Try enabling debug mode in wp-config and check your debug logs:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );
A critical error doesn’t require a backup restore. If you follow the link in the critical error message screen you’ll see that it tells you to enable debugging. Doing that will then display the error message. From there it’s usually fairly simple to fix.