Error running Reader: SQL Statement: SELECT id, domainName FROM umbracoDomains ORDER BY id
Exception: System.Data.SqlServerCe.SqlCeException (0x80004005): The specified table does not exist. [ umbracoDomains ] at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr) at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan() at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options) at System.Data.SqlServerCe.SqlCeCommand.ExecuteReader(CommandBehavior behavior) at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
Not sure I can help but could you tell us what exact version of Umbraco you're using? And is the connection string in your web.config correct? To me it seems like you're connecting to CE SQL? But does that make sense if you're hosting the site in the cloud? (I'm not that familiar with Azure hosting).
Did it use to work? If so what changes what made that made this happen?
Well, after it threw the first error after the uninstall, I tried to fix it by rolling back to the previous day via azure and I think that eradicated all the entires but it didn't restore the site...
Umbraco fell over uninstalling a plugin
Please can some one help with this?
The error is on http://www.whatfuneralplan.co.uk
I have no idea what to do... :(
Server Error in '/' Application.
Error running Reader:
SQL Statement:
SELECT id, domainName FROM umbracoDomains ORDER BY id
Exception:
System.Data.SqlServerCe.SqlCeException (0x80004005): The specified table does not exist. [ umbracoDomains ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteReader(CommandBehavior behavior)
at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
It's on azure hosting but rolling back doesn't fix it.
Thanks in advance
Hi Andy
Not sure I can help but could you tell us what exact version of Umbraco you're using? And is the connection string in your web.config correct? To me it seems like you're connecting to CE SQL? But does that make sense if you're hosting the site in the cloud? (I'm not that familiar with Azure hosting).
Did it use to work? If so what changes what made that made this happen?
/Jan
Hi Jan,
The site used to work perfectly, right up until the point when I uninstalled the SEOchecker plugin (wish I hadn't now)
:(
Any ideas?
Hi Andy
I'm sorry to hear that :-/
But have you tried what Richard suggested here? https://our.umbraco.org/projects/website-utilities/seo-checker/using-seochecker/64013-Uninstall-crashed-my-site Does that not help any?
Have you tried recycling the app pool afterwards if you have already done these steps?
/Jan
Hi Jan,
Well, after it threw the first error after the uninstall, I tried to fix it by rolling back to the previous day via azure and I think that eradicated all the entires but it didn't restore the site...
Any ideas?
Hi Andy
How about the files in the /bin folder? Any SeoChecker related files left in there? And how about the /config/ folder?
/Jan
Hi,
There's nothing in the /bin folder or the /config folder...
Given up on it. starting from scratch
Thanks for your help :)
is working on a reply...