Nick Murray
Forum Replies Created
-
Ya I’m being told most likely the plugins auto update was interrupted by the server shutting down the resources for over usage of system resources. Which I find a bit hard to believe that the likelyhood it would have shut down on the exact same place for 2 different accounts. For now I just manually updated and will see what happens next auto update.
don’t worry Matt there is still time for the Sky to fall the endpoints were kept up until March 9 now.
Forum: Plugins
In reply to: [The Events Calendar] Error in homepage when I update to 4.6.10.1Forum: Plugins
In reply to: [The Events Calendar] Posted events appear on some pages and not othersnever had issues with WP Super Cache and TEC. As its built by Automatic its hard for plugins not to be compatible with it. Usually when you see missing posts etc or errors its not the caching as much as the minification and concatenation of scripts so look for setting pointing to that as those features are often included with caching plugins.
Forum: Plugins
In reply to: [The Events Calendar] PHP Fatal error with 4.6.9 on some sites@adrianb just double check your pagination for your queries works as expected, the reason your theme is probably using that snippet of code is to get the “next post” links working inside a custom query.
Forum: Plugins
In reply to: [The Events Calendar] Recurring Events What does this actually mean?Yes, that is exactly what the feature is designed to do.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error with WP QueryWell it’s out there in the wild as a known work around from reputable sources and if TEC worked how it was prior to adding the option to include in the main WP query is it not possible to wrap the added code that breaks in an if option is checked statement, I would argue that your plugin running checks etc when the WP_Query is running even when there is no TEC data anywhere on that page is a waste of resources. I have probably 10 paid accounts of TEC but the support of late has been bullish to say the least with a lot of, ohh well it’s your issue. – https://css-tricks.com/snippets/wordpress/paginate-custom-post-types/
Forum: Plugins
In reply to: [The Events Calendar] PHP Fatal error with 4.6.9 on some sitesForum: Plugins
In reply to: [The Events Calendar] Fatal Error with WP QueryI’m a bit worried about this answer, this is a VERY common technique that is used to assign the WP query to a temp value and then put it back in order to get the post_nav_link function to perform correctly.
I agree that modifying the wp_query is a bad idea, however this temporary storage of the variable has been used in a lot of themes, you are going to get a lot of reports start to come in on this. The fact that even when you have the setting to not include TEC in the main query it still blows up is a major issue to brush off. I have used this technique for probably 4 years 100 + sites and never had a plugin conflict
https://wordpress.stackexchange.com/questions/20424/wp-query-and-next-posts-link
- This reply was modified 8 years, 6 months ago by Nick Murray.
- This reply was modified 8 years, 6 months ago by Nick Murray.
Forum: Plugins
In reply to: [The Events Calendar] 📣 The Events Calendar 4.6.9I just opened a ticket for the same issue with some more details here.
https://wordpress.org/support/topic/fatal-error-with-wp-query/#post-9864168Forum: Plugins
In reply to: [The Events Calendar] Fatal Error with WP QueryIt turns out this breaks anytime when your theme has a WP_query that already has the following line
$wp_query = null;Forum: Plugins
In reply to: [The Events Calendar] PHP Fatal error with 4.6.9 on some sitesI also get this error, it seams to be caused by the new feature to include TEC inside the main WP query, it triggers when I have pages running a WP query, will open a new ticket with details.
Forum: Plugins
In reply to: [Nested Pages] Plugin Stopped workingThat did the trick! Thanks @kylephillips
Forum: Plugins
In reply to: [Nested Pages] Plugin Stopped workingNothing works at all. Activated, verified turned on for pages/posts/CPTs and the pages still show the standard WP view. I’m going to wait until the site launches on a different server and then will try re-installing. I use your plugin on multiple site, its great BTW! Never had issue except with this site. It did originally work when installed, and at some point stopped working, its almost behaves like the settings for to show on pages is stuck to on in the database.
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] Can’t Remove Siteohh, I don’t even have the menu beside my sites! just info and dashboard! inspecting code I dont see anything hiding a button either. Switching themes fixed the issue. You may want to try out a vanilla install with twenty Seventeen installed. It was hiding the menu button on me. Thanks!