Page 1 of 1

multiple Upload doesnt work

Posted: 17 Jun 2014, 11:14
by jumbo125
Hy Experts,

Suddenly my multiple Upload in phoca Gallery doesnt work. I hadn't change anything.
I took a check up of the latest version and installed 3.2.7 and it doesn't work.

in the Java console is a Error MASSAGE abot two errors:

Code: Select all

Uncaught TypeError: undefined is not a function slimbox.js:6
(anonymous function) 
(anonymous function) 
(anonymous function) 
Array.implement.each
invoke.fireEvent
g 


Uncaught TypeError: undefined is not a function 
(anonymous function) 
c 
p.fireWith 
x.extend.ready 
q
first Error:
var Slimbox=(function().....
second Error:
pgJQ("#flash_uploader").pluploadQueue({.....
has anybody an idea?
thank you very much

Re: multiple Upload doesnt work

Posted: 17 Jun 2014, 23:38
by Jan
Hi, where it does not work, in admin or frontend?

Not sure what exactly slimbox means, where it is loaded? Normally, there is no slimbox library loaded while using upload feature :idea:

Jan

Re: multiple Upload doesnt work

Posted: 18 Jun 2014, 01:48
by jumbo125
thank you for answer.
I use phoca gallery 3.2.7 since yesterday. I updated from 3.2.6 cause the upload-problem.

I think that i have too much differnet versions of jquery. I installed a plugin to load missing jquery data, if the fail. Suddenly the first error is missing. But the upload-problem exists. Now i want to install a new plguin. It's called "Easy JQuery" and it set all jQuery on disable. Than you can set your Jquery localication. So joomla use only one Version of jquery.
But i must find a link to get this plugin.

Re: multiple Upload doesnt work

Posted: 18 Jun 2014, 10:56
by jumbo125
New Situation

I had installed the Plugin and Set jquery on disable. The Massage is already there. Theb i tried to set r the options to clear all jquery load Code and use a global jquery src. The same Problem

Re: multiple Upload doesnt work

Posted: 22 Jun 2014, 22:32
by Jan
Hi, then try to disable the jquery loading in code directly :idea:

libraries/phocagallery/file/fileuploadmultiple.php - in version 3, there is a specific jquery for upload (Joomla! system jquery is used since Phoca Gallery 4)

Jan

Re: multiple Upload doesnt work

Posted: 07 Jul 2014, 12:53
by paul1
Hi Jan,

I tried to get the multi upload working in the frontend, but get the same error as others

Flash is not installed.

Backend works fine, flash is found and all is OK.

(all other options like html5/html4 are also not working)

Versions:
Chrome Version 35.0.1916.153 (newest)
PG 4.1.1
Joomla 3.3.1


Image

Re: multiple Upload doesnt work

Posted: 08 Jul 2014, 00:18
by Jan
Hi, this is mostly caused by some javascript error (like you are displaying in the screenshot) - check all the modules and template which is loaded in the same time as the multiple upload - seems like some javascript error rendered before plupload javascript can be somehow in conflict :idea:

- try to test it with other template
- try to disable all modules - for test only.

Jan