• Resolved hiboy

    (@hiboy)


    I am doing development to my site with buddypress, i guess before i install this plugin, buddypress folder was rename to another name, after i install this plugin, the follow error shown in backend :

    Warning: fopen(/wp-content/plugins/buddypress/bp-loader.php) [function.fopen]: failed to open stream: No such file or directory in /wp-includes/functions.php on line 3306

    Warning: fread(): supplied argument is not a valid stream resource in /wp-includes/functions.php on line 3309

    Warning: fclose(): supplied argument is not a valid stream resource in /wp-includes/functions.php on line 3312

    I uninstall this plugin and the error is still shown at the top, how to solve this?

    https://www.ads-software.com/extend/plugins/buddypress-xprofile-custom-fields-type/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue except disabling the plugin fixed it for me..

    Plugin Author donmik

    (@atallos)

    My plugin needs buddypress, and buddypress in a folder named buddypress. If you have buddypress installed in other folder, you need to change this line 445:

    $data = get_file_data(WP_PLUGIN_DIR . '/buddypress/bp-loader.php', array('Version'));

    Change buddypress with the name of the folder where your buddypress is installed. And it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘urgent! Need help! Installed this plugin, it broke my site’ is closed to new replies.