Enable XMLRPC

Enable XMLRPC Review the .htaccess file and if there are blocking rules, remove them or comment them out by adding a hash (#) in front of them. Add the following line to wp-config.php: define('MP_NO_DISALLOW_XMLRPC', true);

30 seconds fatal error in class-wp-image-editor-imagick.php

PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/username/domains/domain.ext/public_html/wp-includes/class-wp-image-editor-imagick.php on line 888 Is this happening on all WP calls ? -> fix this by setting a define for MP_NO_THUMBSLATER as true in your wp-config. Update 2025 04 25: The thumbslater code has been disabled on all sites