Hi - I have installed ucommerce on a staging server - but I do not get any nodes in the ucommerce section, I have followed the faq:
After install I see the root node but no subnodes in the
uCommerce app
Verify that you have uCommerce entries in the table
umbracoAppTree.
Verify that you have the commerce section in web.config.
The most likely cause of the error is that the user running the
website doesn't have write access to web.config, e.g.
NETWORKSERVICE or a custom identity.
If the user doesn't have the proper permissions the installer is not able to roll out all the changes needed. Please try a reinstall once the permissions are in place.
The worker process just needs write access to web.config. If you take a look at the umbracoLog table you might find some additional info as to what the problem is.
Just installed the latest version of uCommerce (1.3.0.2) on the latest version of umbraco (4.6.1).
I have no root node, no templates, nothing. All the permissions are set correctly (and I can see that the uCommerce stuff is in the web.config). There are a few uCommerce entries in umbracoAppTree.
Sorry, I'm an idiot. The original poster was saying he had no nodes in the uCommerce section, and I misread that.
I've got no nodes in the content section. I may be wrong, but I had a look at your videos and from what I can see, after I install the package I'm supposed to also find a uCommerce node in the Content section?
As it is, I can't figure out how I'm supposed to display the shop with no content node or macros or anything.
No worries it's a common enough question. uCommerce is deployed in two separate packages: One for the platform (the one you've got already) and one for the uCommerce Store, which is a separate download from the download page.
When you install that second one you get the content nodes. Just to make it easier to start completely from scratch.
OK, I completely misinterpreted the downloads page. I thought 1.0.1.3 was an older version of the same thing, and also missed "(uCommerce Store below)", which admittedly was a bit silly.
no node
Hi - I have installed ucommerce on a staging server - but I do not get any nodes in the ucommerce section, I have followed the faq:
After install I see the root node but no subnodes in the uCommerce app
Verify that you have uCommerce entries in the table umbracoAppTree.
Verify that you have the commerce section in web.config.
The most likely cause of the error is that the user running the website doesn't have write access to web.config, e.g. NETWORKSERVICE or a custom identity.
But this does not fix the issue? any other ideas?
Using umbraco v 4.5.2
Hi saintwright
Does the IUSR have the proper permissions as well? (Should have the same as network service)
/Jan
Yes I have added that and it still does not work.
woops should I then re-install?
No that should not be neccesary. However I don't know how to solve the issue then...
But I'm sure one of the uCommerce guys soon will see your post and that they're able to help you out.
/Jan
Hi there,
If the user doesn't have the proper permissions the installer is not able to roll out all the changes needed. Please try a reinstall once the permissions are in place.
I did that as well... and it still does not work.
Just to make sure can you describe exactly what and where I should be setting the permissions?
Thanks
The worker process just needs write access to web.config. If you take a look at the umbracoLog table you might find some additional info as to what the problem is.
I have exactly the same problem.
Just installed the latest version of uCommerce (1.3.0.2) on the latest version of umbraco (4.6.1).
I have no root node, no templates, nothing. All the permissions are set correctly (and I can see that the uCommerce stuff is in the web.config). There are a few uCommerce entries in umbracoAppTree.
Again, just wiped and reinstalled. No packages installed, set these permissions:
icacls . /grant "IIS_IUSRS":(OI)(CI)M
icacls app_code /grant "IIS_IUSRS":(OI)(CI)RX
icacls app_browsers /grant "IIS_IUSRS":(OI)(CI)RX
icacls app_data /grant "IIS_IUSRS":(OI)(CI)M
icacls bin /grant "IIS_IUSRS":(OI)(CI)R
icacls config /grant "IIS_IUSRS":(OI)(CI)M
icacls css /grant "IIS_IUSRS":(OI)(CI)M
icacls data /grant "IIS_IUSRS":(OI)(CI)M
icacls masterpages /grant "IIS_IUSRS":(OI)(CI)M
icacls media /grant "IIS_IUSRS":(OI)(CI)M
icacls python /grant "IIS_IUSRS":(OI)(CI)M
icacls scripts /grant "IIS_IUSRS":(OI)(CI)M
icacls umbraco /grant "IIS_IUSRS":(OI)(CI)R
icacls usercontrols /grant "IIS_IUSRS":(OI)(CI)R
icacls xslt /grant "IIS_IUSRS":(OI)(CI)M
icacls web.config /grant "IIS_IUSRS":(OI)(CI)M
The web config was updated.
Still nothing in my content tab.
Do you get an icon in the app tray or nothing at all?
Any clues in the umbracoLog table?
Yep, got the icon, and from what I can see that section is fine. Got these in the umbracoAppTree:
and a selection of my umbracoLog table (sorry about the size, I don't see an attachment button):
etc
Just to be completely clear: When you expand the product catalog node it displays nothing?
The snip from the system log indicates that everything is fine. Nothing else in the system log from after the install completed?
Sorry, I'm an idiot. The original poster was saying he had no nodes in the uCommerce section, and I misread that.
I've got no nodes in the content section. I may be wrong, but I had a look at your videos and from what I can see, after I install the package I'm supposed to also find a uCommerce node in the Content section?
As it is, I can't figure out how I'm supposed to display the shop with no content node or macros or anything.
Hi Zac,
No worries it's a common enough question. uCommerce is deployed in two separate packages: One for the platform (the one you've got already) and one for the uCommerce Store, which is a separate download from the download page.
When you install that second one you get the content nodes. Just to make it easier to start completely from scratch.
Aaaahhhh. *facepalm*
OK, I completely misinterpreted the downloads page. I thought 1.0.1.3 was an older version of the same thing, and also missed "(uCommerce Store below)", which admittedly was a bit silly.
Thanks a lot for clearing that up
No problem at all. We're here to help :)
is working on a reply...