After install i get the successful install screen but when i refresh there is nothing on the ucommerce tab/section. The ucommerce icon is there but nothing loads into the treeor right hand page when i click it.
Whats occurring? :o(
This is using the latest release of UCommerce 3.6.1
System.Exception: Could not find key: menu_productcatalog_root
at UCommerce.Umbraco.Menu.UmbracoTree.GetLocalizedText(String key)
at UCommerce.Umbraco.Menu.LoadCatalog.CreateRootNode(XmlTreeNode& rootNode)
at umbraco.cms.presentation.Trees.BaseTree.CreateRootNode()
at umbraco.cms.presentation.Trees.BaseTree.Initialize()
at umbraco.presentation.webservices.TreeDataService.LoadAppTrees(TreeRequestParams treeParams)
at umbraco.presentation.webservices.TreeDataService.GetXmlTree()
at umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I swapped to full IIS on windows 8 and it still didnt work. Stayed in full IIS7 and uninstalled ucommerce and then reinstalled again and the ucommerce tree has appeared!
Off to try again in my 6.1.1 version now!
At last.... though i was going to get nothing done today.
A bit of info that may or may not help you - I'd added change permissions to the IIS worker process group. Maybe something in that if IISExpress runs under something different. All the files seemed to be getting updated though.
Unable to install on Umbraco 6.1.1
After install i get the successful install screen but when i refresh there is nothing on the ucommerce tab/section. The ucommerce icon is there but nothing loads into the treeor right hand page when i click it.
Whats occurring? :o(
This is using the latest release of UCommerce 3.6.1
I have uninstalled, reset all the permissions on the folders and installed again and still same issue.
I have rolled back to 6.0.5, uninstalled and reinstalled ucommerce and still getting the same issue with the ucommerce tree not loading.
Something weird goin on here!
I am seeing this error in the logs:
Also seeing this in the chrome console
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://localhost:7872/umbraco/webservices/TreeDataService.ashx?rnd=d3d6b599…91e7ee04cf2b&id=-1&contextMenu=true&isDialog=false&app=uCommerce&rnd2=57.3
Wonder if this issue is something to do with the security fix for the web services?
It's probably a permission issue.
Does the userid in your connection string have permission to modify the database?
Does the app pool identity have permissions to modify files like web.config?
Any errors reported in App_Data/Logs or umbracoLog table in the database?
Does the userid in your connection string have permission to modify the database?
Yes
Does the app pool identity have permissions to modify files like web.config?
Yes - Tried giving chage access to everything. All the config files etc are been updated.
Any errors reported in App_Data/Logs or umbracoLog table in the database?
I have posted log.net above. in the table i have all good messages like this:
iduserIdNodeIdDatestamplogHeaderlogComment
700-12013-06-05 11:59:52.027SystemuCommerce database migration C:\inetpub\wwwroot\Stairpacks2GoPOC\umbraco\ucommerce\install\uCommerceDB.065.sql applied successfully.
690-12013-06-05 11:59:52.023SystemuCommerce database migration C:\inetpub\wwwroot\Stairpacks2GoPOC\umbraco\ucommerce\install\uCommerceDB.064.sql applied successfully.
680-12013-06-05 11:59:52.010SystemuCommerce database migration C:\inetpub\wwwroot\Stairpacks2GoPOC\umbraco\ucommerce\install\uCommerceDB.063.sql applied successfully.
Nothing looks out of place there.
Does your web.config contain the <commerce> section?
Yes.
Do you have DLLs in /bin/ucommerce?
Specifically NHibernate.dll....
yes - all present.
Does it install ok for you if you use Umbraco 6.1.1 from codeplex and the UC developer edtn from the download page?
Other packages are installing fine also.
I am using IISExpress rather than via full IIS - would this make a difference?
Freaky!
I swapped to full IIS on windows 8 and it still didnt work. Stayed in full IIS7 and uninstalled ucommerce and then reinstalled again and the ucommerce tree has appeared!
Off to try again in my 6.1.1 version now!
At last.... though i was going to get nothing done today.
Yes - It has installed correctly on 6.1.1 now when i install with full IIS.
No doubt you will point me to the instructions on not using IISExress now! Probably in the video i couldnt watch today! ;)
Thanks for your help Soren. I know these issues are pretty hard to pinpoint remotely.
Damian
It should actually work with IIS Express as well. I will run some tests on Express and see what I come up with...
Thanks for being awesome following through on the forum :)
A bit of info that may or may not help you - I'd added change permissions to the IIS worker process group. Maybe something in that if IISExpress runs under something different. All the files seemed to be getting updated though.
Soren - ive had some other issues with my laptop this evening and ended up restarting - which has cleared up some other issues.
I'll give IISExpress another go when i get 10 mins and see what happens now.
I just had this exact problem...
in my case it was because i was missing the App_GlobalResources and all its content :)
after adding this to the solution it work like a charm :)
I noticed that folder was missing from the log entries but still didnt let me install with IISExpress after i added it.
Hi there,
Im having the same problems on windows 8 with umbraco 6.1.2.
Everything seems to be in order - web.config, folders and dll's and permissions.
Any Idea?
Regards,
mkariti
I was windows 8 also.
Soren gave this process a bash and it worked fine for him. Wonder if he was using windows 8?
I had to revert to using full IIS and this sorted the issue for me.
Hi Damian,
What do you mean by:
revert to using full IIS ?
Did you install a ful IIS version?
Can I install it via Full IIS and than use it on Express ver?
Cheers
mkariit
I experienced the issues when using IISExpress but when i used full blown IIS on my dev box it instaled straight away.
Once running on full IIS there no need to use express for it.
Hi there,
Tried to install it on iis 8 full version (im running windows 8 ), also with no success.
Any Idea?
Cheers,
mkariti
//////
Update - just tried on iis 7.5 full version - still the same error.
Ok I managed to solve my problem.
Duplication of entries in the uCommerce_Role. You'll have to edit the uCommerce_Permission table as well.
Good luck!
And dont forget to backup before applying any changes!
is working on a reply...