Trouble Validating my new X Theme

I have just purchased a new license to get the new Cornerstone. When I put the code in goes White. I have debugged and get the attached error. Very frustrated with this. I see this is a problem with your product. I just want to get this fixed. Wish you had a phone number not just me hunting through all the forms.

My cornerstone isn’t allowing me to use live preview. just want the new updated version and for all to work. I have put theme to Seventeen and tried to update Conerstone and it tells me that the license isn’t correct.?

Please advise.

Tim Zaruba

Hello Tim,

Thanks for writing in! Based in your screenshots, you are seeing PHP notices may disrupt the validation and the preview in Cornerstone. Please disable the debug mode. You can do this by opening wp-config.php and adding
define( 'WP_DEBUG' , false ); just above /* That's all, stop editing! Happy blogging. */
For example:

define('WP_DEBUG', true);

/* That's all, stop editing! Happy blogging. */

And ​we also 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.