Hey…
I’m having issues with 2.2 which seem to be the same as JSF’s. The errors I keep receiving are:
WordPress database error: [Unknown column ‘title’ in ‘field list’]
SELECT title FROM wp_comic_series
WHERE title = ‘FIVE’
WordPress database error: [Unknown column ‘slug’ in ‘field list’]
SELECT slug FROM wp_comic_series
WHERE slug = ‘s1’
WordPress database error: [Unknown column ‘title’ in ‘field list’]
INSERT INTO wp_comic_series
(title
,slug
,summary
,chapterless
,categories
,author
,illustrator
,read
,creation
,alt_name
,status
,rating
,type
,img
) VALUES (‘FIVE’,’s1′,”,’0′,”,”,”,’0′,”,”,’0′,’0′,’0′,”)
However it says the series was listed successfully. I’m not seeing it anywhere. Also, I will second JSF’s question about how to have this display, access, etc.