I am new in Umbraco 8 and I am try to import the template from live environment and import the template into local environment using usync but I get the following error during import to Umbraco. Can anyone give some advance on it?
What I have done?
Export the template using usync from live environment
Have you also copied the view folder from your source site to the target one?
uSync syncs the database bits of a template but it doesn't take a copy of the .cshtml file contents as that is already on disk, so you need to make sure that is also on the target site before the sync runs
Import template with usync at umbraco v8
Dear All,
I am new in Umbraco 8 and I am try to import the template from live environment and import the template into local environment using usync but I get the following error during import to Umbraco. Can anyone give some advance on it?
What I have done?
Thanks and Regards
Alan
Hi Alan,
Have you also copied the view folder from your source site to the target one?
uSync syncs the database bits of a template but it doesn't take a copy of the .cshtml file contents as that is already on disk, so you need to make sure that is also on the target site before the sync runs
Kevin
Dear Kevin,
Its works for me now after copy the cshtml file to to target site.
Thanks for the help.
Regards
Alan
is working on a reply...