Support

Home Forums Event Espresso Premium Buddypress compatibility issues

Buddypress compatibility issues

Posted: February 29, 2016 at 12:33 am

Viewing 3 reply threads


Clement Nicolaescu

February 29, 2016 at 12:33 am

Hello,

I get a 500 Server Error each time :

a) I activate “EventEspresso” while “BuddyPress” already activated

b) I activate “BuddyPress” while “EventEspresso” already activated

Everything is the latest version ( EventEspresso, BuddyPress, WordPress)

Thank you,
Clement


Tony

  • Support Staff

February 29, 2016 at 5:39 am

Hi Clement,

500 Server Error

Is a general server error which means it could be anything, however if you check within the error logs for the server you’ll likely find a Fatal Error being thrown when you activate both plugins together.

Or enable WP_DEBUG on your site and then activate both plugins, the actual the server is throwing should be shown on the page rather than just error 500.

If you can post that here we can see what is causing the problem, right now my guess would be your site is running out of memory (in which case you’ll see a ‘Memory exhausted’ error) but that’s just a shot in the dark currently.


Clement Nicolaescu

March 3, 2016 at 3:27 pm

Hello Tony,

Thank you for your reply. Sorry for my delayed reply (no email notification arrived) .

You where perfectly right.. It was a Memory problem.

I upgraded the PHP to 5.6 and the error is not there anymore.

Thank you very much,
Clement


Tony

  • Support Staff

March 4, 2016 at 2:28 am

You’re most welcome, Clement.

Depending on what your current memory limit is set to you may want to increase it anyway, I’d recommend using at least 96MB if you have it available, you may need more depend on your plugins, usage etc.

You can usually update the memory limit using something like:

define( 'WP_MEMORY_LIMIT', '96M' );

Within your wp-config.php file.

More information can be found here:

https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

Viewing 3 reply threads

The support post ‘Buddypress compatibility issues’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso