I finished my umbraco project in ECQ, and everything is great, so I decide to move to production. I copied all files to production server, and gave the same permission to the folders. I don't change the web.config because QA and production connect to the same database server.
Now the production site looks good, but I have a strange issue. When I click "Developer"->"Packages", all child nodes disappeared in production website.
Hmm, that's really odd...Can't quite figure out what could be the cause of this...have you checked the umbracoLog to see if that gives some usefull information?
packages is null?
Hi experts,
I finished my umbraco project in ECQ, and everything is great, so I decide to move to production. I copied all files to production server, and gave the same permission to the folders. I don't change the web.config because QA and production connect to the same database server.
Now the production site looks good, but I have a strange issue. When I click "Developer"->"Packages", all child nodes disappeared in production website.
Thanks in advanced.
Hi miken
So your dev database and the live databse is the same DB instance? Or do I misunderstand?
And did you copy all of the files to production?
Do you see any error messages in the browser console if you open it and try to expand the package tree in Umbraco?
/Jan
>So your dev database and the live databse is the same DB instance?
same db instance
>did you copy all of the files to production?
sure
>Do you see any error messages in the browser console if you open it and try to expand the package tree in Umbraco?
NO
I give everyone the full access to \App_Data\packages\ folder and sub-folders, restart IIS, but don't solve this issue.
And the "installedPackages.config" file is not empty or missing?
/Jan
installedPackages.config has 17kb
Hmm, that's really odd...Can't quite figure out what could be the cause of this...have you checked the umbracoLog to see if that gives some usefull information?
/Jan
is working on a reply...