• Resolved WPfoot

    (@wpfoot)


    After updating Leaguemanager from version 4.1.1 to version 4.2 RC1.1 I get the following error message at the place where the Leaguemanager widget should appear:
    Unable to load standings-compact.php.

    How can I solve this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter WPfoot

    (@wpfoot)

    Additional info: The WordPress Dashboard shows the following messages:

    You can extend LeagueManager with fancy slideshows by using the Fancy Slideshows Plugin. (Ignore)

    You can extend LeagueManager with team rosters & profiles and match statistics by using the ProjectManager Plugin. (Ignore)

    As far as I can see, these two PlugIns are not installed.

    Plugin Author K

    (@koelle)

    The standing-compact.php template has been removed, because the standings display can be controlled via the settings page and it was too much work to maintain multiple standings templates.

    If you want to continue to use the template, put it into your themes directory in a directory called “leaguemanager”. You should consider upgrading the template to the latest template system. Have a look in templates/standings.php.

    The messages are simply to make you aware of additional plugins to extend LeagueManager. Simply click “Ignore” to not show them anymore.

    Thread Starter WPfoot

    (@wpfoot)

    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
    Thread Starter WPfoot

    (@wpfoot)

    After updating the database and removing and adding the Widget, this was solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘4.2 RC1.1 Unable to load standings-compact.php’ is closed to new replies.