XUpload - Pro Version 2.2 not working but no Error ?!

Message
Author
SOB
Posts: 5
Joined: Sep 21, 2006 9:36 am

Pro Version 2.2 not working but no Error ?!

#1 Postby SOB » Sep 21, 2006 9:40 am

i've purchades the Pro Verion 2.2 yesterday and followed the INSTALL Readme, but the ccript just won't work.

Unfortunately i'm not getting any error messages. I'm hitteng the Uplaod Files Button and nothing happens. When i'm checking the Show upload status in pop-up Box no pop-up is opening.

I've trired everything now for over 6 hours, what could be the Problem???

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Sep 21, 2006 10:09 am

That is correct. Error populating in hidden iframe. To view what's inside it just find this string in upload_form.html:

Code: Select all

<iframe src="about:blank" name="upload" frameborder=0 style="width: 0px; height: 0px;z-index: 182;"></iframe>
set frameborder=1 and make width/height not 0.

Aslo you can give me your URL to upload_form.html and I will be able to diagnose the problem.

Possible problems: CHMOD for cgi/folders, windows linebreaks on linux server, wrong paths in XUploadConfig.

SOB
Posts: 5
Joined: Sep 21, 2006 9:36 am

#3 Postby SOB » Sep 21, 2006 10:12 am

thank you for your fast answer, i'll will test what the Error population says and will post it here.

SOB
Posts: 5
Joined: Sep 21, 2006 9:36 am

#4 Postby SOB » Sep 21, 2006 10:14 am

ok here is the link to my upload_form.html http://download3.vitivi.tv/upload_form.html

and here the error:

Code: Select all

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Sep 21, 2006 10:43 am

There could be 2 possible problems:
* CHMOD for upload.cgi is not 755
* There are windows linebreaks in upload.cgi
* Perl path is not '/usr/bin/perl'

Even http://download3.vitivi.tv/cgi-bin/post.cgi doesn't work.

Anyway, you can give us FTP/SSH access to that folder and we will configure/fix the script on your server for free.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#6 Postby PilgrimX182 » Sep 21, 2006 11:21 am

Done.

The problems were:

1) Windows linebreaks in upload.cgi
2) Wrong path to Perl interpreter (why you've changed original one :)
3) Wrong paths to temp/uploads folders

Thanks for choosing XUpload!

SOB
Posts: 5
Joined: Sep 21, 2006 9:36 am

#7 Postby SOB » Sep 21, 2006 11:26 am

THANK you so much!!

i've now idea why i did what i did :)
after 6 hours of trying, you are doing some strange thinks :D

again, thank you very much, your support ist realy great.