Error: Umbraco Exception (DataLayer): SQL helper exception in ExecuteNonQuery when trying to delete
I have inherrited an existing Umbraco installation and I am trying to strip out the existing uWebShop install as it's been replaced with something else.
I keep getting the following error when trying to delete some of the data types and document types (SSWS - Orders and it's children in particular).
What I need to know is...
a) How can I get Umbraco to give me more info - A stack trace would be handy! Custom Errors are off, am I missing a trick here to get a propper YSOD rather than the popup error in the Umbraco backend?
b) Is there an easier way to do this?, this seems quite insane. The uninstall doesn't work because some of the doc types are parents and I can't delete some of the doctypes because of an 'I could be absolutely anything' error.
To make matters more complex, I'm doing this as a run through on my dev machine. I then need to apply the same process manually to staging and then live.
Error: Umbraco Exception (DataLayer): SQL helper exception in ExecuteNonQuery when trying to delete
I have inherrited an existing Umbraco installation and I am trying to strip out the existing uWebShop install as it's been replaced with something else.
I keep getting the following error when trying to delete some of the data types and document types (SSWS - Orders and it's children in particular).
What I need to know is...
a) How can I get Umbraco to give me more info - A stack trace would be handy! Custom Errors are off, am I missing a trick here to get a propper YSOD rather than the popup error in the Umbraco backend?
b) Is there an easier way to do this?, this seems quite insane. The uninstall doesn't work because some of the doc types are parents and I can't delete some of the doctypes because of an 'I could be absolutely anything' error.
To make matters more complex, I'm doing this as a run through on my dev machine. I then need to apply the same process manually to staging and then live.
The site is running on Umbraco 4.7.1, .net 4.0
is working on a reply...