djmichaelbasic
Forum Replies Created
-
I did some googling and it turns out I needed to have my webhost add ctype to my php. Once that was done, the updates worked properly again.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with events fixturesI wonder if this is related to the same issue I posted about. Might not be but its worth a shot. Go into your sportspress settings, into the events tab, and scroll down to “Full Time.” If the mins box is blank, put a 0 in there, save and try loading your page again with 25+ fixtures.
Well, I figured it out. Turned on debugging and saw a lot of errors referencing lines in class-sp-league-table.php relating to minutes. The errors were that there was a non numeric value at that line. Here’s an example:
$totals[ $team_id ][‘eventminutes’] += $minutes;
Since billiards doesn’t use time, the minutes field in settings has been blank. Filling in 0 fixed the issue. I believe that 14 teams in the table was the break point at which there were too many errors for the page to load.
Perhaps in a future update, if minutes is left blank in the settings:
Sportspress->Settings->Events->Full Time
replace with a 0 to avoid the issue…or make 0 the default until someone fills it in, or whatever.
Hopefully this will help anyone else who has the same issue.
By the way, the site is https://westside8ball.com
https://www.westside8ball.com/tuesday-schedule-and-standings/ is the tuesday standings page that hangs
https://www.westside8ball.com/wednesday-schedule-and-standings/ is the wednesday standings page that works just fine.
I just checked again today and it seems to have resolved itself. Site is once again working as it should. Something must have happened in the background…so thanks!
https://www.westside8ball.com/tuesday-schedule/
If you access this on safari on iphone the date column is just gone. I don’t have an android phone to test, but I’ve tested on chrome mobile, chrome on a mac, and safari on a mac and those all show the date column properly.
Thanks!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Column order in league tablesYes that’s it…it was being hidden by the equation section.
Thanks!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Error event listGreat thank you for the quick fix!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Error event listSame issue here. I use the date range event list to make a weekly results post, and now all my results posts show every event instead of the date range I’ve selected. This issue is effecting previous posts as well as the new post I’m trying to create right now.
The shortcode for the event I’m trying to create currently is [event_list 5463] but it looks like this issue sprouted up after the latest update (I just updated and it broke previous posts of mine, which were not broken earlier this morning before I updated.
I’m sure all you have to do to test this is to create an event list yourself using the date range function.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Error event listSame issue here. I use the date range event list to make a weekly results post, and now all my results posts show every event instead of the date range I’ve selected. This issue is effecting previous posts as well as the new post I’m trying to create right now.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Update Event Stats not workingAkismet, ban hammer, Google analytics, Jet pack, light plus color box, one click close comments, Page links to, spam stopper, Stat press, subscribe2, table press, visitor maps, and Widgetize pages lite
And sports press of course.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Update Event Stats not workingThanks Brian. If there’s anything I can do to help let me know. When I get home I can post a list of all the plugins my site runs. The site is westside8ball.com if that helps.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Update Event Stats not workingNot using pro at this time.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Update Event Stats not workingThis did not work for me. I tried this yesterday, first by doing just what naptash said (which didn’t work for me) and then I tried removing all the players from the event, updating, re-adding all the players, updating, which gave everyone a 0 in all the fields, then re-entering the scores, but once all that was done, the event still reflected the original erroneous stats.
I have no caching plugins on my site, so for now I’m still stuck deleting the entire event and remaking it if I miss a stat or have any other kind of error.
If other people are experiencing it too it sounds like a bug, so hopefully its something that can get fixed. If I can help in any way, I’m happy to.