Search found 8 matches

by mcannell
Mar 31, 2009 12:06 am
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

Code: Select all

xupload_cgi_url='/cgi-bin';  // URL to cgi-bin folder
xupload_tmp_url='/tmp';     // URL to tmp folder
by mcannell
Mar 31, 2009 12:03 am
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

1) .cgi to 755, .pm to 744
I did this even, nothing changed, same errors in error_log
by mcannell
Mar 30, 2009 11:41 pm
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

[Tue Mar 31 03:34:01 2009] [error] [client 173.88.88.66] File does not exist: /path/to/httpdocs/tmp/826734491292.html, referer: http://www.diverstocollege.com/xupload_tiny.html [Tue Mar 31 03:34:03 2009] [error] [client 173.88.88.66] (2)No such file or directory: exec of '/path/to/cgi-bin/upload.cg...
by mcannell
Mar 30, 2009 10:09 pm
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

I made the iframe visible and I get no error message in it.

I go direct to the upload.cgi and I even pass it some variables, I get a blank page.

Is the cgi even running?

I have verified that perl is installed and mod_perl is installed.

I really need help with this, I have wasted all day on it
by mcannell
Mar 30, 2009 9:56 pm
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

I chmodded the hello world perl script to 0777 and now it runs....

However non of the XUpload files run
by mcannell
Mar 30, 2009 9:44 pm
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

Does it mean something that this perl script doesn't run on my server? #!/usr/bin/perl -w # Tell perl to send a html header. # So your browser gets the output # rather then <stdout>(command line # on the server.) print "Content-type: text/html\n\n"; # print your basic html tags. # and the ...
by mcannell
Mar 30, 2009 8:59 pm
Forum: XUpload
Topic: Out of ideas, it doesn't work
Replies: 8
Views: 5998

Out of ideas, it doesn't work

I've tried everything I've triple checked every setting I've uploaded binary I've made an .htaccess all my paths are absolute and correct I've gone through the sticky post and done everything I have a VPS and there must be something missing on my server. There is a sticky post that recommends a host...