/pro/ stuck on "Loading..."

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.

Hi @kushalx,

Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If the issue persists, please provide us with the admin access to your site in a Secure Note:

My humble apologies!
I had forgotten to CHOWN the child theme directory!!!

All good now!

Glad this is now sorted out @kushalx!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.