cpaul
-
12/31/2005 12:11:19 AM
DB / Conf files out of sync
My installation has gotten out of sync after restoring a database from backup. I then tried to add a class, and have errors when I add new content of that type. The exception I get is below, but I can't find any reference to it in the db or the /Metadata conf files, but I imagine I'm not looking in the right place. Any ideas where to fix this?
Column 'UpsellingFrom' does not belong to table Table1. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Column 'UpsellingFrom' does not belong to table Table1.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Column 'UpsellingFrom' does not belong to table Table1.] System.Data.DataRow.get_Item(String columnName) +121 Kentico.CMS.Form.BasicForm.GetDataRowValue(XmlNode formNode) Kentico.CMS.Form.BasicForm.LoadData(DataRow dr) Kentico.CMS.Form.BasicForm.CreateChildControls() System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1499
|