Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

mysql Problem after Upgrade 0.9.? - 1.0.3

edited February 2007 in Vanilla 1.0 Help
If I want to start a new Topic, select categories, ... I always get the same error message. Any suggestions what I can do? A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message An error occurred while retrieving categories. Affected Elements CategoryManager.GetCategories(); The error occurred on or near: Unknown column 'c.Priority' in 'order clause'

Comments

  • My guess the priority column is missing on your install. Do you have PHPMyAdmin or something to manage the database? Priority should be `Priority` int(11) NOT NULL default '0'
  • Hi WallPhone! Can you specify in which Table?
  • Can't believe I forgot that bit. ;-) Should be in the LUM_Categories table.
  • Yippeah! Thanks WallPhone, that was the fix I needed... Greetings from Hamburg/Germany
This discussion has been closed.