XUpload - Internal Server Error

Message
Author
Morty222
Posts: 2
Joined: Jan 11, 2007 10:07 pm

Internal Server Error

#1 Postby Morty222 » Jan 11, 2007 10:10 pm

I get the following error when I click upload. It uploads the files and redirects, but I never get a status bar. I am on the free version now, but I plan on buying if I get it working.

Upload From URL:

http://www.mortondev.com/ncb/upload_form.html

I have made all the edits I have read in the fourm, I think, still cant get it to work.

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.

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

#2 Postby PilgrimX182 » Jan 12, 2007 7:55 am

Both .cgi scripts give 500 error. That means that they nedd CHMOD 755 or they have windows linebreaks inside.

Read this thread:
http://www.sibsoft.net/forum/viewtopic.php?t=84

Morty222
Posts: 2
Joined: Jan 11, 2007 10:07 pm

Internal Server Error

#3 Postby Morty222 » Jan 12, 2007 2:16 pm

I double checked and they do have 755 permission levels.

What do you mean by "they have windows linebreaks inside"? Can you elaborate on the difference and where I can find these linebreaks in the files (What files?)

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

#4 Postby PilgrimX182 » Jan 15, 2007 7:36 am

In Windows every line ends with '\n\r' special symbols, in Unix only '\n'

I don't know native windows application that allow to save files in UNIX line format. I use FAR manager for this(edit file, then Shift-F2), some text editors allow this too.

Use binary mode for FTP upload, I think this would help.

blandmonkey
Posts: 1
Joined: Jan 17, 2007 6:20 am

#5 Postby blandmonkey » Jan 17, 2007 6:21 am

i too am having this problem...i have tried everything but just cant get it to work... http://www.blandmonkey.com/upload_form.html

JeremyJ
Posts: 1
Joined: Aug 13, 2007 7:08 pm

#6 Postby JeremyJ » Aug 13, 2007 7:11 pm

There is a little app out there which will help: NOTEPAD++

http://notepad-plus.sourceforge.net/uk/site.htm

I use it for my bash scripts after notepad wasted hours of my life causing problems with line breaks ;)