So I was having trouble publishing posts and pages with the block editor and I’m guessing that it has something to do with the REST API. I noticed that WP failed to import posts that heavily contained blocks. I switched to the Classic Editor and I was able to publish pages just fine.
I’ve enabled the debugging log with these two commands on the wp-config.php file:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
However, the wp-content/debug.log file wasn’t created when I tried to publish a post or a page.
More information:
* My current domain is hosted by [Wordpress.com]) but I’m switching hosts so I’m now working with WordPress 6.3.2 behind the scenes as I didn’t want to update the nameservers of my domain yet as I’m still transferring everything (Updated my Mac hosts file for this so I could access the new site using my current domain).
* PHP version 8.1.16
* Shared hosting with Hostkoala
​
​
[ad_2]