Page 1 of 1

User Upload is disabled

Posted: 13 Feb 2012, 15:35
by noussibeau
Hi,
I'm trying to use Phoca Download (in Joomla 2.5) which seems to be exactly what I'm looking for.
I created categories, gave right to dowload document to a user, added menu item ..
Clearly, I don't understand that (found in your help file) :
"Parameter Enable User Upload must be set to Yes (or Use Global in case, it was set in Global Configuration of Phoca Download - in Joomla! 1.5). It is recommended to set all other upload parameters (because of security)"

And each time I try downloading a document I've that message : User Upload is disabled

Following my investigations while waiting an answer, I saw somewhere that I must activate some "allow download" but I never found the menu item to do that .. they were talking about a "parameter" menu item in the "Phoca Donwload Control panel" .. I didn't see such an item .. Where is it!?
Could you help me ?
Thanks
Eric

Re: User Upload is disabled

Posted: 14 Feb 2012, 16:14
by noussibeau
Continuing investigations, I found that :
Jan wrote:Hi, User Upload is disabled means it is disabled because of security reasons and you can enable it in parameters - in global configuration parameters or in parameters component in menu link, see:


https://www.phoca.cz/documents/2-phoca-g ... -menu-item

https://www.phoca.cz/documents/17-phoca- ... parameters

Jan
and it works ! Curious idea to place that in that right corner where nobody thinks it could be ..!!
Thanks to the redactor of that solution.

Re: User Upload is disabled

Posted: 16 Feb 2012, 00:42
by Jan
Hi,
Curious idea to place that in that right corner where nobody thinks it could be
I think, this is more a question (or feedback) on Joomla! developers.

Jan

Re: User Upload is disabled

Posted: 23 Oct 2013, 10:42
by leilina73
I've the same problem...
When I click the upload button result this error
SQL=SELECT a.*,f.id as file_id,cc.id as category_id,ua.id AS userid, ua.username AS username, ua.name AS usernameno,uc.name AS editor,fa.countfaid,fn.countfnid FROM jos_users AS a LEFT JOIN jos_phocadownload AS f ON f.owner_id = a.id LEFT JOIN jos_phocadownload_categories AS cc ON cc.id = f.catid LEFT JOIN jos_users AS ua ON ua.id=f.owner_id LEFT JOIN jos_users AS uc ON uc.id=f.checked_out LEFT JOIN (SELECT fa.owner_id, fa.id, count(*) AS countfaid FROM jos_phocadownload AS fa WHERE fa.approved = 1 GROUP BY fa.owner_id) AS fa ON a.id = fa.owner_id LEFT JOIN (SELECT fn.owner_id, fn.id, count(*) AS countfnid FROM jos_phocadownload AS fn WHERE fn.approved = 0 GROUP BY fn.owner_id) AS fn ON a.id = fn.owner_id WHERE a.id > 0 AND (fa.countfaid > 0 OR fn.countfnid > 0) GROUP BY a.id ORDER BY username asc, a.id asc SQL=SELECT a.*,f.id as file_id,cc.id as category_id,ua.id AS userid, ua.username AS username, ua.name AS usernameno,uc.name AS editor,fa.countfaid,fn.countfnid FROM jos_users AS a LEFT JOIN jos_phocadownload AS f ON f.owner_id = a.id LEFT JOIN jos_phocadownload_categories AS cc ON cc.id = f.catid LEFT JOIN jos_users AS ua ON ua.id=f.owner_id LEFT JOIN jos_users AS uc ON uc.id=f.checked_out LEFT JOIN (SELECT fa.owner_id, fa.id, count(*) AS countfaid FROM jos_phocadownload AS fa WHERE fa.approved = 1 GROUP BY fa.owner_id) AS fa ON a.id = fa.owner_id LEFT JOIN (SELECT fn.owner_id, fn.id, count(*) AS countfnid FROM jos_phocadownload AS fn WHERE fn.approved = 0 GROUP BY fn.owner_id) AS fn ON a.id = fn.owner_id WHERE a.id > 0 AND (fa.countfaid > 0 OR fn.countfnid > 0) GROUP BY a.id ORDER BY username asc, a.id asc LIMIT 0, 20 SQL=SELECT a.*,f.id as file_id,cc.id as category_id,ua.id AS userid, ua.username AS username, ua.name AS usernameno,uc.name AS editor,fa.countfaid,fn.countfnid FROM jos_users AS a LEFT JOIN jos_phocadownload AS f ON f.owner_id = a.id LEFT JOIN jos_phocadownload_categories AS cc ON cc.id = f.catid LEFT JOIN jos_users AS ua ON ua.id=f.owner_id LEFT JOIN jos_users AS uc ON uc.id=f.checked_out LEFT JOIN (SELECT fa.owner_id, fa.id, count(*) AS countfaid FROM jos_phocadownload AS fa WHERE fa.approved = 1 GROUP BY fa.owner_id) AS fa ON a.id = fa.owner_id LEFT JOIN (SELECT fn.owner_id, fn.id, count(*) AS countfnid FROM jos_phocadownload AS fn WHERE fn.approved = 0 GROUP BY fn.owner_id) AS fn ON a.id = fn.owner_id WHERE a.id > 0 AND (fa.countfaid > 0 OR fn.countfnid > 0) GROUP BY a.id ORDER BY username asc, a.id asc

The version of pèhoca download in 3.2 in joomla 3.1

Re: User Upload is disabled

Posted: 26 Oct 2013, 23:49
by Jan
Hi, which error you exactly get, there is no error listed :idea: