Page 1 of 1

Can't enable user upload

Posted: 02 Apr 2015, 21:41
by clydeps
I have Phoca Download 2.1.9 installed and want to enable user uploads from the front end. I have created a menu item for that category, but selecting it reports "User upload is not enabled". In the Phoca Download component control panel I have gone to Options, and in the User upload tab the selection "Enable user upload" is set to "No". I can change that to Yes, but I can't save. Clicking on either Save or Save & Close has no effect. Clicking Cancel or the X in the top right closes the overlay window, but the options are not saved.

The same applies to changing anything else in the Options - I cannot save.

Any suggestions?

Re: Can't enable user upload

Posted: 02 Apr 2015, 23:00
by Jan
Hi, so the problem is, you cannot save the Options, the options are not a part of Phoca Download but a part of Joomla! configuration. Test if there is no javascript error which can prevent from saving the Options? See:
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan

Re: Can't enable user upload

Posted: 03 Apr 2015, 12:51
by clydeps
There is no problem editing options of other installed components, so while I understand that it is Joomla code being executed, the problem is specific to the Phoca Download options. There is a Javascript error when clicking those buttons:

Code: Select all

Uncaught TypeError: Cannot read property 'getSelection' of null            basefiles.js:64 

Re: Can't enable user upload

Posted: 04 Apr 2015, 23:06
by Jan
Hi, such file is not included in Phoca Download nor in Joomla! :idea:

Do you run some specific system plugin, do you have some exact error - with path to the file?

Jan

Re: Can't enable user upload

Posted: 08 Aug 2015, 02:30
by clydeps
I finally found a way around this - I had my Joomla editor set to Codemirror - changing it to TinyMCE made the problem go away.

Re: Can't enable user upload

Posted: 08 Aug 2015, 11:02
by Jan
Ok