elimariaaaa
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorThank you so much! I will keep my simple ‘modification’ for now. ??
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying Error1
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorNone. Just the buddyboss-platform.
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorHello,
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?
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorThis 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/";
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorHere’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
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorI’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.
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying Errorplugins/buddyboss-platform
Forum: Plugins
In reply to: [Import and export users and customers] Export Displaying ErrorHi Javier,
It exists.
Forum: Plugins
In reply to: [Import and export users and customers] Export Giving ErrorI was only able to use the plugin when I disable buddyboss platform and pro.
Forum: Plugins
In reply to: [Payment Gateway Plugin for PayPal WooCommerce] Uncaught ErrorHi @webtoffee,
It’s working now. However, apart from hiding the default paypal express button, is there a way to hide it since there’s an existing paypal button already?
Thank you very much!
Because I was testing the user registration myself. When I added the custom code in my functions.php, info@napohouston.com received the Postman SMTP error that there’s no body specified. If I disabled the added code and try to register again, I was able to receive the email with subject ‘New User Registration’.
The subject is blank.
From: NAPO Houston <noreply@napohouston.com> Reply-To: info@napohouston.com Date: 2018-09-24 13:40:19 Subject: Delivery-URI: smtp:none:none://127.0.0.1:25
- This reply was modified 6 years, 6 months ago by elimariaaaa.
if ( !function_exists( 'wp_new_user_notification' ) ) : function wp_new_user_notification( $user_id, $plaintext_pass = '' ) { return; } endif;
Hi @yehudah,
Yes, I did separate the addresses with comma but it still gives the error.