I have just installed uCommerce and items can be added to the cart with out problem, but when you click on checkout a 404 error is displayed.
Page not found No umbraco document matches the url 'http://localhost:17487/category?category=checkout/cart.aspx'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "category"] | /root/*/* [@urlName = "category"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
Something a bit unusual about this Umbraco installation is that it is hosting two sites, it has the one with the store and another (with a different domain name etc.) also using the hostnames to 'split' the sites.
The one using uCommerce is the first on the content section.
For both the lannguage settings are the same.
The site was running from WebMatrix (hence the unusal port).
I have now tried using the local IIS server on port 80 and am seeing the same error.
Maybe something went wrong during installation and the rewrite rules are not in place. Can you verify that the /config/urlrewirting.config file contains references to product, category, and catalog?
uCommerce will add it automatically during install. The fact that it didn't suggests that there might be a permission issue on the site. Make sure that the user identity running the app pool has write permissions to the config folder.
Cart 404 error
I have just installed uCommerce and items can be added to the cart with out problem, but when you click on checkout a 404 error is displayed.
Page not found
No umbraco document matches the url 'http://localhost:17487/category?category=checkout/cart.aspx'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "category"] | /root/*/* [@urlName = "category"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
This page is intentionally left ugly ;-)
The URL is: http://localhost:17487/shop/checkout/cart.aspx
Any suggestions as to why this is happening?
Regards
TT
Still no joy.
IIS reporting folloeing page error:
default.aspx?category=checkout%2fcart.aspx
Any suggestions?
Thanks
TT
A further update.
The page shows in preview mode, but in published mode.
Any idea why?
It might be related to the fact you're running on a non-default port. If possible could you try switching to port 80 and leaving it out of the URL?
I'll perform some tests to find out what the exact issue is and add fix for it.
Hi Soren
Have tried this and am still seeing the issue.
Something a bit unusual about this Umbraco installation is that it is hosting two sites, it has the one with the store and another (with a different domain name etc.) also using the hostnames to 'split' the sites.
The one using uCommerce is the first on the content section.
For both the lannguage settings are the same.
The site was running from WebMatrix (hence the unusal port).
I have now tried using the local IIS server on port 80 and am seeing the same error.
TT
Maybe something went wrong during installation and the rewrite rules are not in place. Can you verify that the /config/urlrewirting.config file contains references to product, category, and catalog?
This could be the issue as this is missing.
What do I need to add?
uCommerce will add it automatically during install. The fact that it didn't suggests that there might be a permission issue on the site. Make sure that the user identity running the app pool has write permissions to the config folder.
It is running under WebMatrix, so that should not be an issue, but I will check.
Have checked the settings and they seem fine.
Am in the process of re-creating the website, with the same settings, and have got the store working on this.
Am not sure what has happened to the other version, as so far everything is the same.
TT
Let me know if you find the root cause of this. We're standing by to fix it if you can give us a repro for the issue.
Found a solution to this of sorts. Was already doing some URL rewrites and only by adding the uCommerce ones first did the site run correctly.
I am now looking at what in this could have cuased the issue and I will let you know what I find.
Is there a way for uCommerce to check for any 'conflicts' during installation?
TT
uCommerce can check for some things, but there are too many permutations in environments out there to make it 100%.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.