Print Page | Close Window

viewCategories.asp - error fixed

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Using ProductCart
Forum Description: Running your store with ProductCart
URL: https://forum.productcart.com/forum_posts.asp?TID=2258
Printed Date: 29-September-2024 at 11:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: viewCategories.asp - error fixed
Posted By: cmason
Subject: viewCategories.asp - error fixed
Date Posted: 17-December-2008 at 10:15am
V3.5. I was having a dickens of time for the past 2 days trying to get the display of more than 1 column of subCategories to display.

I turned off error handling in the CP but the errors that page was showing were of the useless "last query run ..." type. Plus it was showing the error as being in viewCategories.asp when a global search for the query placed it in the include file "pcShowCategoryX". I removed the error handling from those two include files to try and view the real error, with page and line number, and low and behold that fixed the original problem too.

There's rich irony in error handling being the cause of errors.




Replies:
Posted By: Greg Dinger
Date Posted: 17-December-2008 at 10:35am
Next time you get that deep, save  yourself some trouble.  Besides turning off error handling in the CP, at the top of /productcart/includes/opendb.asp is this statement:
 
on error next
 
Change that to this:
 
'on error next
 
Now you will see the actual error and (hopefully, but not always) the line number.  It will make life much easier for you to debug.


-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |


Posted By: cmason
Date Posted: 17-December-2008 at 11:08am
When I'm in development mode, like now, I always comment out "on error next". I forgot to include that I did that, but it's a part of my workflow.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net