Nothing shows on Profile/Media page?

Hey There.

I installed rtmedia but nothing is displayed on the profilename/media page? Only a corrupted profile page. see screenshot below

I've tried to disable all plugins besides buddy press, bbpress and rtMedia and changed to standart wordpress theme but it still does not work, it's the same page I get.

Any suggestions?

Debug info

PHP 5.3.26

MYSQL 5.1.66

WordPress 3.5.2

BuddyPress 1.8

rtMedia 3.0.0

OS Linux

Imagick Not Installed

GD bundled (2.1.0 compatible)

[php.ini] post_max_size 200M

[php.ini] upload_max_filesize 200M

[php.ini] memory_limit 128M

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/4848/2013/07/rt-screenshot.jpg

Try it by using the default theme of WordPress/buddypress, if issues still there, then you can use the rtMedia templates (http://rtcamp.com/rtmedia/docs/developer/templating-system/) in your current theme and customize it.

Found the issue.

If you are using modified files in your bbpress plugin - The file single-user.php located in themes/themename/bbpress/ conflicts with rtmedia.

Just gonna copy/paste the code in this file.

<?php  

/**  
 * Single User  
 *  
 * @package bbPress  
 * @subpackage Theme  
 */  

get_header(); ?>  

	<?php do_action( 'bbp_before_main_content' ); ?>  

	
<?php bbp_get_template_part( 'content', 'single-user' ); ?>
<?php do_action( 'bbp_after_main_content' ); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>