Mysql problems with comments

Got this error in my comment section. ANybody got any tips?

"MySQL Query ( SELECT c.id, i.title, i.filename, a.folder, a.title AS albumtitle, c.name, c.website, (c.date + 0) AS date, c.comment, c.email FROM comments AS c, images AS i, albums AS a WHERE c.imageid = i.id AND i.albumid = a.id ORDER BY c.id DESC LIMIT 20 ) Failed. Error: Unknown column 'c.website' in 'field list'"

Comments

  • fresh install?
    upgrade?
    what version?

    have you tried re-running setup.php or upgrade.php?
  • Same problem:

    "MySQL Query ( SELECT c.id, i.title, i.filename, a.folder, a.title AS albumtitle, c.name, c.website, c.date, c.comment FROM `comments` AS c, `images` AS i, `albums` AS a WHERE c.imageid = i.id AND i.albumid = a.id ORDER BY c.id DESC LIMIT 10 ) Failed. Error: Unknown column 'c.website' in 'field list "

    With previous version (fresh install) and
    New Version Verion 1.0.8.2 (Upgrade)

    Add I did re-runned setup.php or upgrade.php!!
Sign In or Register to comment.