Cannot access Conerstone, Templates, etc

Hi,

I recently logged into my Wordpress site to make a change and found that I am unable to access Cornerstone, Templates, Global Blocks or Theme Options. Essentially anything that uses http://www.{DOMAIN}.com/x/#/content doesn’t work. However I am able to access pages going to X > Validation and Settings.

I am running X 6.5.6, Cornerstone 3.5.5, and no theme updates are available as per WP dashboard.

Thanks,

Cam

Hey Cam,

That usually is a result of Mod Security blocking the X interface’s directory /x/#/. If you have access to disable Mod Security, you can quickly try if it’s causing the issue by disabling it. If not, please ask your web host to whitelist the said directory in Mod Security settings.

Another thing to try related to permalink issues is to reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.

And for good measure, contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php

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

If none of the methods above works, please give us your site’s WordPress Login URL, username and password and also access to your web host’s cPanel or at least FTP.

Thanks.

Christian - thank you for your thorough reply. The issue has been resolved. Interestingly it started working when my partner installed the Cache Enabler plug-in. Usually plug-ins break things ;). At any rate, if the issue returns, I will try your suggestions.

Hey @camcollins,

We are just glad that you have figured it out a way to correct the said issue.
We really appreciate for letting us know!

Cheers.

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