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
Multiple upload problem - Joomla 3
-
- Phoca Member
- Posts: 12
- Joined: 26 May 2010, 08:20
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multiple upload problem - Joomla 3
Hi, try to see javascript console and check for javascript errors
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
-
- Phoca Member
- Posts: 12
- Joined: 26 May 2010, 08:20
Re: Multiple upload problem - Joomla 3
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
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
-
- Phoca Member
- Posts: 12
- Joined: 26 May 2010, 08:20
Re: Multiple upload problem - Joomla 3
Hello,
anybody have an idea for my problem ?
Regards, Fred
anybody have an idea for my problem ?
Regards, Fred
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multiple upload problem - Joomla 3
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 )
Jan
This can be some conflict between the libraries (mootools vs. jquery )
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 11 Mar 2017, 21:15
Re: Multiple upload problem - Joomla 3
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
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
-
- Phoca Newbie
- Posts: 7
- Joined: 11 Mar 2017, 21:15
Re: Multiple upload problem - Joomla 3
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
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
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multiple upload problem - Joomla 3
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project