-
Hi, Whenever I access our meetings page I get an error stating "No meetings were found matching the selected criteria". I don't have any filters specified and there are plenty of active meetings. Has anyone experienced this before? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Wow. Personally I have not. And stranger, I'm not seeing any errors or warnings in the console (which should have been the ideal place to start troubleshooting). Without that, I'm thinking the best way to troubleshoot is to think about when it start; what got changed (either by an or the hosting provider). I would also try to look in the actual database to confirm meetings are still there. I assume you've looked at the meeting page in the Admin console and they're present? Also try refreshing permalinks (Settings-->Permalink-->Save). And clearing the server cache (check with your hosting provider on how to do this). It seems like jQuery simply isn't running, so perhaps you installed another jQuery helper plugin or something? I'm really just grasping at straws here. Hopefully some other @code4recovery/tsml-contributors will chime in. |
Beta Was this translation helpful? Give feedback.
-
@Area82 Try this query: select * from wp_posts where post_type = "tsml_meeting" |
Beta Was this translation helpful? Give feedback.
-
I just looked at your page and the meetings are listing correctly. |
Beta Was this translation helpful? Give feedback.
-
A caching plugin or caching at the server level would display this behavior. If the blank page was cached it would display until the cache refreshed. If you have a caching system, perhaps it can be cleared? |
Beta Was this translation helpful? Give feedback.
@Area82
I just looked at your page and the meetings are listing correctly.