Austin Ginder
Forum Replies Created
-
I just started having these same issues on a few customer websites today. Can the NONCE be removed for non-logged in visitors? The issue is your NONCE is defined on the page itself, which most web hosts will cache. I was able to workaround this bug by telling my web host to exclude my /events/ page from the server cache. That allows the NONCE displayed for non-logged in visitors to stay fresh.
NONCEs for logged in users is fine as logged in users are typically not getting results from the server page cache.
@wahid0003 Thanks, updating to v4.5.1 is working on my end.
Updating to v4.5.0 also crashed one of my customers websites. Rolling back webappick-product-feed-for-woocommerce to v4.4.69 restored their website. The error log wasn’t helpful. Over WP-CLI I was just seeing this error:
Error: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.
I figured out this plugin was culprit by going through toggling the plugins.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Plugin ConflictSame issue on my end. Updating to v3.3.18 crashed my website. Here is the error from the server logs.
2022/08/17 14:48:14 [error] 204#204: *8623 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function mc_search_results_title(), 1 passed in /public/wp-includes/class-wp-hook.php on line 307 and exactly 2 expected in /public/wp-content/plugins/my-calendar/my-calendar-search.php:164 Stack trace: #0 /public/wp-includes/class-wp-hook.php(307): mc_search_results_title('Get Legal Help') #1 /public/wp-includes/plugin.php(191): WP_Hook->apply_filters('Get Legal Help', Array) #2 /public/wp-content/themes/Trim-child/home.php(11): apply_filters('the_title', 'Get Legal Help') #3 /public/wp-includes/template-loader.php(106): include('/www/site...') #4 /public/wp-blog-header.php(19): require_once('/www/site...') #5 /public/index.php(17): require('/www/site...') #6 {main} thrown in /public/wp-content/plugins/my-calendar/my-cal" while reading upstream, client: 72.20.212.2, server: www.site.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php7.4-fpm-site.sock:", host: "www.site.com"Forum: Plugins
In reply to: [Passwords Evolved] Fatal error after Jetpack updateThis is still an issue with the latest version of Jetpack v11 and Passwords Evolved v1.3.2. However it seems limited to Jetpack sites which are not properly connected to WordPress.com. This is making it a bit hard to pinpoint a solution. I’ve posted more details on these threads:
https://github.com/Automattic/jetpack/issues/23835
https://github.com/carlalexander/passwords-evolved/issues/13
From my experience disconnected Jetpack and reconnected does workaround the issue however it doesn’t solve the root issue.
Looks like the issue is resolve with the update. Thanks!
Forum: Fixing WordPress
In reply to: Problems with common.min.css in 5.8Likewise experienced this issue for one of my customers. I’ve isolated the source of the disruption to be coming from a plugin called “Helpie FAQ” as explained here: https://ww.wp.xz.cn/support/topic/wordpress-5-8-compatibility-issue/. Maybe other plugins are also having similar issues with v5.8?
Great, thanks for the followup. Seems to be working.
I spent some time troubleshooting on the staging site, here is what I found:
- Bug only happens when updating to WordPress 5.6.
- Bug is a conflict with Popup Maker v1.13.1 and Search & Filter Pro v2.5.2.
- Both plugins are up to date and running the latest versions.
- Only happens when a popup is shown. If you’ve already dismissed then you won’t see the bug.
As a workaround I enabled an option within Search & Filter Pro called Lazy Load JavaScript. That means Search & Filter JavaScript files are only loaded on the pages that contain search forms which helps reduce the conflict with the popups. Will start a ticket with authors of Search & Filter Pro with my findings. Just wanted to post these details in case anyone else was running into the same conflict. I’ll consider my original request solved as it doesn’t seem to be problem with Popup Maker itself.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] WordPress 5.6 issueThe plugin author says the following:
Everyone,
The WordPress 5.6 release included major changes. We’ve found number of issues that affected Responsive Lightbox & Gallery and working on them one by one to prepare a complete bugfix release.
If you can, please hold on couple of days before a 5.6 upgrade. We plan to release an updated RLG by the end of the week.
Sorry for any inconveniences – we’re doing our best.https://dfactory.eu/support/topic/responsive-lightbox-new-conflict-with-wordpress-menus/#post-42477
Forum: Plugins
In reply to: [Flexmls® IDX Plugin] PHP Fatal with WordPess 5.5Thanks for the followup. I can confirm that I was able to update to v3.10.4 and it’s working!
Forum: Plugins
In reply to: [Flexmls® IDX Plugin] PHP Fatal with WordPess 5.5Will do. Thanks!
Forum: Plugins
In reply to: [Flexmls® IDX Plugin] PHP Fatal with WordPess 5.5I did some troubleshooting on the staging site. I’m thinking it’s a conflict with my theme WpResidence v3.3.2 and WPBakery Page Builder v6.3.0. I tried FlexMLS IDX on v3.10.3, still getting PHP errors as shown below. Downgrading FlexMLS IDX to v3.9.1 seems to resolve.
An error of type E_ERROR was caused in line 317 of the file /wp-content/plugins/flexmls-idx/components/search-results.php. Error message: Uncaught Error: Only variables can be passed by reference in /wp-content/plugins/flexmls-idx/components/search-results.php:317 Stack trace: #0 /wp-content/plugins/flexmls-idx/integration/wpbakery/components/VCE_component.php(27): fmcSearchResults->integration_view_vars() #1 /wp-includes/class-wp-hook.php(287): VCE_component->integrateWithVC('') #2 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #3 /wp-includes/plugin.php(478): WP_Hook->do_action(Array) #4 /wp-settings.php(546): do_action('init') #5 /wp-config.php(39): require_once('/...') #6 /wp-load.php(37): require_once('/...') #7 /wp-admin/admin.php(34): require_once('/...')I’ll have to play around with my site to see if I can pinpoint a pattern. Thanks for the followup!
Great, thanks for the followup. I can confirm it’s working better since the update however it still appears to be double sending ever time I click schedule. At least now it’s not sending more than 2 copies.