X Pro and Ultimate Member - Not working

Hi there,

Pro refuses to let me work in Cornerstone of Headers when Ultimate Member plugin is activated and it’s really messing with my ability to work. A friend of mine is using the same setup and has no issues.

Could you guys please have a look and see what the problem is?
Logins to follow

Thanks,
Chris

Hi Chris,

You might have limited server resources.

Please try to increase your server memory limit by adding the code below in your wp-config.php file located at the root directory of your site.

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

Hope that helps

Hi there,

Thanks I tried it based on some other similar posts and it eventually started working :slight_smile:

You’re welcome. Glad we could help.

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