Attempted to add an Umpires Field to Add Matches…
-
I get this error:
WordPress database error: [Unknown column ‘umpires’ in ‘field list’]
SELECTgroup
,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’) AShour
, DATE_FORMAT(date
, ‘%i’) ASminutes
,match_day
,location
,umpires
,league_id
,home_points
,away_points
,winner_id
,loser_id
,post_id
,season
,id
,custom
FROM wp_leaguemanager_matches WHEREleague_id
= “8” ANDfinal
= “” ORDER BYdate
ASC`
League manager also says I have my 99 games but won’t show them to me now. I get all the teams, and no games underneath when I click on my league.When trying to add new games, I get the same error above.
All I did was searcg for “location” in several php files and copy and pasted them, naming them “umpires”. Thought it would work as the categories did come up asking for Umpires.
Any thoughts?
- The topic ‘Attempted to add an Umpires Field to Add Matches…’ is closed to new replies.