Page 2 of 4

Re: Javauploader Message

Posted: 23 Jul 2009, 17:33
by Jan
Hi,


I am testing it on:

WinXP SP3, Firefox3, 3.5, IE, Opera, Chrome
Suse Linux

Java 1.6.0_13 (my java update say it is the latest version)
and it works there :idea:

I see on your message the "administrator" in link.

In version 2.5.0 the java is not more in administrator area. Try to update to latest version. As some users have disabled the access to administrator area, the java upload script was moved to front.

Jan

EDIT:

I manually upgraded to 1.6.014 and still no problems there :-(

Re: Javauploader Message

Posted: 23 Jul 2009, 19:32
by pdenessen
Hi Jan,

if you want you can take over my PC by teamviewer http://www.teamviewer.com and investigate it yourself on my pc remotely.

PM me for details

Patrick

edit ** I just tested it on my netbook (Samsung NC10) with XP and there it works !
I notice that I got an info screen that the signature is not recognized. This message I do not see on my laptop !

Re: Javauploader Message

Posted: 23 Jul 2009, 22:17
by Jan
:( As I have tested it on all my systems, and it works, no idea, what settings can be different, so it works on netbook but not on laptop :-(

Maybe try to check java settings, maybe there is something :idea:

Jan

Re: Javauploader Message

Posted: 05 Aug 2009, 21:39
by Stefan2106
Hi guys,
I have a similar problem with my phoca gallery multuple add with java.
My Joomla: 1.5.12 hosted with Apache 2.0.59, PHP 4.4.7
My Phoca Gallery: 2.5.4
My Java Platform: 1.5.0 (Build 1.5.0_09-b03)
My System Windows Vista Home Premium SP2
Kaspersky Internet Security

When I would like to start multiple add with java I get following error msg:
Unable to access to the PostURL: http://www.my-domain.com/default/admini ... /index.php?....
After confirming this msg I get a window: Alert 3184
I can upload one image then I get the error msg:
wjhk.jupload2.exception.JUploadException: unexpected EOF (in header)
One image is uploaded correctly the others not.
I have looked in several forum to this problem. But it seems, there is no answer to my messages. It is very bad, that multiple uploads are not possible for me at the moment. Although the Phoca-Gallery is one of my favourite component.

Please can someone help me. Many thanx
Stefan

Re: Javauploader Message

Posted: 06 Aug 2009, 23:36
by 2ltimeking
Hi
I have got the same problem.
java 1.6.0_15
joomla 1.5.14
phoca gallery 2.5.6 alfa (but also does not work with 2.5.5)
php 5.2.6
Apache API version 20051115
where is the error? code, java, joomla??? i have no idea. maybe someone can help?

Re: Javauploader Message

Posted: 06 Aug 2009, 23:37
by 2ltimeking
I think it is the new java update. i tried it on another site which was no problem until now where i have phoca gallery 2.5.1 beta installed. in my eyes the new java version is responsible for this errors because no other things were changed.
but what to do?

Re: Javauploader Message

Posted: 07 Aug 2009, 10:41
by Jan
Hi,
the link with the error message links to administrator area.

In last versions of Phoca Gallery, the javaupload script is saved in frontend, which means no problems in case your administrator site is protected e.g. by password

So these changes were made:
- javaupload script moved to front (no problems with protected administrator area)
- the link to javaupload script was changed to full path (JURI::base(true) to JURI::base()) as this was made problems for all Mac users.

So try to change the following (frontend uploading - category view):
components\com_phocagallery\views\category\tmpl\default_upload.php

Find: JURI::base()
and replace it to JURI::base(true)

save and test the Category View uploading

Jan

Re: Javauploader Message

Posted: 07 Aug 2009, 12:58
by 2ltimeking
i changed this file and uploaded it but the same error occurs.

i tried uploading some images with versions 2.5.6 alfa, 2.5.5 and 2.5.1

waht do you mean with category view uploading? i tried it in backend (images, then add multiple) and frontend.

Re: Javauploader Message

Posted: 10 Aug 2009, 14:52
by Jan
you can upload images on two places in frontend.

in category view and User Control Panel. so you need to test it in that view you have changed.

Jan

Re: Javauploader Message

Posted: 11 Aug 2009, 20:32
by 2ltimeking
I tried it in category view, now, but no improvement. the same error occurs.

on another page I tried it with version 2.2.3 and it works.

Any idea, jan?