guidomix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: Class ‘WP_REST_Revisions_Controller’ not foundyou don’t see nothing because I’ve already fix all the issues before you look at the site ??
the problem was that the hack put a .htaccess file (that says no php,exe,py files could be execute) in every 1576 folders ??
I deleted all the .htaccess files except the one in the root and I fixed all the issues. Site comes back working at all!
thanks to everyone for the support!
Forum: Fixing WordPress
In reply to: Fatal error: Class ‘WP_REST_Revisions_Controller’ not foundlike visitor you can see the top error in all the public pages:
Order allow,deny Deny from all?Order allow,deny Allow from all?RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]?Order allow,deny Deny from all?Order allow,deny Allow from all?RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
I deleted the .htaccess file and then recreate one with the “basic” wordpress rules:
BEGIN WordPress
RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
END WordPress
But still appear that error.
Any idea?Forum: Fixing WordPress
In reply to: Fatal error: Class ‘WP_REST_Revisions_Controller’ not foundWith the latest version of wp i’ve the error yet.
I’ve downloaded the version that was installed on my site (6.5.4) and now i can access on wp-admin page and i see my homepage too.
There are a lot of graphics errors / issues and some errors on the top of the screen but i think it depends from the files inside wp-content that i renamed because were infected. I’ll start to restore original file one by one and correct all the errors.
If you give some help it is appreciated!
Thanks
Forum: Fixing WordPress
In reply to: Fatal error: Class ‘WP_REST_Revisions_Controller’ not foundI’ve already follow the guide and recovered old core files with fresh from the latest version downloaded at www.remarpro.com.
I’ve now only this two errors remain:
Fatal error: Class ‘WP_REST_Revisions_Controller’ not found in /web/htdocs/www.lacoccinelladidiana.it/home/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php on line 17
Fatal error: Uncaught Error: Call to a member function set() on null in /web/htdocs/www.lacoccinelladidiana.it/home/wp-includes/l10n.php:856 Stack trace: #0 /web/htdocs/www.lacoccinelladidiana.it/home/wp-includes/l10n.php(959): load_textdomain(‘default’, ‘/web/htdocs/www…’, ‘it_IT’) #1 /web/htdocs/www.lacoccinelladidiana.it/home/wp-includes/class-wp-fatal-error-handler.php(49): load_default_textdomain() #2 [internal function]: WP_Fatal_Error_Handler->handle() #3 {main} thrown in /web/htdocs/www.lacoccinelladidiana.it/home/wp-includes/l10n.php on line 856