Hello SoulStealer6,
Thank you for contacting us about Memberpress conflict issues. Often, there is an error message being suppressed. I recommend enabling debug mode in WordPress by adding the following lines to the bottom of your wp-config.php file:
define( ‘WP_DEBUG’, true );
define( ‘SCRIPT_DEBUG’, true );
The first line will cause WordPress to display any errors caused by PHP functions that are built into WordPress. The second line will display any errors for built-in JavaScript and CSS. This should provide additional clues into what is happening.
You can also try disabling any other 3rd party plugins you may be running, as they can often interfere with each other.
Thank you,
John-Paul