Database problems
-
Hello again Antoine,
I wanted to make matches for the upcoming games and when I went to teams menu it was empty. Did not think much of it as there are not a lot of teams, so I wanted to create them from a scrach. When I tried, I could not as after saving nothing showed in the table.
I turned on de-bugging and got this error:
WordPress database error: [Unknown column ‘t.is_favorite’ in ‘field list’]
SELECT t.id, t.name, t.photo, t.flag, t.link, g.id AS group_id, g.name as group_name, t.is_real, t.is_active, t.is_favorite, t.group_order, t.comments FROM pool_wp_teams t LEFT OUTER JOIN pool_wp_groups g ON t.group_id = g.id ORDER BY t.name ASC
I suspect there might be some problem that after upgrading to newest version plugin did not create the necessary field. As my current table in DB looks like this:
Is it possible to just add the necessary field without braking the DB or it has to be made from scratch?
EDIT#1 DB table indeed have all the team data, it just cannot display in site because of this error.
- The topic ‘Database problems’ is closed to new replies.