Either BOF or EOF is true...Error 3021 |
Post Reply |
Author | |||||||||||||
ron
Newbie Joined: 26-May-2016 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 26-May-2016 at 10:40am |
||||||||||||
So, when I add a new product - I can edit it - assign it to a category, what-have-you. However, when I try to preview the item from the edit page - I get the following error. When I try to view the category that contains the new item, it gives the same error. Oddly, I have looked in the database itself and see the item with all the information. Anyone seen this one before? I need to add several products but currently can't.
|
|||||||||||||
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
||||||||||||
I guess the first question is what version store code are you running, and do you have an active support plan. If you have a support plan, you probably want to submit a support request to the authors.
I'm suspecting that you have the "on error resume next" commented out in /tanningbeds/includes/opendb.asp. That may have been done to debug something else, and was overlooked. By removing the single quote from the beginning of that line you may be able to get rid of that error. If you would like my assistance please call. I might be interested in talking about a spa cover.
|
|||||||||||||
ron
Newbie Joined: 26-May-2016 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
||||||||||||
I am on version PC v3.1 I checked earlier to see if the on error resume next was commented, but it isn't. My opendb.asp follows, but you can see it's not commented. It's odd - this only happens on new products that I am creating. <% on error resume next 'function to open your database connection function openDB() on error resume next set connTemp=server.createobject("adodb.connection") 'Open your connection connTemp.Open scDSN if err.number <> 0 then response.redirect "dbError.asp" response.End() end if end function 'function to close your database connection function closeDB() on error resume next connTemp.close set connTemp=nothing end function %>
|
|||||||||||||
Matt
Moderator Group Joined: 20-July-2006 Location: United States Status: Offline Points: 73 |
Post Options
Thanks(0)
|
||||||||||||
Hi Ron,
Your database, or it's log, may be out of available space. I think the most important thing to consider is that your software has likely not been updated in 7-10 years. My recommendation is to contact us directly to bring the store up to date. We have a hosted version of the software with free support and automatic updates. So much has changed in the past decade that not updating software is a security risk. |
|||||||||||||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |