QUOTE(mbcocca @ 22 Feb, 2008 - 02:52 PM)

My question is, what does this error usually mean and is there anything I can do to make it go away?
...
Unless full debugging is enabled, you will only get a "teaser" about the error that occurred. It is usually disabled by default on production systems for security. So all you can tell from that message is that some type of db error occurred in the page you were viewing. Some options are to
a) add error handlers and mail yourself the message as suggested
b) enable debugging for your IP only. but that requires access to the CF Admin
c) Look in the logs. They usually contain more detail. By default the logs are in the_cf_root\logs directory.
If you do not have administrative access, then your best and possibly only option is A
This post has been edited by sansclue: 23 Feb, 2008 - 11:59 AM