I just had the same pb, fixed it like this :
- open your database with phpmyadmin
- check the jos_phocadownload table (replace jos with your prefix if different !)
- You are probably missing the userid field.
- Run the following sql command :
Code: Select all
ALTER TABLE `jos_phocadownload` ADD `userid` INT( 11 ) NOT NULL DEFAULT '0';
Good luck !
Laurent.