Getting a LARGE “Loading…” text showing on anything under the Pro Menu (header/content/etc).
Fixed memory limits, but no changed.
This is on a NEW & CLEAN setup!
Please assist!
DEBUG = True shows:
Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/***/public_html/wp-includes/functions.php on line 4339
php info shows:
zlib
ZLib Support enabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.7
Linked Version 1.2.7
WP Version info
WooCommerce version: 3.6.3
WordPress version: 5.2.1
WordPress memory limit: 512 MB
Added in wp-config.php:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
/* That’s all, stop editing! Happy publishing. */
But still no change.