joshpaynedesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [Favorites] REST API and session_start errorsAny update on this issue?
@dimchik Another possible fix that TEC told me to try was to turn off the month view cache at Events > Settings > General > Viewing. That also resolved the 404!
However, I have only turned off the Object Cache on a few other sites that were giving the 404’s and that fixed them as well. Doesn’t seem like the best fix but it’s a start!
Do you use Autoptimize on your site or any other plugin like that?@dimchik Did turning off Object Cache not work for you?
@developerjustin The only thing that seems to help/possibly fix the issue is to turn off Object Caching in WPE.
- This reply was modified 1 year, 8 months ago by joshpaynedesigns.
@optimizingmatters That is what I thought too. Do these steps to make AO and The Events Calendar work together seem correct? https://theeventscalendar.com/knowledgebase/k/using-the-events-calendar-with-autoptimize/
So far I found that turning off our month view cache at Events > Settings > General > Viewing resolved the 404! However, I also have WPE Object Cache turned off so that could be part of it too.
Does any of you also use Autoptimize on your sites? The Events Calendar support told me that we shouldn’t have more than 1 cache on the site. “We do not recommend that customers use more than one cache and it looks like you are using Autoptimize and WP Engine.”
@jcallanan What did you do to fix this? ”?I managed to get the events from not going 404 every other day by disabling one of the WPE cache settings.” I would love to know what cache setting disabled as I have tried them all.
@dimchik Any more updates? This is getting frustrating. The Events Cal did a theme change and deactivated all the plugins and it “fixed” the issue. However, when I turned them all back on it was still “fixed” so i’m not sure what the issue is anymore haha. I wonder if it’s possible that when you change the theme and turn off plugins that this flushes the permalinks? I don’t have this issue on all of the site’s I have The Events Cal on but I also don’t have this issue on any site that doesn’t have The Events Cal plugin either. Time to decide if I drop the plugin or the host WPE.
@dimchik I have also suspected YOAST SEO as causing the issues. Next time it happened’s check your Site Health is WP and see if there is a REST API error. I see it every time now. Events Cal has be get WPE to exclude the plugin assets and the REST API from WPE cache. Didn’t seem to help though.
^/wp-content/plugins/the-events-calendar/(.*).css
^/wp-content/plugins/the-events-calendar/(.*).js
^/wp-content/plugins/events-calendar-pro/(.*).css
^/wp-content/plugins/events-calendar-pro/(.*).js
^/wp-json
@dimchik Have you had any luck with getting this fixed? I’m seeing it more and more on our WPE sites. I have a ticket open with Events Cal but have not heard about a fix yet. Any luck on your end?
We are also hosting 100+ websites with WP Engine and this issue has happened on 5 of our site’s that use The Events Calendar Pro. We have to flush the permalinks every day or so and our client’s are getting very frustrated with the 404’s and downtime.
When I went to the Redirection plugin settings page I noticed a REST API 404 error. When I tried to access my REST API url it also gave me a 404. When I checked the Site Health I saw that the REST API encountered an unexpected result. This seems to be happening each time the 404 issue shows us.- This reply was modified 1 year, 9 months ago by joshpaynedesigns.
I noticed this as well. I found out more details on this site: https://patchstack.com/database/vulnerability/juicer/wordpress-juicer-plugin-1-10-1-contributor-stored-xss-vulnerability?_a_id=350
Seems like it’s under review.
I am also seeing this in 9.9.3 and Genesis framework. Seems that there is a padding that is allowing the dialog box to show.
.arve-sc-dialog {
padding: 2rem;
}
Forum: Plugins
In reply to: [Simple Page Ordering] No click & drag using v2.4.2 and WordPress 6.0.2I noticed this as well. It seems they have made this change on purpose. (https://github.com/10up/simple-page-ordering/pull/103) I don’t understand why and it is very annoying to have to add page-attributes to custom posts that don’t need it. I hope they fix this issue soon.
Forum: Plugins
In reply to: [The Events Calendar] Remove Cal Subscribe Button?@skyshab This only works on the Month and List views but not the “Default” view that the new Cal design (V2) has added. So if you have Month view as default then it still shows unless you link to the events/month. Very odd.
// Remove subscribe to calendar dropdown from main calendar page
add_filter( ‘tribe_template_html:events/v2/components/subscribe-links/list’, ‘__return_false’ );