databell96
Forum Replies Created
-
Same here.
Forum: Plugins
In reply to: [Contact Form 7] Error: Invalid action URL is detected??Found the problem. I added some code to sync with Netsuite and that’s the invalid URL.
I originally added this in functions.php:
add_filter(‘wpcf7_form_action_url’, ‘wpcf7_custom_form_action_url’);
function wpcf7_custom_form_action_url()
{
return ‘https://forms.na1.netsuite.com/app/site/crm/externalleadpage.nl?compid=TSTDRV1184964&formid=25&h=57bc2a41b72dc0e0b5ed’;
}Forum: Plugins
In reply to: [Contact Form 7] Error: Invalid action URL is detected??Theme is Ocean WP. Plugins are WooCommerce , Elementor, Essential Add Ons for Elementor, Husky for WooCommerce, Custom Fonts, Reading Time WP, Ocean Extra, Ocean Social Sharing, Security Optimzer, Speed Optimizer, YITH WooCommerce Catalog Mode, Klaviyo and ACF.
Problem solved. Had to delete the wordfence-waf.php file from public_html and that fixed it.
So downgrading back to 7.4 worked, but then upgrading to PHP 8.0.30 did not. This is what was in the logs:
[05-Sep-2024 18:20:22 UTC] PHP Fatal error: Uncaught Error: Undefined constant “WFWAF_LOG_PATH” in /home/customer/www/welcomeyouhome.com/public_html/wordfence-waf.php:3
Stack trace: 0 {main}thrown in /home/customer/www/welcomeyouhome.com/public_html/wordfence-waf.php on line 3
[05-Sep-2024 18:20:22 UTC] PHP Fatal error: Uncaught Error: Undefined constant “WFWAF_LOG_PATH” in /home/customer/www/welcomeyouhome.com/public_html/wordfence-waf.php:3
Stack trace: 0 {main}thrown in /home/customer/www/welcomeyouhome.com/public_html/wordfence-waf.php on line 3
So definitely something up with the WAF in Wordfence.
I then went to .htaccess and pasted in the new code that generosus suggested. Saved that and still getting WSOD. Went back to the logs and still seeing the same errors as before.
Thanks. The year is now showing up everywhere.
Forum: Plugins
In reply to: [The Events Calendar] Remove Add to Calendar section from past eventsGreat! That code worked really well.
Thanks. That certainly worked. Still odd it even happened.
So I think I found the problem. Sort of. I deleted his profile in Authors and did it as a Registered User with User Account. Which he is. Now I see his name in the Display Name Publicly As instead of blank. So now I can update his profile. My only issue left is in the Author Box, it’s displaying his username (which happens to be his email address in this case) instead of his display name. Here’s his article: https://fwtmagazine.com/viennas-wurstels-the-timeless-austrian-street-food/
I did add it to another site and I did get the pulldown menu for selecting the display name. Just not on the site in question.
And once again, I deactivated all the other plugins and switched themes and no change.
This is the only place I have this plugin in use. So I wouldn’t know.
What other site?
What matters is THIS site.
It’s not. Only Authors.
Yes, I can change that dropdown but it still displays the users email instead of his name, but it means nothing on the Authors area. That dropdown still doesn’t work.
Yes, I deactivated and deleted and then re-installed and all good now. Thank you.