• Hello,

    I can’t export data because I encounter an error:

    [Tue Feb 14 19:52:20.387365 2023] [proxy_fcgi:error] [pid 20907:tid 140130933229312] [client 112.210.229.54:0] AH01071: Got error 'PHP message: PHP Warning: require_once(/home/364600.cloudwaysapps.com/dbzrfhvxkb/public_html/wp-content/plugins/buddyp............th='.:/usr/share/php') in /home/364600.cloudwaysapps.com/dbzrfhvxkb/public_html/wp-content/plugins/import-users-from-csv-with-meta/addons/buddypress.php on line 87', referer: https://club.propellerclubtampa.com/wp-admin/tools.php?page=acui&tab=export

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Javier Carazo

    (@carazo)

    It seems that in your website this file does not exists, could you check?

    require_once( $this->plugin_path . “bp-groups/classes/class-bp-groups-member.php” );

    Thread Starter elimariaaaa

    (@elimariaaaa)

    Hi Javier,

    It exists.

    Plugin Author Javier Carazo

    (@carazo)

    Which is the value of $this->plugin_path in your case?

    Thread Starter elimariaaaa

    (@elimariaaaa)

    plugins/buddyboss-platform

    Plugin Author Javier Carazo

    (@carazo)

    Uhm this is strange so the file: WP_PLUGIN_DIR . “/buddyboss-platform/bp-groups/classes/class-bp-groups-member.php

    The problem is not that the file does not exist.

    Could you give me more details about the error? There are some … that may contain some detail.

    Thread Starter elimariaaaa

    (@elimariaaaa)

    I’m confused. There’s buddyboss-platform and there’s buddyboss-platform-pro. Is there a chance it’s looking at the buddyboss-platform-pro?

    Sorry, I didn’t really print what’s the exact value of the plugin path.

    Plugin Author Javier Carazo

    (@carazo)

    Sorry as BuddyBoss is not a free plugin I cannot test so good as I can test with others.

    Anyway I have just checked it and the correct path is inside /buddyboss-platform/bp-groups/classes/ and the path is correct.

    Could you check it?

    Thread Starter elimariaaaa

    (@elimariaaaa)

    Here’s the full error:

    [Fri Feb 17 18:52:48.387581 2023] [proxy_fcgi:error] [pid 2483:tid 139865953896192] [client 112.204.171.15:0] AH01071: Got error 'PHP message: PHP Warning:  require_once(/home/364600.cloudwaysapps.com/dbzrfhvxkb/public_html/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php): failed to open stream: No such file or directory in /home/364600.cloudwaysapps.com/dbzrfhvxkb/public_html/wp-content/plugins/import-users-from-csv-with-meta/addons/buddypress.php on line 87PHP message: PHP Fatal error:  require_once(): Failed opening required '/home/364600.cloudwaysapps.com/dbzrfhvxkb/public_html/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php' (include_path='.:/usr/share/php') in /home/364600.cloudwaysapps.com/dbzrfhvxkb/public_html/wp-content/plugins/import-users-from-csv-with-meta/addons/buddypress.php on line 87', referer: https://club.propellerclubtampa.com/wp-admin/tools.php?page=acui&tab=export

    Thread Starter elimariaaaa

    (@elimariaaaa)

    This is the plugin path from plugins/import-users-from-csv-with-meta/addons/buddypress.php

    $this->plugin_path = is_plugin_active( 'buddypress/bp-loader.php' ) ? WP_PLUGIN_DIR . "/buddypress/" : WP_PLUGIN_DIR . "/buddyboss-platform/";

    Thread Starter elimariaaaa

    (@elimariaaaa)

    Hello,

    It seems that, the else in this code doesn’t work but it should, right?

    $this->plugin_path = is_plugin_active( 'buddypress/bp-loader.php' ) ? WP_PLUGIN_DIR . "/buddypress/" : WP_PLUGIN_DIR . "/buddyboss-platform/";

    For now, I removed the condition and just set it to:
    $this->plugin_path = WP_PLUGIN_DIR . "/buddyboss-platform/";

    And now it works. But my change will be removed as soon as there’s a plugin update. What should be my next step in this case?

    Plugin Author Javier Carazo

    (@carazo)

    Do you have BuddyPress activated in your site?

    Thread Starter elimariaaaa

    (@elimariaaaa)

    None. Just the buddyboss-platform.

    Plugin Author Javier Carazo

    (@carazo)

    Could you tell me what is the value of:

    is_plugin_active( ‘buddypress/bp-loader.php’ ) 

    In your site?

    Thread Starter elimariaaaa

    (@elimariaaaa)

    1

    Plugin Author Javier Carazo

    (@carazo)

    So BuddyBoss is shortcircuiting the normal way to act of this function :s

    I have to adapt it to this, I will fix it in the next release.

Viewing 15 replies - 1 through 15 (of 17 total)

The topic ‘Export Displaying Error’ is closed to new replies.