Closed
Bug 142759
Opened 24 years ago
Closed 22 years ago
ASP informations posting error
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pype_1999.geo, Assigned: alexsavulov)
References
()
Details
Attachments
(1 file)
|
96.22 KB,
application/zip
|
Details |
attemps to write to the SQL database on this website fail with RC1 while it
worked with 0.9.3 and 0.9.9 (my current build ID is 2002041711).
result page shows:
Microsoft Active Server Pages error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 2: Incorrect syntax near
')'. INSERT comments (idsong,comment,idnick) VALUES(53374,'posting problems :( ',)
--^ obviously missing user indentification here :(
/nec_valide.asp, line 276
---end of result page---
unfortunately, you'll need an account on that website to reproduce the bug ...
Comment 2•24 years ago
|
||
martin, could you save the web page you submit from as "web page, complete", zip
up the files, and attach them to this bug?
| Reporter | ||
Comment 3•24 years ago
|
||
problem occurs with the "post comment" feature, with 'add favourite' button,
and the 'request' button
Attachment #82800 -
Attachment mime type: text/html → application/zip
Works for me.
I put a testcasethingie on http://alge.nlc.no/~alge/nectarine/info.html .. try
to add a comment. Should yield post variables:
_POST["u"] nec:comment
_POST["idsong"] 53381
_POST["idnick"] 1727
_POST["comment"] ...f
_POST["Submit"] Add your comment
..and try newer build.
Comment 5•23 years ago
|
||
reporter:
Can you try a newer build an tell if this bug exists?
On the other side ... it seems that the ASP doesn't handle strings correctly ...
there may be a security hole in it.
Comment 6•22 years ago
|
||
No response since over 1 month.
closing as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•