Jeremy
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Cover photoCould you apply these recommended changes to the plugin on the repo? I’d hate to have any future updates undo the work you’ve recommended here.
I’m using WP v5.7.2, PHP v7.4, and NGINX on Pagely.
This seems to be related:
https://github.com/WordPress/gutenberg/issues/14012I am using Version 3.7.4 and still receive the error. The offending function is still present.
[02-Sep-2021 19:46:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function wp_use_widgets_block_editor() in /dom30170/wp-content/plugins/feedzy-rss-feeds/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php:63 Stack trace: #0 /wordpress-versions/5.7.2/wp-includes/class-wp-hook.php(292): Feedzy_Rss_Feeds_Gutenberg_Block->feedzy_gutenberg_scripts('') #1 /wordpress-versions/5.7.2/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #2 /wordpress-versions/5.7.2/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 /wordpress-versions/5.7.2/wp-admin/edit-form-blocks.php(409): do_action('enqueue_block_e...') #4 /wordpress-versions/5.7.2/wp-admin/post.php(187): require('/wordpress-vers...') #5 {main} thrown in /dom30170/wp-content/plugins/feedzy-rss-feeds/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php on line 63No, it appeared once right after install but after navigating to another page it disappeared and hasn’t reappeared.
I only have the quiz plugin installed and activated at the time and still received the error. It only appeared once but, out of curiosity, I went to check the logs and saw this:
Usage tracker failed due to following reason: cURL error 6: Could not resolve host: data.quizandsurveymaster.com
I was in wp-admin, still on the plugin screen just after activation. It was a fresh install of the newest WordPress version with
define('WP_DEBUG', true)in thewp-config.phpfile. It’s a local development environment so there’s no URL to share.Thank you ma’am. It feels pretty complex indeed.
Thank you for responding,
I think the problem originates more around applying a payment method to the transaction. I have all the CC and billing info by the time I get to the end of the “questionnaire” but applying that billing info to the order before submitting it to the Stripe payment gateway eludes me.
If I hard code a successful response in there the order goes through correctly and the subscription is established. Getting an order to the Stripe gateway that includes that CC and billing info is where it falls apart for me. The customer, order totals, and order fees are all being sent though.
Forum: Plugins
In reply to: [WooCommerce] Multiple Payment SourcesAwesome. Thanks for the additional sources.