Page 2 of 2

Re: Files not visible in backend

Posted: 06 Sep 2011, 22:41
by Jan
Hi, not sure what you have done and where did you do it, but you should just run:

Code: Select all

ALTER TABLE `jos_phocadownload` ADD   `userid` int(11) NOT NULL Default '0' AFTER `description` ;
sql query e.g. in phpmyadmin

Jan