I have similar issues like this, my forums page (bbpress) does not appear when EM is activated. but my members list show normaly.
@rizki Pratama
any sample link? it could be a theme issue and bbpress.
@gobbleoff
it could be a theme issue (is it the default buddypress theme)? also try to deactivate other plugins
I test on the BP theme normally. A lot of users are using EM with BP without issues.
also, when you say events don’t show, could you be more specific where they don’t show?
Here’s my site: carclubevents.net
All settings as per the first post, when you click on events, it takes you back to the front page, and the members page shows fine.
That’s not normal (this works perfectly for me on all test sites). Have you tried this with the default BP theme too? If that still doesn’t work, try deactivating other plugins.
If that still doesn’t work, could you check your PHP logs, or try turning on WP_DEBUG in your wp-config.php file and see if any errors come up when redirecting you to the home page.
There are no plugins activated now, the only two installed are EM and BP. Its the default BP theme, just with my logo in the header.
As it goes, I just updated EM to the latest, and its still the same. I’ve turned on debugging and I get zilch.
I added this to wp-config.php, is this right? The log file is there, and has 666 permissions.
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true ); // log to wp-content/debug.log
define( 'WP_DEBUG_DISPLAY', true ); // don't force display_errors to on
@ini_set('log_errors','On');
@ini_set('display_errors','On');
@ini_set('error_log','/public_html/wordpress/logs/php_error.log');
That’s strange then. I wonder what’s causing it… you should really check your php logs then. Chances are you need to talk to your hosts to find the right log file, not sure the above will write to your log files depending on your php settings.
Here is the last line of an error_log file I have:
[24-Jan-2012 06:40:28] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/’ – /usr/local/lib/php/extensions/no-debug-non-zts-20060613/: cannot read file data: Is a directory in Unknown on line 0
That’s been there for a while, since the site was started. All the issues had started when I updated EM, with the last update. But again, the events work when BP isn’t active.
Not sure what this would do, but you should look at getting this fixed, it’s not a WP or Plugin issue, it’s a PHP server setting problem you probably have there.
Doesn’t really matter that much anymore, I just removed Buddypress. I’m back to a site that works how I need it to.