-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
?tsml-day=0 - Choosing Sunday from drop down shows no meetings found #257
Comments
I just looked at your complete meeting list and also didn't see any Sunday meetings. Please check the backend admin page and search for any Sunday meetings in your database. They may be missing. Let me know. |
They are all there, we them online after refreshing and they show in
meeting guide app too.
On Mon, Jan 4, 2021 at 4:16 PM Tech2Serve ***@***.***> wrote:
I just looked at your complete meeting list and also didn't see any Sunday
meetings.
Please check the backend admin page and search for any Sunday meetings in
your database. They may be missing.
Let me know.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLGP7P4Y5I67MPMJPVPO6DSYIV4BANCNFSM4VTLMDTQ>
.
--
*Matthew Rydzfski*
*864.214.6454*
*[email protected] <[email protected]>*
"the road to sobriety is a simple journey for confused people with a
complicated disease"
|
Ok. Please following the our standing (but not yet documented in one place :-) ) troubleshooting steps. Some of these are:
When did this problem start? |
Let me add a step that just worked for another user whose entire meeting list wasn't showing up on the front end. Open and republish one of your Sunday meetings. See if that then shows up. |
Thanks for the quick response.
I started with the last thing first. Went into a Sunday meeting, made a
minor change, clicked update. Still the same issue.
Meetings Archive - Upstate Intergroup
<https://www.upstateintergroup.org/meetings/?tsml-day=0>
The thing I simply can't fathom is why the results show up after a page
refresh. So, does not appear to be a front end issue or them not being
coded to Sunday as they do and will show up, just not from the drop down
when initially choosing Sunday. The meeting guide app also shows all our
meetings and seems to get the updates when we post them.
We have 21 active plugins, disabled them all, then turned Meetings back on,
same result. We are on version 3.9.4.
Enfold Theme is updated to latest, we just installed a Child theme today to
rule out that and reset the theme, same issue. To rule out the theme, I
just switched to TwentyOne, tested, with the same result. I did this with
and without active plugins.
Hard to say when this began, a local member shared with us recently which
prompted me to look at updates etc.
Regarding hosting, I am the host actually as I run a Managed IT firm. We
have this on a cPanel account on CentOS with LiquidWeb. We have no server
side caching in place that I am aware of. I am not a developer however,
more networking and hardware. PHP is 7.3, we can go to 7.4 on this account
to test if needed. Any other special addons you need in in PHP?
Thanks for the ideas thus far, let me know if you think of anything else to
try or consider.
…On Mon, Jan 4, 2021 at 5:39 PM Tech2Serve ***@***.***> wrote:
Let me add a step that just worked for another user whose entire meeting
list wasn't showing up on the front end. Open and republish one of your
Sunday meetings. See if that then shows up.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLGP7ON4V6OMP2EUYJIW6TSYI7T3ANCNFSM4VTLMDTQ>
.
|
Good write up. Frankly, I can count the number of times we've had a single site issue not get solved by the the steps we discussed above (or similar) on, well, two fingers. Obviously I'm going to start grasping at straws here. If you're willing, export your meeting data and send it to me via email (tsml at code4recovery dot org). That will help us rule out if it has something to do with the data itself. And yes, you can try PHP 7.4, but someone else recently tried that and it broke Jetpack and some other plugins. So, if you try it, make sure you can easily roll back. Another thing you can try is to spin up another site and duplicate the data and plugins over to it. In the past when we've tried this, people have used Docker so we could control the configurations with known community standards. Are you familiar with Docker? The good news is we are seeing an error (a string is undefined when it shouldn't be) and so we have a place to start. I suspect if we get rid of the error, we'll get rid of the problem. I'm also going to ask some other team members to look at this. @code4recovery/tsml-contributors |
@mrydzfski, please check out #247, although I'm skeptical. |
Thanks for the update.
On Mon, Jan 4, 2021, 8:23 PM Matthew Rydzfski <
[email protected]> wrote:
… Thanks for the quick response.
I started with the last thing first. Went into a Sunday meeting, made a
minor change, clicked update. Still the same issue.
Meetings Archive - Upstate Intergroup
<https://www.upstateintergroup.org/meetings/?tsml-day=0>
The thing I simply can't fathom is why the results show up after a page
refresh. So, does not appear to be a front end issue or them not being
coded to Sunday as they do and will show up, just not from the drop down
when initially choosing Sunday. The meeting guide app also shows all our
meetings and seems to get the updates when we post them.
We have 21 active plugins, disabled them all, then turned Meetings back
on, same result. We are on version 3.9.4.
Enfold Theme is updated to latest, we just installed a Child theme today
to rule out that and reset the theme, same issue. To rule out the theme, I
just switched to TwentyOne, tested, with the same result. I did this with
and without active plugins.
Hard to say when this began, a local member shared with us recently which
prompted me to look at updates etc.
Regarding hosting, I am the host actually as I run a Managed IT firm. We
have this on a cPanel account on CentOS with LiquidWeb. We have no server
side caching in place that I am aware of. I am not a developer however,
more networking and hardware. PHP is 7.3, we can go to 7.4 on this account
to test if needed. Any other special addons you need in in PHP?
Thanks for the ideas thus far, let me know if you think of anything else
to try or consider.
On Mon, Jan 4, 2021 at 5:39 PM Tech2Serve ***@***.***>
wrote:
> Let me add a step that just worked for another user whose entire meeting
> list wasn't showing up on the front end. Open and republish one of your
> Sunday meetings. See if that then shows up.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#257 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASLGP7ON4V6OMP2EUYJIW6TSYI7T3ANCNFSM4VTLMDTQ>
> .
|
@mrydzfski Just getting up to speed on this issue. I see that JQMigrate is running on your site. Do you have that installed as a separate plugin or is it built into your theme? |
must be the theme. i did try enfold and twentytwentyone.
i looked at post 247 as well, i will look to see if that addon is compiled.
Seems he also just posted the same issue as us today.
…On Mon, Jan 4, 2021 at 10:14 PM 97eighty ***@***.***> wrote:
@mrydzfski <https://github.com/mrydzfski> Just getting up to speed on
this issue. I see that JQMigrate is running on your site. Do you have that
installed as a separate plugin or is it built into your theme?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLGP7M3E7HGJMM4PDNACOTSYJ7Z7ANCNFSM4VTLMDTQ>
.
|
Just emailed over the exported data set. |
Also, we found that Enfold has JQMigrate as an option. We toggled that off. |
Hey @mrydzfski, Thanks for sending over the data set. Using it, I was able to replicate the issue and determine it is indeed a bug. Not clear exactly where, but I have enough info to go off of, and we should be able to get this fixed for the next release. Tim |
Some sites have trouble displaying meetings when the 11th Step Meditation type, being sanitized to create css classes, throws an error because the 11 is an integer instead of a string. It remains unclear why this only affects a small set of sites. closes #257
The specific issue here is that 11th step meetings store the value "11" as an int in the "types" array instead of a string. This is passed to sanitizeTitle() which tries to apply a regex to the value, and this produces a type error since the value is an int rather than a string. To protect against this specific case and also any other meeting info fields that might have the issue, added conversion to string of the passed value to sanitizeTitle() and sanitizeDataSort().
Fix: for #257 - Choosing Sunday shows no meetings found.
Hey @mrydzfski Can you confirm for us that v3.10.0 resolved this issue for you? |
Just updated. Confirmed this issue is now resolved.
Thanks all for your service.
…On Thu, Feb 11, 2021 at 9:37 PM Tech2Serve ***@***.***> wrote:
Hey @mrydzfski <https://github.com/mrydzfski>
Can you confirm for us that v3.10.0 resolved this issue for you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLGP7NB62HW463IIEC77RLS6SH7PANCNFSM4VTLMDTQ>
.
--
*Matthew Rydzfski*
*864.214.6454*
*[email protected] <[email protected]>*
"the road to sobriety is a simple journey for confused people with a
complicated disease"
|
Describe the bug
Good afternoon.
Seeing an issue when choosing SUNDAY from the drop down page, no results are found. Simply refreshing the page then shows the meetings.
To Reproduce
Steps to reproduce the behavior:
Using Enfold Theme.
PHP 7.3
WP 5.6 (Just updated today to see if that corrected the issue. It did not. : (
No site cache tools installed
Let me know what else I can do to provide context.
The text was updated successfully, but these errors were encountered: