After being hit with someone who was able to use my code to send out massive amounts of spam, I'm finally upgrading from 0.8.4 to 1.0.2. It's all gone well, except for the "categories" part. I keep getting this message:
The site is http://www.iheartmusic.net/serendipity.SELECT c.categoryid,
c.category_name,
c.category_icon,
c.category_description,
c.authorid,
c.category_left,
c.category_right,
c.parentid,
a.username,
a.realname
FROM serendipity_category AS c
LEFT OUTER JOIN serendipity_authors AS a
ON c.authorid = a.authorid
LEFT OUTER JOIN serendipity_authorgroups AS ag
ON ag.authorid = 1
LEFT OUTER JOIN serendipity_access AS acl
ON (ag.groupid = acl.groupid AND acl.artifact_id = c.categoryid)
GROUP BY c.categoryid
ORDER BY category_name ASC
/ Table 'iheartmu_serendipity.serendipity_authorgroups' doesn't exist
What do I do?
Thanks!