Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I upgraded my uCommerce version
from uCommerce 6.6.2.15058
to uCommerce 6.7.2.15167
using Umbraco/Packages/Umbraco package Repository
The install ran to the end and finished up redirecting to this url. The url opened in an umbraco frame with an error "too many redirects"
http://MyURL/umbraco#/developer/framed/%252Fumbraco%252Fdeveloper%252Fpackages%252Finstaller.aspx%253Finstalling%253DcustomInstaller%2526dir%253DC%253A%255Cbastard%255CBastard%255CApp_Data%255C0ba8b90e-18be-4b69-9ab9-12ba7621184a%2526pId%253D5%2526customUrl%253Dhttp%253A%252F%252Fwww.ucommerce.net%2526customControl%253D%252Fumbraco%252Fucommerce%252Finstall%252Finstaller.ascx
Okay so now what? Did it finish doing what it should do? Goddammit!
After the installation I get an error on my site, when my code tries to get the current currency. (CurrentPriceGroup is null.)
var curCurrency = SiteContext.Current.CatalogContext.CurrentPriceGroup.Currency.Name;
And also an error with this. It returns ""Invalid URI: The hostname could not be parsed."} System.FormatException {System.UriFormatException} "
CatalogLibrary.GetRootCategories()
It's like the uCommerce functions can't find my uCommerce store.
My uCommerce shop Host name is set to Default. Changing it to my url still gives errors.
Same error on clean install of uCommerce-for-Umbraco7-6.7.3.15189
I get the error for this line:
var basket = UCommerce.Api.TransactionLibrary.GetBasket(create: true).PurchaseOrder;
Hi Dennis,
For support on uCommerce I think that you should take a look on their new support forum on Eureka.
http://eureka.ucommerce.net/ and they also have a support page on their website. http://www.ucommerce.net/en/support.aspx
/Dennis
Thank you for the tip :)
Btw, I think I found the problem. uCommerce cannot handle the pseudo hostname that Umbraco adds with the name 1050*
Okay. I ended up buying a new server, reinstalling umbraco and ucommerce on a new server, and moved my code to the new server.
Note to self. "NEVER UPGRADE UCOMMERCE"
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
HELP! Errors upgrading uCommerce to 6.7.2.15167
I upgraded my uCommerce version
from uCommerce 6.6.2.15058
to uCommerce 6.7.2.15167
using Umbraco/Packages/Umbraco package Repository
The install ran to the end and finished up redirecting to this url. The url opened in an umbraco frame with an error "too many redirects"
Okay so now what? Did it finish doing what it should do? Goddammit!
After the installation I get an error on my site, when my code tries to get the current currency. (CurrentPriceGroup is null.)
And also an error with this. It returns ""Invalid URI: The hostname could not be parsed."} System.FormatException {System.UriFormatException} "
It's like the uCommerce functions can't find my uCommerce store.
My uCommerce shop Host name is set to Default. Changing it to my url still gives errors.
Same error on clean install of uCommerce-for-Umbraco7-6.7.3.15189
I get the error for this line:
Hi Dennis,
For support on uCommerce I think that you should take a look on their new support forum on Eureka.
http://eureka.ucommerce.net/ and they also have a support page on their website. http://www.ucommerce.net/en/support.aspx
/Dennis
Thank you for the tip :)
Btw, I think I found the problem. uCommerce cannot handle the pseudo hostname that Umbraco adds with the name 1050*
Okay. I ended up buying a new server, reinstalling umbraco and ucommerce on a new server, and moved my code to the new server.
Note to self. "NEVER UPGRADE UCOMMERCE"
is working on a reply...