multiple Upload doesnt work

Phoca Gallery - image gallery extension
jumbo125
Phoca Member
Phoca Member
Posts: 10
Joined: 29 May 2013, 20:31

multiple Upload doesnt work

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: multiple Upload doesnt work

Post 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
If you find Phoca extensions useful, please support the project
jumbo125
Phoca Member
Phoca Member
Posts: 10
Joined: 29 May 2013, 20:31

Re: multiple Upload doesnt work

Post 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.
jumbo125
Phoca Member
Phoca Member
Posts: 10
Joined: 29 May 2013, 20:31

Re: multiple Upload doesnt work

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: multiple Upload doesnt work

Post 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
If you find Phoca extensions useful, please support the project
paul1
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 07 Jul 2014, 12:23

Re: multiple Upload doesnt work

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: multiple Upload doesnt work

Post 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
If you find Phoca extensions useful, please support the project
Post Reply