This topic is locked

Cannot use Request.Form

9/20/2005 16:18:04
ASPRunnerPro General questions
R
rockdrill author

Hi!
Sent this question to support@xlinesoft.com 5 days ago but haven't got any answer so I'll try it here instead.
I have created a simple database in Access for testing with ASPRunner Pro,

and it works fine when I use it locally on my computer.

But when I try to run it on my web-hotel I get the following error-message:
****

Technical Information (for support personnel)
Error Type:

Sun ONE ASP VBScript runtime (0x800A0009)

Subscript out of range

include/sida_start_aspfunctions.asp, line 1510
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Page:

POST 1015 bytes to /admin/sida_start_add.asp
POST Data:
Request object error 'ASP 0207 : 80004005'
Cannot use Request.Form
/admin2/sida_start_list.asp, line 183
Cannot use Request.Form collection after calling BinaryRead.
****
Any ideas what can cause this problem?
Regards,

Michael

Sergey Kornilov admin 9/20/2005

Michael,
what email address your message came from?

At this moment we do not have any unanswered support emails.
PS. it's impossible to tell you what;s wrong without seeing your files.

R
rockdrill author 9/21/2005

Hello Sergey!
Thanks for your answer. The email was sent from michael@pixelplus.se.
If you want me to send you any files please let me know.
If it can be of any help I also wrote my web-hotel and asked if they had any idea what causes this problem, and here's what they answered (translated from swedish):
"If you have an upload-field in the form you can not send other field-data at the same time, this is unfortunately a limitation with Sunone ASP"
Was that any help?
Regards,

Michael

Sweden

Sergey Kornilov admin 9/22/2005

Michael,
I don't see any emails that came from michael@pixelplus.se. Make sure you sending it to support@xlinesoft.com.
According to this error message you running ASP pages on Unix web server, using SunOne ASP engine. This engine has a bunch of limitations and no good for hosting ASP applications.
You need either to pick any Windows-based web host or use PHPRunner that generates PHP code working perfect on Unix boxes.