@fabeylous Thanks man, appreciated.
Hi,
Try this function:
add_filter( 'generate_schema_type', '__return_false' );
-
This reply was modified 6 years ago by vmcosta.
I think I’ve found the problem,
Add this line to wp-config.php:
define(‘WP_MEMORY_LIMIT’, ’96M’);
Best
I’m having the same problem on a local install, going to move things to the server if things behave differently.