Multiple upload problem - Joomla 3

Phoca Gallery - image gallery extension
thefbi
Phoca Member
Phoca Member
Posts: 12
Joined: 26 May 2010, 08:20

Multiple upload problem - Joomla 3

Post by thefbi »

Hello,
i have a new site on Joomla 3.3.6 and Phoca Gallery 4.1.2. I have a problem when try to upload multiples images in backend, just the first image upload and after the progression bar stop and nothing append.

I have read multiples post on this forum but dont find solution. I have try with 3 little size images, but always the 1st go.

I have got this problem befor with Joomla 2.5.x, in the same server. I dont know how resolve this problem ?

Thanks for help,

Frédéric

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Multiple upload problem - Joomla 3

Post by Jan »

Hi, try to see javascript console and check for javascript errors :idea:

https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan
If you find Phoca extensions useful, please support the project
thefbi
Phoca Member
Phoca Member
Posts: 12
Joined: 26 May 2010, 08:20

Re: Multiple upload problem - Joomla 3

Post by thefbi »

Hello,

here is what i have with the error consol in Firefox, to the download page of the site admin :

L'utilisation de « getAttributeNode() » est obsolète. Utiliser « getAttribute() » à la place. mootools-core.js:108
Une chaîne vide a été transmise à « getElementById() ». jquery.min.js:2
SyntaxError: expected expression, got '<'

Thanks
thefbi
Phoca Member
Phoca Member
Posts: 12
Joined: 26 May 2010, 08:20

Re: Multiple upload problem - Joomla 3

Post by thefbi »

Hello,

anybody have an idea for my problem ?

Regards, Fred
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Multiple upload problem - Joomla 3

Post by Jan »

Hi, can I see the site so I can see the whole error message?

This can be some conflict between the libraries (mootools vs. jquery :idea: )

Jan
If you find Phoca extensions useful, please support the project
fsjoomla
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 11 Mar 2017, 21:15

Re: Multiple upload problem - Joomla 3

Post by fsjoomla »

Hallo Jan
The same problem occurs in my environment Jommla 3.6.5 und Phoca 4.3.4
Konsole message is:

Leerer String an getElementById() übergeben. jquery.min.js:2:24932
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
getAttributeNode() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen getAttribute(). mootools-core.js:108:287


I am sorry but i do NOT know where i should make the changes.
I also tried Filezilla FTP but it doesn't work either. And i do not know where I could change there any image/upload size parameters.
Please advise. Regards Fritz
PS: the environment is on Localhost so i cannot supply a web-address
fsjoomla
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 11 Mar 2017, 21:15

Re: Multiple upload problem - Joomla 3

Post by fsjoomla »

Problem solved by changing the max values for filesize
and max number of files ....in

php.ini
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize=99M

; Maximum number of files that can be uploaded via a single request
max_file_uploads=99


Sorry for any inconvenience.
'reading helps' - often fritz
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Multiple upload problem - Joomla 3

Post by Jan »

Ok, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply