Data Types all gone?? Any risk strategies preferred?
Ok today I had a pretty stressful day because out of the blue my data types were missing. I later found out that a browser glitch or something or someone deleted them ...
Any packages out there that send any deletions from the Developer area into Recycle Bin to undo any problems like this? Almost cried after all that happened.
The data types are probably still there, just not showing. This can happen when you create a new datatype and something fails in the process. Usually the node record is created but the datatype record is not. When umbraco runs into this type of problem it just doesn't display the tree nodes.
You need to search for a node in the umbracoNode table for a datatype node which doesn't have a cooresponding record in the cmsDataType table.
umbracoNode.ID=cmsDataType.NodeId
Could be a permissions issue, package issue or database issue. So even if you correct this and make the data types reappear...make sure you track down the real problem or it will happen again.
I had this issue with uComponents v 2.1 on 4.5.2 which kept causing issues when creating a new datatype. I ended up installing a previous version of the package.
@Chris: Curious about the issues you had with uComponents v2.1. v2.2 is in beta release now - and we'd like to fix any other issues before we release it as "stable".
Unfortunatly I didn't have alot of time to debug the issue on the client's box and didn't have access to the file system to check permissions. I only had an issue on the client's umbraco install v4.5.2 but not on my local version 4.7.
Basically after installing ucomponents v 2.1 I created a datatype and got an generic error, the nodes under datatypes disappeared. Had the DB Admin check the tables and found it created the node record but not the datatype. He removed the bad node and tried again...same error.
Found some issues mentioned on forums and codeplex about permission issue or a problem with similarity component. Because of a time crunch I opted to use a previous version rather than grab the latest code. I installed v 2.0 and didn't have any more problems.
No worries Chris. We've sorted out the issue with Similarity from v2.1 (only seemed to affect a certain set-up, related to an upgraded install - not 100% sure, another dev fixed it).
Data Types all gone?? Any risk strategies preferred?
Ok today I had a pretty stressful day because out of the blue my data types were missing. I later found out that a browser glitch or something or someone deleted them ...
Any packages out there that send any deletions from the Developer area into Recycle Bin to undo any problems like this? Almost cried after all that happened.
Any recommendations?
Howdy,
There is no recycle bin for the Developer section (it's only there for the Content and Media sections).
Best bet is to restrict access to the Developer section to those who require it and to make regular back-ups - so you can restore easily.
Cheers, Lee.
The data types are probably still there, just not showing. This can happen when you create a new datatype and something fails in the process. Usually the node record is created but the datatype record is not. When umbraco runs into this type of problem it just doesn't display the tree nodes.
You need to search for a node in the umbracoNode table for a datatype node which doesn't have a cooresponding record in the cmsDataType table.
umbracoNode.ID=cmsDataType.NodeId
Could be a permissions issue, package issue or database issue. So even if you correct this and make the data types reappear...make sure you track down the real problem or it will happen again.
I had this issue with uComponents v 2.1 on 4.5.2 which kept causing issues when creating a new datatype. I ended up installing a previous version of the package.
-Chris
@Chris: Curious about the issues you had with uComponents v2.1. v2.2 is in beta release now - and we'd like to fix any other issues before we release it as "stable".
Lee,
Unfortunatly I didn't have alot of time to debug the issue on the client's box and didn't have access to the file system to check permissions. I only had an issue on the client's umbraco install v4.5.2 but not on my local version 4.7.
Basically after installing ucomponents v 2.1 I created a datatype and got an generic error, the nodes under datatypes disappeared. Had the DB Admin check the tables and found it created the node record but not the datatype. He removed the bad node and tried again...same error.
Found some issues mentioned on forums and codeplex about permission issue or a problem with similarity component. Because of a time crunch I opted to use a previous version rather than grab the latest code. I installed v 2.0 and didn't have any more problems.
FYI: Love the multi node picker :)
-Chris
No worries Chris. We've sorted out the issue with Similarity from v2.1 (only seemed to affect a certain set-up, related to an upgraded install - not 100% sure, another dev fixed it).
Cheers, Lee.
is working on a reply...