Page 3 of 3

Re: Multi upload : Flash not installed

Posted: 17 Jan 2013, 21:24
by Jan
Hi, what is the newest gallery version: 2.8.1, 3.2.3 or 4.0.0 ?

Re: Multi upload : Flash not installed

Posted: 26 Feb 2013, 20:39
by robin
Hi,
I have the same problem on joomla 3.0.2 and Phoca 4.0
is there any solution?
regards

Roberto

Re: Multi upload : Flash not installed

Posted: 28 Feb 2013, 17:55
by Jan
Hi, did you check your javascript console?

Re: Multi upload : Flash not installed

Posted: 28 Feb 2013, 20:51
by robin
I don't think there is a problem in java, i have two different web site, one with joomla 2.5 and phoca 3.2 and it work fine, the other one as i said no...

I have also other problem with the user pannel console that don't go off, but this is another topic.
Thanks for you answer!!!
Roberto

Re: Multi upload : Flash not installed

Posted: 02 Mar 2013, 00:17
by Jan
Ok

Re: Multi upload : Flash not installed

Posted: 03 Jul 2013, 23:19
by bartdlr
Hey,

I have been trying out phoca gallery and i have to say that i love it, but i think the multiple upload function is a must.

I found this topic wich explains exactly my problem, the topic has aged a bit but i still can't find an answer for my problem in here.
Maybe i have some extra info to work to a solution for our problem.
I originally used joomla 2.5 with phoca gallery 3.2.2, i read there were some fixes so i upgraded my gallery to the recent version 3.2.6

maybe i have to mention that the multiple upload works fine in the administration view but doesn't in the user view.
When i browse to my user control panel, with the multi upload activated, i noticed an error in my console:
"Failed to load resource: mysite/components/com_phocagallery/assets/plupload/jquery.plupload.queue/jquery.ui.plupload.js"
This was pretty obvious because the "jquery.ui.plupload.js" file does not exist in the directory "../jquery.plupload.queue" but it exists in the directory "../jquery.ui.upload". I looked into the code for that file but the php,joomla and phoca dynamics is way over my head.

It seems to me that, if this small reference error is really the source of the problem, that it can't be a problem for the experts to solve this problem.
So i hope with this extra info that some of you guys can come up with a solution.

Thanks in advance

Re: Multi upload : Flash not installed

Posted: 04 Jul 2013, 09:50
by Jan
Hi, there is an error, cause by overwriting the plupload feature in 3.2.6
I will fix it in next version.

Quick Fix:
Just go to:
administrator\components\com_phocagallery\libraries\phocagallery\file\fileuploadmultiple.php

and change FROM:

Code: Select all

$document->addScript(JURI::root(true).'/components/com_phocagallery/assets/plupload/jquery.plupload.queue/jquery.ui.plupload.js');
TO:

Code: Select all

$document->addScript(JURI::root(true).'/components/com_phocagallery/assets/plupload/jquery.ui.plupload/jquery.ui.plupload.js');
But this is not related to old topics problem, as this code is new in 3.2.6 and the problem was caused by changing the names in new plupload version which were added in 3.2.6 so this could not do problems in 3.2.2 :idea:

Jan

Re: Multi upload : Flash not installed

Posted: 05 Jul 2013, 00:32
by bartdlr
Thank you for the quick reply.

Too bad this little bug wasn't the source of the real problem.

Got any more leads on the original problem of this thread?

Re: Multi upload : Flash not installed

Posted: 18 Jul 2013, 03:34
by David789
I know this is the Phoca Gallery forum but I could not find a topic in the Phoca Download forum but I have exactly the same issue. I have the latest version of joomla 2.5 Phoca download and flash player. However the screen keeps reporting that flash player is not installed.

Re: Multi upload : Flash not installed

Posted: 20 Jul 2013, 16:47
by Jan
Hi, this can be caused by javascript conflict (mostly this is the problem as javascript needs to start the flash) - see:
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan