Plugin activation error

Hi
When I try to activate rtmedia on my buddypress installation I get the following message

Fatal error: session_start(): Failed to initialize storage module: user (path: ) in /srv/bindings/03b3c331d38a4400a0eda18857f005b3/code/wp-content/plugins/buddypress-media/index.php on line 68

Line 68 is

  • Start session here to avoid header notice
    */
    if( !session_id() ) {
    session_start();
    }

I’m ot sure where to set the path for storage uploads if indeed this is the problem

Any ideas?

Thanks

That’s strange. We didn’t face such issue. Can you check with other plugins disabled and with WordPress default theme?