Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 6.x > Installation and deployment > [SiteImportSettings.SiteIsIncluded]: Temporary files haven't been created yet! View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
slycknick - 9/3/2012 11:29:47 AM
   
[SiteImportSettings.SiteIsIncluded]: Temporary files haven't been created yet!
I'm getting this error on a site whenever I try to import an object. I've tried the suggestions from previous versions and FAQs to delete the content of AppData/CMSTemp but with no luck.

Has anyone else had this problem.

Nick

Stack trace

[Exception: [SiteImportSettings.SiteIsIncluded]: Temporary files haven't been created yet!]
CMS.CMSImportExport.SiteImportSettings.get_SiteIsIncluded() +279
CMSModules_ImportExport_Controls_ImportSiteDetails.Page_Load(Object sender, EventArgs e) +1093
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
CMS.ExtendedControls.AbstractUserControl.OnLoad(EventArgs e) +130
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 9/4/2012 5:55:30 AM
   
RE:[SiteImportSettings.SiteIsIncluded]: Temporary files haven't been created yet!
Hello,

Are there any errors in Site manager -> Administration -> Event log?

Can you check the disk permissions? See: Disk permissions problems

You can also try to unzip the export package before importing - create a temporary folder under the \CMSSiteUtils\Import\ folder (e.g. "test") and copy (unzip) the Data folder from the package there (so the structure will be \CMSSiteUtils\Import\test\data\*.*) and then import this test folder in the Site Manager.

Best regards,
Helena Grulichova

User avatar
Member
Member
yasar - 10/31/2012 10:18:51 AM
   
RE:[SiteImportSettings.SiteIsIncluded]: Temporary files haven't been created yet!
Hi

For Importing Webparts.

Along with permissions there could be another issue,
After long hours spent on the above recommendation, I went to Event Log under Administration (site manager)
and I've check the message below the one it says EXCEPTION.

Message: Error during temporary files creation. Original exception: [ImportProvider.LoadObjects]: Cannot import data from newer hotfix version '37' to current hotfix version '30'.

I could see that I was facing an incompatibility issue!

Hope this helps someone.

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 11/4/2012 6:42:17 AM
   
RE:[SiteImportSettings.SiteIsIncluded]: Temporary files haven't been created yet!
Hi,

Basically, this means that import site from newer version to older one is not supported (there is no way how to implement that). Therefore, I would recommend you upgrading your (destination) site, since you have already built your site in newer version.

Best regards,
Martin Danko