davemacd
Forum Replies Created
-
Wow! I found the culprit, and I never would have guessed this was doing anything that could break my site appearance. It was the ActivityPub plugin that I just installed to put my blog on the Fediverse.
I’m not sure if this is anything you can do anything about, but I imagine there might be more people installing this sort of plugin in the near future.
So sorry to bug you with something I should have tried already. Love the plugin! Looks and behaves beautifully!
Thanks! I’ll follow that GH issue. I know I can type curly quotes directly, but that somewhat defeats the purpose of writing in Markdown.
I’ll be patient on the issue for now, or do the Markdown conversion in another way and plop it into a paragraph block.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Not redirecting to PaypalTo reiterate, everything about CF7’s functionality behaves as expected. The form still creates and sends the email successfully. The error is thrown when your plugin attempts to redirect to PayPal. Which to me is another indication that it has something to do with the submit function call.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Not redirecting to PaypalAs I said above, the error is coming from CF7 because of a way your plugin is calling a function. I believe based on the line number and the steps to reproduce the error, it is in a way that your plugin uses CF7’s
submit
function incontact-form-7/includes/contact-form.php
.The site in question is using PHP version 7.0.
EDIT: The line number in the error code above is off a little bit because I had tried rolling back to an earlier version of CF7 as well. Currently, I get the same error in reference to line 715.
- This reply was modified 6 years, 9 months ago by davemacd.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Not redirecting to PaypalForum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Not redirecting to PaypalI am aware that the errors are being thrown by files in CF7. However, deactivating PayPal & Stripe plugin fixes them, and rolling back to a previous version of PayPal & Stripe fixes them.
Also, the complete functionality of CF7 works: user submissions are validated, emails are sent. The error occurs when redirecting to PayPal (which is why I posted here). I think something in the way PayPal & Stripe plugin calls CF7 functions is causing the problem. Yes, CF7 is not handling the error gracefully; but, the problem is with PayPal & Stripe plugin.
- This reply was modified 6 years, 9 months ago by davemacd.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Not redirecting to PaypalQuick update. Rolling back to v1.4.3 (pre Stripe) makes everything work again.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Not redirecting to PaypalI’m also seeing this, getting an error as follows (some elements of the path are redacted):
Fatal error: Uncaught Error: Call to a member function get_status() on null in /######/wp-content/plugins/contact-form-7/includes/contact-form.php:687 Stack trace: #0 /######/wp-content/plugins/contact-form-7/includes/controller.php(14): WPCF7_ContactForm->submit() #1 /######/wp-includes/class-wp-hook.php(286): wpcf7_control_init(Object(WP)) #2 /######/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /######/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #4 /######/wp-includes/class-wp.php(373): do_action_ref_array(‘parse_request’, Array) #5 /######/wp-includes/class-wp.php(713): WP->parse_request(”) #6 /######/wp-includes/functions.php(960): WP->main(”) #7 /######/wp-blog-header.php(16): wp() #8 /######/index.php(17): require(‘/######…’) #9 {main} thrown in /######/wp-content/plugins/contact-form-7/includes/contact-form.php on line 687
The form submits, emails are sent, but the user is shown the error above rather than redirecting to PayPal. The forms submit as expected if I deactivate Contact Form 7 – PayPal & Stripe Add-on.
Forum: Plugins
In reply to: [The Events Calendar] Release: The Events Calendar 4.5.10.1Just got this error doing the update from through my WP Dashboard.
Warning: require_once(***/wp-content/plugins/the-events-calendar/src/Tribe/Main.php): failed to open stream: No such file or directory in /home/dh_nvazrk/timucua.com/wp-content/plugins/the-events-calendar/the-events-calendar.php on line 33
Fatal error: require_once(): Failed opening required ‘***/wp-content/plugins/the-events-calendar/src/Tribe/Main.php’ (include_path=’.:’) in /home/dh_nvazrk/timucua.com/wp-content/plugins/the-events-calendar/the-events-calendar.php on line 33
Forum: Plugins
In reply to: In search of a plugin to manage a “database”bump