Problem with Multiple-Flashupload

Phoca Gallery - image gallery extension
markus_s
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Jun 2009, 21:52

Problem with Multiple-Flashupload

Post by markus_s »

Hey there
Today I have installed PhocaGallery 2.2.4 on my development server, an did a short test. But I have some problems with the multiuploader.

1.
The Java Uploadtool isn`t working on my Apple MacBook. I read an article in this forum, that this is not working at the moment. Does somebody know when it will be working, or if there is a chance, that it will be working.

2.
After this I tried a Multiupload with the Flashuploader and got a few problems.
The first one is that the BrowseButton is not working every time I click on it.
The second one is that every time I push the uploadbutton, I was redirected to the Joomla-Loginpage. Does somebody know how I can fix this problem?
I read this article: viewtopic.php?f=1&t=4715
But at the moment the Suhoshin-Plugin on my server is switched off.
In my apache error.log I can find the following entry:

Code: Select all

[Fri Jun 12 21:53:43 2009] [error] [client 192.168.2.99] File does not exist: /srv/carsten.lan/htdocs/administrator/wjhk
If I try a multiupload on a MS Vista machine it is working.

My System:
Joomla 1.5.11
PhocaGallery 2.2.4
Debian Lenny with php 5.2.6 whitout Suhoshin

Best regards
Markus
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with Multiple-Flashupload

Post by Jan »

Hi,

1. yes this is known issue, I have upgraded the java uploader to latest version, but I think, there aren't any changes regarding mac :-(

2. :-( , maybe try to check your paths, maybe there is some problem :-(

Jan
If you find Phoca extensions useful, please support the project
markus_s
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Jun 2009, 21:52

Re: Problem with Multiple-Flashupload

Post by markus_s »

Hey Jan
Today I have fixed the problem with the javauploader in MacOS 10.4.11. On my Mac it is working at the moment.

The problem with the juploader does not depend on the apple javadriver. The problem is the url for the applet in the object-tag. Safari and Firefox for Mac need an absolute url. So if you go to the file form_javaupload.php in the phocagallerym view and change this line

Code: Select all

$archive = JURI::base(true).'/components/com_phocagallery/assets/java/jupload/wjhk.jupload.jar';
to

Code: Select all

$archive = JURI::base().'/components/com_phocagallery/assets/java/jupload/wjhk.jupload.jar';
the juploader is working on a Mac.

ATTENTION:
I didn`t test it on a Windows PC. I tested it only on a Mac!!!

Greetings
Markus
markus_s
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Jun 2009, 21:52

Re: Problem with Multiple-Flashupload

Post by markus_s »

I forgot something:
It only works with the newest version of jupload. I think it is 4.3.3, but i am not shure.
I tried it with an older version, but it didn´t work.

Also I have tested it with IE 7 and it is working also very well.

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

Re: Problem with Multiple-Flashupload

Post by Jan »

Hi, thank you for this information, I will take a look at it and will fix it (if there will be no problems for other systems)

Thank you very much.

Jan
If you find Phoca extensions useful, please support the project
markus_s
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Jun 2009, 21:52

Re: Problem with Multiple-Flashupload

Post by markus_s »

Hallo Jan
If have tested it on MacOS 10.4 and 10.5. Also on Windows Vista with ie7. On this systems it is working fine.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with Multiple-Flashupload

Post by Jan »

Ok, I will add it to beta (2.5.0)

Jan
If you find Phoca extensions useful, please support the project
markus_s
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 12 Jun 2009, 21:52

Re: Problem with Multiple-Flashupload

Post by markus_s »

Today I got some 404 errors in my apache2 error.log. The errors look like this:

Code: Select all

/administrator/wjhk/jupload2/lang/lang_de_DE.properties HTTP/1.1" 404 252 "-"
I think the error is caused by the jupload plugin I use at the moment. I don´t know if this problem exists also with the ragular jupload in Phocagallery 2.4.
At this moment I can´t find a proper solution
The only solution to fix it very fast is to create an empty file called lang_de_DE.properties in the folder /administrator/wjhk/jupload2/lang/.
Markus
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with Multiple-Flashupload

Post by Jan »

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