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
Hi All,
I have just run a rebuild on my Umbraco installation (which has the latest version of Tea Commerce installed) and have been presented with this error.
I'm about 90% through the build so having to start again at this stage is not something I want to be doing!
Thanks, Lewis
I have tried going through the bin directory to see if there are anything dlls missing but nothing stands out.
I have the following tea commerce dlls.
TeaCommerce.Api TeaCommerce.Api.Persistence TeaCommerce.Api.Web TeaCommerce.Api.PaymentProviders TeaCommerce.Api.PaymentProviders.XmlSerializers TeaCommerce.Api.Umbraco.Application TeaCommerce.Api.Umbraco.Configuration TeaCommerce.Api.Umbraco.Install TeaCommerce.Api.Umbraco.Web
Hi Lewis,
It looks like the Autofac.dll is missing from your bin directory.
You can download it from here if needed: https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/tree/master/Source/Lib/Tea%20Commerce
Thanks! Worked a treat
Hi Brian,
Discovered another error, not sure if its related but it wasnt happening before this happened and now it is!
When i add a product to my basket it doesnt add now!
(My application has the top script that needs to be in the head)
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.51/jquery.form.min.js"></script> <script type="text/javascript" src="/App_Plugins/TeaCommerce/Assets/Scripts/tea-commerce.min.js"></script> <script type="text/javascript"> _storeId = @Model.Content.GetPropertyValue("store", true); </script>
Now when i click the add to basket, it redirects me to http://localhost:61884/base/TC/FormPost.aspx instead of adding the item to the basket
http://localhost:61884/base/TC/FormPost.aspx
I'm getting the following console error `POST http://localhost:61884/base/TC/FormPost.aspx 500 (Internal Server Error)
Any ideas?
I have run through the default setup to make sure nothing has changed and it all seems to be set up as expected?
Thanks. Lewis
I uninstalled tea commerce and re installed in (risky i know) and this fixed this. if anyone has the answer to why this stopped working id love to know!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Server Error
Hi All,
I have just run a rebuild on my Umbraco installation (which has the latest version of Tea Commerce installed) and have been presented with this error.
I'm about 90% through the build so having to start again at this stage is not something I want to be doing!
Thanks, Lewis
I have tried going through the bin directory to see if there are anything dlls missing but nothing stands out.
I have the following tea commerce dlls.
Thanks, Lewis
Hi Lewis,
It looks like the Autofac.dll is missing from your bin directory.
You can download it from here if needed: https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/tree/master/Source/Lib/Tea%20Commerce
Thanks! Worked a treat
Hi Brian,
Discovered another error, not sure if its related but it wasnt happening before this happened and now it is!
When i add a product to my basket it doesnt add now!
(My application has the top script that needs to be in the head)
Now when i click the add to basket, it redirects me to
http://localhost:61884/base/TC/FormPost.aspx
instead of adding the item to the basketI'm getting the following console error `POST http://localhost:61884/base/TC/FormPost.aspx 500 (Internal Server Error)
Any ideas?
I have run through the default setup to make sure nothing has changed and it all seems to be set up as expected?
Thanks. Lewis
I uninstalled tea commerce and re installed in (risky i know) and this fixed this. if anyone has the answer to why this stopped working id love to know!
is working on a reply...