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
User Upload is disabled
-
- Phoca Newbie
- Posts: 3
- Joined: 12 Feb 2012, 16:53
Re: User Upload is disabled
Continuing investigations, I found that :
Thanks to the redactor of that solution.
and it works ! Curious idea to place that in that right corner where nobody thinks it could be ..!!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
Thanks to the redactor of that solution.
- Jan
- Phoca Hero
- Posts: 48580
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: User Upload is disabled
Hi,
Jan
I think, this is more a question (or feedback) on Joomla! developers.Curious idea to place that in that right corner where nobody thinks it could be
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 23 Oct 2013, 10:40
Re: User Upload is disabled
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
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
- Jan
- Phoca Hero
- Posts: 48580
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: User Upload is disabled
Hi, which error you exactly get, there is no error listed 

If you find Phoca extensions useful, please support the project