If you are getting the 'unknown column parentid' error, please run the following query:
[SQL]
ALTER TABLE {YOUR TABLE PREFIX}dbtech_downloads_categories ADD COLUMN parentid INT(10) unsigned NOT NULL DEFAULT '0'[/SQL]
Make sure to replace {YOUR TABLE PREFIX} with your table prefix.
I will have the files updated soon with a fix to this but if you are already on 1.1.0 you will need to run this.
- David
|