Wheels.TableNotFound
The 'contacts' table could not be found in the database.
Suggested action
Add a table named 'contacts' to your database or if you already have a table you want to use for this model you can tell Wheels to use it with the 'table' method.
Error location
Line 9 in controllers\Contact.cfc
7:
8: <cffunction name="contact">
9: <cfset newContactKnowMore = model("ContactKnowMore").new()>
10: <!---<cfset newContactELetter = model("ContactELetter").new()>--->
11: </cffunction>