Hey All,

Well I got my grubby little hands on the brand spanking new version of UBB6! Ohh how exciting. I hastily unzipped the files, uploaded them to my unix server, set all the permissions according to the documentation and ran cp.cgi in my browser.

Woo hoo, the first part went okay, it asked me where all my directories were located...Well actually it figured it out for me but still <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> . Anyway, I clicked on continue and I get this message:

CGI or Server Error
The server encountered a problem while trying to execute the requested CGI program.
This may be due to a programming error, a permissions problem, or a misconfiguration.

Notes:

"Premature end of script headers:"
This will usually follow any error messages sent out by a program. By default, all error messages (messages which are sent to stderr) go to the error log file.

This indicates that the program failed to return a valid "Content-type" string to the server. This is usually because the program is a script which failed to compile or because of the fact that stdout is buffered by deafult. If this is a Perl script, try adding "$&#0124; = 1;" to the top of the program.

"Illegal character 15 (carriage return)"
This indicates that the CGI program is a Perl script which was incorrectly uploaded to the server with "BINARY" transfer mode, after being developed and/or edited on a non-UNIX machine (any platform which uses more than just one character to indicate an end-of-line state). To fix this problem, resend the script to the server after setting your FTP client to use "ASCII" transfer mode. In this mode, the server will translate the file such that it contains just the one character, making it valid on UNIX machines.

Now, I know you're probably thinking "he uploaded the files in Binary", but I didn't. I made sure that I uploaded the files in ASCII and the noncgi folder in Binary. I even tried uploading the cgi dir in ASCII a second time to make sure. Still get the same message. I think it's complaining about not being able to find a valid "Content-type" string to the server. I'm not sure.

What do you all think? Maybe I shouldn't be trying to do this at 12:19AM, but damn this is too exciting to goto sleep! <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> . Hope someone can help.

AgentX