X 7.1.2 Cornerstone blank page and it not saves anymore

Please, i need support for blank page on cornerstone and can’t save modifies on my theme.
I updated theme from a previos version, it’s changed something? is it a payment upgrade?!
I bought at first PRO then upgraded to X.
Furthermore on my dashboard apex i see only PRO licence, not X.
License on my website is active.

Thank you

Hello Roberto,

Thanks for writing in!

X theme should be upgraded to Pro theme and not the other way around. I have checked your licenses and I am seeing both the X and Pro license codes.

Meanwhile, a blank screen could mean a server settings is not correct, fatal error or PHP memory limit exhaustion. Can you please go to X > Status, copy the results and paste it in your next reply so we can check your server settings? Meanwhile, ​we recommend that you increase your memory allocated to PHP. 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. */

We would loved to know if this has work for you. Thank you.

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