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???
XUpload - Pro Version 2.2 not working but no Error ?!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
That is correct. Error populating in hidden iframe. To view what's inside it just find this string in upload_form.html:
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.
Code: Select all
<iframe src="about:blank" name="upload" frameborder=0 style="width: 0px; height: 0px;z-index: 182;"></iframe>
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.
ok here is the link to my upload_form.html http://download3.vitivi.tv/upload_form.html
and here the error:
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.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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.
* 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.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm