Latest Update Kills site

Completely wiped staging site since latest version won’t allow me to edit headers or pages. I keep getting javascript errors.

This is with multiple PHP versions, 0 plugins, and lastly a fresh install of WP. With a fresh install of Pro and validated.

Any ideas? This is really effecting my workflow.

Hi @xlightwaverx,

Thanks for writing in.

I have checked your front end and I could not see any problem.

We’d recommend that you increase your memory allocated to PHP if you haven’t done so already. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

If still not working, please share us your admin credentials so we could check your setup closer.

Don’t forget to set it in a secure note.

I hope this helps.

Thanks.

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