Author |
Topic  |
|
Sean Sounds
Starting Member
20 Posts |
Posted - 03 June 2010 : 16:38:40
|
With a clean install of the 1.2 version of the Auction Mod using the latest forum version (3.4.07) on a MSSQL dbase, I get an error on the "My Auction" page.
The "Items I'm Selling" section of the page shows up fine but the "Items I Am Bidding On" section produces this error:
error '80020009'
Exception occurred.
auction_my_bid.asp, line 158
So I did some tweaking and managed to get the "Items I Am Bidding On" section to show data without error, however, what I now see is the last auction Item that I created being displayed for each item I've bid on instead. Although, when you click on each of the records, they actually show the correct auction items I've bid on. So it seems that I've pulled the right records but it's not displaying the correct "image", "title", "description", "bid" and "end" info associated with each record being pulled. All records instead display the same info (the last auction item I've "created" above in the "Items I'm Selling" section) but clicking on them will open the correct data. So can someone help me to display the correct info?
Here is my auction_my_bid.txt
Also, If I create an auction and view it on the "My Auction" page, I get this error whenever I click the trash can to delete the auction item:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near '*'.
auction_edititem.asp, line 133
Here is my auction_edititem.txt
I really want to incorporate this mod into my site. Thanks in advance for any help you can provide.
|
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 04 June 2010 : 01:36:24
|
quote: auction_my_bid.asp, line 158
So I did some tweaking and managed to get the "Items I Am Bidding On" section to show data without error, however, what I now see is the last auction Item that I created being displayed for each item I've bid on instead. Although, when you click on each of the records, they actually show the correct auction items I've bid on. So it seems that I've pulled the right records but it's not displaying the correct "image", "title", "description", "bid" and "end" info associated with each record being pulled. All records instead display the same info (the last auction item I've "created" above in the "Items I'm Selling" section) but clicking on them will open the correct data. So can someone help me to display the correct info?
Move line 150 up to line 146.
quote: Also, If I create an auction and view it on the "My Auction" page, I get this error whenever I click the trash can to delete the auction item:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near '*'.
auction_edititem.asp, line 133
Here is my auction_edititem.txt
Remove the "* ", it's not used in MSSql. |
 |
|
Sean Sounds
Starting Member
20 Posts |
Posted - 04 June 2010 : 03:55:03
|
Hello Carefree. Removing the "*" solved the issue with deleting the auction items. Big Thanks 
However, there was no change when I moved line 50(for me it was rsItem.MoveFirst) to line 146.
I should also add that when I remove all items I'm selling from the "Items I'm Selling" section, I then get this error message in the "Items I Am Bidding On" section:
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
auction_my_bid.asp, line 146
Line 146 being the line I moved. The same error comes up for whatever line I put that piece of code on. So if I move it back to 150, the error indicates the problem is at 150.
Anything else I can try? Thanks again for your help. 
|
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 04 June 2010 : 11:15:13
|
Try this:
|
Edited by - Carefree on 18 June 2010 09:23:56 |
 |
|
Sean Sounds
Starting Member
20 Posts |
Posted - 04 June 2010 : 14:24:20
|
I replaced my file with your code (created a new asp file) but nothing changed. It still displays my "created" auction for every auction I bid on. Even ran a check installation just to be sure. I also get the same error when I have no auctions I've created.
Error:
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/auction_my_bid.asp, line 142
I can email you a temp username and pass if you like. Thanks
|
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 04 June 2010 : 18:06:17
|
Duhh - didn't see it. Line 142, change rsItem to rsBuyer |
 |
|
Sean Sounds
Starting Member
20 Posts |
Posted - 05 June 2010 : 01:14:59
|
Made the change but that didn't work. It got rid of the error but something else is now happening.
I've done a fresh install and updated the text file in the first post with the changes you've suggested. I'm sending you a link so you can see it for yourself if you like. |
Edited by - Sean Sounds on 05 June 2010 01:15:37 |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 05 June 2010 : 11:54:53
|
See your mail. |
 |
|
Sean Sounds
Starting Member
20 Posts |
Posted - 05 June 2010 : 16:03:01
|
quote: Originally posted by Carefree
See your mail.
Back atcha. |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 06 June 2010 : 01:22:29
|
Just don't forget to post the ultimate problem/solution for the edification of the rest of us.  |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 06 June 2010 : 14:38:40
|
I fixed all of his issues. Since I changed several pages and don't have the latest version with categories, etc.; I sent the file to the original author. It's here if anyone wants to use it without the categories. |
Edited by - Carefree on 18 June 2010 09:39:12 |
 |
|
Sean Sounds
Starting Member
20 Posts |
Posted - 06 June 2010 : 15:39:50
|
Super Carefree. Worked like a charm for me. I'm so happy now. Big Thanks for all your help.  |
 |
|
|
Topic  |
|