Author |
Topic |
bobby131313
Senior Member
USA
1163 Posts |
Posted - 29 July 2010 : 10:48:45
|
I see the download was updated today, but the new auction_sellitem.asp still throws the Object required: 'rsAuctItem' error posted above. |
Switch the order of your title tags |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 29 July 2010 : 15:34:46
|
Try downloading again Bobby, had to do with stopping users editing their items once a bid had been made, fixed it so should work. |
Cheers, David Greening |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 29 July 2010 : 16:09:27
|
Cool, that took care of that, but now when saving a new listing....
Microsoft SQL Server Native Client 10.0 error '80040e14' Incorrect syntax near ','. /forum/auction_save.asp, line 135 |
Switch the order of your title tags |
Edited by - bobby131313 on 29 July 2010 16:09:48 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 July 2010 : 17:16:41
|
Change line 94 to say
strName = chkString(cstr(Request.form("strName")), "SQLString")
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 July 2010 : 18:43:17
|
At line 135, insert two lines. Run it again and give us the output.
Response.Write strSql Response.End
This will terminate program with data we need. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 29 July 2010 : 18:46:36
|
INSERT INTO FORUM_AUCTIONITEMS (SELLER, ITEMNAME, AUCTIONCATID, ITEMDESC, IMGURL, OPENINGBID, CURRENTBID, STARTDATE, ENDDATE) VALUES('2', 'testing', '1', 'some more testing', 'http://', , 1.00, '20100729184559', '20100801184559')
Looks like an extra space between imgurl and openingbid right? |
Switch the order of your title tags |
Edited by - bobby131313 on 29 July 2010 18:48:13 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 July 2010 : 18:55:03
|
Found it. Line 134 is incorrect. Change it to say:
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 July 2010 : 19:10:21
|
You're welcome. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 July 2010 : 20:59:55
|
I'll look later at that one. Have to check field type in the database, to see if it's int or str value. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 29 July 2010 : 21:05:35
|
Well, I was getting the same error on editing on the same value being blank. Since there can be no edit after the first bid, opening bid and current bid will still be the same in edit mode. Right? |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 July 2010 : 21:24:00
|
Yes. But they are in string format, so logically, it should read like this:
However, since CurMin works below as an integer format, you can try this. One or the other will work. I'm not using the latest version, so can't test it for you.
|
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 30 July 2010 : 04:18:10
|
Whoops, did the changes on my local test system and forgot (well, I thought I did) to copy the new files to the zip location. Updated now... |
Cheers, David Greening |
|
|
Topic |
|