jlubeck
Forum Replies Created
-
Thank you for the follow up… it was freaking GoDaddy. They disallow curl on any port other than 80/443 on shared plans…
Plug in is working fine. But thank you for helping me figure it out
Ok, sorry about that again. I copy/pasted your snippet as it was, and there was an error in it. $e->getMessage(); should have been $exception->getMessage();
Now I see the error is
[28-Jul-2020 18:09:37 UTC] cURL error 7: Failed to connect to osx.scan4beer.com port 3000: Connection refused
But if I try the webhook on other places it works just fine, so I don’t think I’m preventing anything on the server side…
I’ll try to contact my hosting provider… do you have any other ideas on your side?
Ok, sorry about that. I didn’t notice you actually included what I needed to change. I did that and here is the error in the logs:
[28-Jul-2020 18:03:12 UTC] PHP Notice: Undefined variable: e in /var/www/wp-content/plugins/cf7-to-zapier/modules/cf7/class-module-cf7.php on line 240 [28-Jul-2020 18:03:12 UTC] PHP Fatal error: Uncaught Error: Call to a member function getMessage() on null in /var/www/wp-content/plugins/cf7-to-zapier/modules/cf7/class-module-cf7.php:240 Stack trace: #0 /var/www/wp-includes/class-wp-hook.php(287): CFTZ_Module_CF7->wpcf7_mail_sent(Object(WPCF7_ContactForm)) #1 /var/www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #2 /var/www/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /var/www/wp-content/plugins/contact-form-7/includes/submission.php(89): do_action('wpcf7_mail_sent', Object(WPCF7_ContactForm)) #4 /var/www/wp-content/plugins/contact-form-7/includes/submission.php(24): WPCF7_Submission->proceed() #5 /var/www/wp-content/plugins/contact-form-7/includes/contact-form.php(727): WPCF7_Submission::get_instance(Object(WPCF7_ContactForm), Array) #6 /var/www/wp-content/plugins/contact-form-7/includes/rest-api.php(298): WPCF7_ContactForm->submit() #7 /var/www/wp-includes/rest-api/class-wp-rest-server.php(1015): wpcf7_rest_create_feedback(Object(WP_REST_Request)) #8 /var/www/w in /var/www/wp-content/plugins/cf7-to-zapier/modules/cf7/class-module-cf7.php on line 240
Thanks for the quick reply!
I activated the WP_DEBUG but doesn’t seem to be showing anything extra… unless there is some sort of caching enabled on my site.
What should I change on that file to print the exception?
Forum: Installing WordPress
In reply to: Warning: realpath() [function.realpath]: Unable to accessWere you able to solve this problem? I’m have the same issue. Everything is working, but those warning are very annoying.
I’m having the same blog installed in two different hostings, one has the warnings and the other hasn’t. So I’m guessing it has something to do with the PHP configuration? But I have no clue what to look for…
Cheers!
Forum: Fixing WordPress
In reply to: HELP needed. Can’t make WP work.Were you able to solve this problem? I’m have the same issue. Everything is working, but those warning are very annoying.
I’m having the same blog installed in two different hostings, one has the warnings and the other hasn’t. So I’m guessing it has something to do with the PHP configuration? But I have no clue what to look for…
Cheers!
Forum: Fixing WordPress
In reply to: Add more image sizesPlease share your solution with us so that someone trying to do the same can benefit from it. Thanks!
Forum: Themes and Templates
In reply to: How to display every author’s bioanyone?