Author |
Topic |
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 05:45:47
|
I just spotted something, sorry. I left an English language response "Bidder Deleted" in "auction_bidders.asp", had to move that to the "auction_language.asp" file instead. Corrected the code above. |
Edited by - Carefree on 28 July 2010 05:46:16 |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 28 July 2010 : 11:17:11
|
Looking pretty good. Thanks guys!
Is the bidder list only supposed to show if the auction is over? That's the only time it shows for me. Auctions still running I get "Auction not found." It's my feeling that the seller and the admins should be able to see that list any time. |
Switch the order of your title tags |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 28 July 2010 : 11:30:48
|
Hey if I want to have a select group of my members test this, I can just run the dbs file again to wipe everything out before it goes public right? |
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 11:41:39
|
quote: Is the bidder list only supposed to show if the auction is over? That's the only time it shows for me.
Sorry, put the link in the wrong place in "auction_item.asp", above post has been edited. Where David put it in the SnitzBitz version will work without change.
quote: Auctions still running I get "Auction not found."
That result does not have any bearing on whether an auction is running. It will only appear if (a) an auction with that ID number is not in the database or (b) someone who is not a moderator/admin or is not the seller tries to view it. |
Edited by - Carefree on 28 July 2010 13:19:37 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 11:49:19
|
quote: Originally posted by bobby131313
Hey if I want to have a select group of my members test this, I can just run the dbs file again to wipe everything out before it goes public right?
Yes. Keep in mind, if you created custom categories definitions, etc., those will be lost if you re-run the dbs file. If you haven't, no big deal. If you have (and want to keep them), you'll need to use a modified version like this:
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 28 July 2010 : 11:58:36
|
quote: That result does not have any bearing on whether an auction is running. It will only appear if (a) an auction with that ID number is not in the database or (b) someone who is not a moderator/admin or is not the seller tries to view it.
Hmmm... that doesn't seem to be the case with me. I'm an admin and only seeing bidder lists on ended auctions. Let me make sure I'm not doing something stupid before going nuts though.... |
Switch the order of your title tags |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 28 July 2010 : 12:13:25
|
OK, confirmed. Logged in as a regular user, looking at my own auction, I get "Auction not found" on running auctions.
Same thing logged in as Admin looking at any running auction.
Closed auctions work fine. |
Switch the order of your title tags |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 28 July 2010 : 12:29:48
|
Now after replacing the files today I can't list an item...
Microsoft VBScript runtime error '800a01a8' Object required: 'rsAuctItem' /forum/auction_sellItem.asp, line 193
end if
rsAuctItem.Close
Set rsAuctItem = Nothing
end if
|
Switch the order of your title tags |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 12:55:05
|
That must be a result of an EOF condition in the database.
Try this for "auction_sellItem.asp"
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 13:00:51
|
quote: Originally posted by bobby131313
OK, confirmed. Logged in as a regular user, looking at my own auction, I get "Auction not found" on running auctions.
Same thing logged in as Admin looking at any running auction.
Closed auctions work fine.
Could you post links to your "auction_bidders.asp" and "auction_language.asp" files in .txt format? |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 13:10:20
|
I'll look at the bidders issue. The new version of auction_sellitem is drastically different from the one I use, all I tried to do was fix the EOF problem. I'll let David handle the form display. One other thing I need to see is your "auction_item.asp" in .txt format. |
Edited by - Carefree on 28 July 2010 13:12:35 |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 July 2010 : 14:17:42
|
"Auction_Item.asp" "Auction_Bidders.asp" "Auction_Language.asp"
Tested here and it worked properly (displays while auction in progress). Discovered the issue, there was an "OR" where it should have been an "AND".
Code above has been edited. |
Edited by - Carefree on 29 July 2010 02:08:16 |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 29 July 2010 : 10:38:35
|
Thanks Carefree, I've replaced the files, but I'll have to see why I the form won't show before I can test since I have no listings running now. |
Switch the order of your title tags |
|
|
Topic |
|