Multi upload : Flash not installed
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multi upload : Flash not installed
Hi, what is the newest gallery version: 2.8.1, 3.2.3 or 4.0.0 ?
If you find Phoca extensions useful, please support the project
-
robin
- Phoca Newbie

- Posts: 2
- Joined: 26 Feb 2013, 09:36
Re: Multi upload : Flash not installed
Hi,
I have the same problem on joomla 3.0.2 and Phoca 4.0
is there any solution?
regards
Roberto
I have the same problem on joomla 3.0.2 and Phoca 4.0
is there any solution?
regards
Roberto
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multi upload : Flash not installed
Hi, did you check your javascript console?
If you find Phoca extensions useful, please support the project
-
robin
- Phoca Newbie

- Posts: 2
- Joined: 26 Feb 2013, 09:36
Re: Multi upload : Flash not installed
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
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
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multi upload : Flash not installed
Ok
If you find Phoca extensions useful, please support the project
-
bartdlr
- Phoca Newbie

- Posts: 2
- Joined: 03 Jul 2013, 22:57
Re: Multi upload : Flash not installed
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
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
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multi upload : Flash not installed
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:
TO:
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 
Jan
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');Code: Select all
$document->addScript(JURI::root(true).'/components/com_phocagallery/assets/plupload/jquery.ui.plupload/jquery.ui.plupload.js');Jan
If you find Phoca extensions useful, please support the project
-
bartdlr
- Phoca Newbie

- Posts: 2
- Joined: 03 Jul 2013, 22:57
Re: Multi upload : Flash not installed
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?
Too bad this little bug wasn't the source of the real problem.
Got any more leads on the original problem of this thread?
-
David789
- Phoca Member

- Posts: 19
- Joined: 18 Jul 2013, 03:21
Re: Multi upload : Flash not installed
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.
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multi upload : Flash not installed
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
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan
If you find Phoca extensions useful, please support the project