PRO and WP 4.9.6

I just updated and my site to the latest on both wp and pro and when I go to edit anything all i get is a spinning dial.
No headers, no footers, no pages no nada.
Er…HELP!

i am running the child theme too

edit:
Tried clicking on edit in pro on the actual page and it did nothing (wp dashboard)
Tried clicking on the top bar on the front side of the page again, lands me on a page listing for me to click (/pro/#/content) and when clicked it loads but goes nowhere.

Hi @csmcmanus,

Thanks for writing in.

Usually, this would happened because there is lacking of PHP memory allocation. You could try increasing your memory allocation manually or ask your hosting on how to do it.

To increase manually, 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. */

I hope this helps.

Let us know how it goes.

Thanks.

1 Like

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