I have installed uCommerce 1.5 and the uCommerce store but I am having trouble browsing the catalog in the front-end website. The store generates links like "/ucommerce/c-23/c-67" which when I follow them result in a 404. I have tried republishing the nodes a couple of times but to no avail. The products have display names.
Any advice would be appreciated. What am I doing wrong?
Yes, the lines are there, but now that you have pointed it out, it does seem there is a problem with the URL rewriting. Thanks for the tip, I will look into it closer.
Trouble with catalog in uCommerce Store
Hi,
I have installed uCommerce 1.5 and the uCommerce store but I am having trouble browsing the catalog in the front-end website. The store generates links like "/ucommerce/c-23/c-67" which when I follow them result in a 404. I have tried republishing the nodes a couple of times but to no avail. The products have display names.
Any advice would be appreciated. What am I doing wrong?
Thanks
Pascal
Hi Pascal,
Are you on IIS6 by any chance?
Hi Søren,
Thanks for the quick response. No, this is IIS 7. I can send you the link to the site & admin via pm or email if you wish?
Pascal
Are you getting any information in the umbracoLog table in the database?
Nothing other than "The uCommerce license file is either empty or missing." which is correct (this is a dev setup to evaluate upgrading to 1.5)
Does your /config/UrlRewriting.config contain the following rules?
Yes, the lines are there, but now that you have pointed it out, it does seem there is a problem with the URL rewriting. Thanks for the tip, I will look into it closer.
Ensure that this URLs are reachable, otherwise rewriting won't work:
<yourdomain>/shop/product.aspx
<yourdomain>/shop/catalog.aspx
The URLs are reachable but it seems the rewriting itself never takes place. IIS goes off looking for "c-23" or whatever and fails, given a 404.
Maybe UrlRewriting.NET is not registered in the proper section?
Make sure that your <system.webServer><modules runAllManagedModulesForAllRequests="true"> section in web.config contains the following module:
Pascal,
are you running your web in classic or integrated pipeline mode?
Hi Pascal,
Did you get it going?
Hi,
Having the same problem. Running in classic mode.
<mydomain>/ucommerce/c-23 - fails
<mydomain>/catalog.aspx?catalog=uCommerce - works fine
Thomas
Take a look at the Is ucommerce working under windows xp? topic. It deals with the same issue.
is working on a reply...