Hi Kolja,
Thanks for your answer. I updated LM and removed the widget and added the LM widget again. After selecting Show previous and next math and entering the season (1617), I sees these messages:
WordPress databasefout: [Unknown column ‘status’ in ‘field list’]
SELECT final
AS final_round, group
, home_team
, away_team
, DATE_FORMAT(date
, ‘%Y-%m-%d %H:%i’) AS date, DATE_FORMAT(date
, ‘%e’) AS day, DATE_FORMAT(date
, ‘%c’) AS month, DATE_FORMAT(date
, ‘%Y’) AS year, DATE_FORMAT(date
, ‘%H’) AS hour
, DATE_FORMAT(date
, ‘%i’) AS minutes
, match_day
, location
, status
, league_id
, home_points
, away_points
, winner_id
, loser_id
, stat_id
, post_id
, season
, id
, custom
FROM wp_leaguemanager_matches WHERE league_id
= ’16’ AND final
= ” AND match_day
= ’26’ AND TIMESTAMPDIFF(MINUTE, NOW(), date
) >= 0 AND (home_team
= ‘169’ OR away_team
= ‘169’) ORDER BY date
ASC LIMIT 0,2
It also shows the standings of the wrong season (last season (1516) in stead of the current season (1617). How can I solve this?
-
This reply was modified 7 years, 5 months ago by WPfoot. Reason: typo