I am trying to create a package to move data from Beta to Live. Inside the nodes contains UComponent data. As in the datatable contains values. However, when I package this up, I get an error after installing it on the live Umbraco.
Any ideas on why? I am using Umbraco 6.2 and the error I am getting from Umbraco Log file is
uComponents.DataTypes.DataTypeGrid.DataType - [Thread 13] [User 6] [Page 1101] DTG: ViewState did not contain data
I have a similar issue recently i created umbraco package with content and that content had datatype grid, when it restored on the live server I could not load that page I kept getting yellow screen of death and xml missing root error. I just deleted then content and recreated manually, everything else including the datatype grid datatype went across no problem.
Creating a package with UComponent
Hi
I am trying to create a package to move data from Beta to Live. Inside the nodes contains UComponent data. As in the datatable contains values. However, when I package this up, I get an error after installing it on the live Umbraco.
Any ideas on why? I am using Umbraco 6.2 and the error I am getting from Umbraco Log file is
Antony,
I have a similar issue recently i created umbraco package with content and that content had datatype grid, when it restored on the live server I could not load that page I kept getting yellow screen of death and xml missing root error. I just deleted then content and recreated manually, everything else including the datatype grid datatype went across no problem.
Regards
Ismail
Ismail
Thanks, that was the approach that I didnt want to take. Is that the only solution?
is working on a reply...