Updating Umbraco from 7,4.3 to 7.10.4 and Updating Merchello from 2.1.0 to 2.6.0
Hi everyone.
I have updated Umbraco to 7.10.4 version and I have updated Merchello to 2.6.0 version.
Umbraco was updated correctly. But I think Merchello was updated wrong.
When I moving through Merchello navigation tabs in admin part then I see that some services work incorrectly:
“Merchello/ProductApi/SearchProducts” Api Service works incorrect.
“Merchello/SettingsApi/GetAllCountries” Api Service works incorrect.
“Merchello/InvoiceApi/SearchInvoices” Api Service works incorrect
“Merchello/CustomerApi/SearchCustomers” Api Service works incorrect
Also I can check log file and see next errors:
ERROR Merchello.Web.Editors.ProductApiController - Unhandled controller exception occurred
System.ArgumentNullException: Value cannot be null.
Parameter name: indexProvider
ERROR Merchello.Web.Editors.InvoiceApiController - Unhandled controller exception occurred
System.ArgumentNullException: Value cannot be null.
Parameter name: indexProvider
ERROR Merchello.Web.Editors.SettingsApiController - Unhandled controller exception occurred
System.NullReferenceException: Object reference not set to an instance of an object.
ERROR Merchello.Web.Editors.CustomerApiController - Unhandled controller exception occurred
System.ArgumentNullException: Value cannot be null.
Parameter name: indexProvider
Can anyone help me? What am I doing wrong when trying to update Merchello.
Did you change clientDependency version? Cleaned cache in the browser? In some rare cases can be that clientDependency version wasn't changed and you see in a browser old js and css code.
Yes I have cleaned cash in the browser.
Also I have used last version of clientDependency (version 1.9.6) and last version of clientDependency-Mvc5(version 1.8.0).
But these didn't help me.
Problem is about using merchello services that aren't accesible.
Updating Umbraco from 7,4.3 to 7.10.4 and Updating Merchello from 2.1.0 to 2.6.0
Hi everyone.
I have updated Umbraco to 7.10.4 version and I have updated Merchello to 2.6.0 version.
Umbraco was updated correctly. But I think Merchello was updated wrong.
When I moving through Merchello navigation tabs in admin part then I see that some services work incorrectly: “Merchello/ProductApi/SearchProducts” Api Service works incorrect. “Merchello/SettingsApi/GetAllCountries” Api Service works incorrect. “Merchello/InvoiceApi/SearchInvoices” Api Service works incorrect “Merchello/CustomerApi/SearchCustomers” Api Service works incorrect
Also I can check log file and see next errors:
Can anyone help me? What am I doing wrong when trying to update Merchello.
Hi Stanislav
Did you change clientDependency version? Cleaned cache in the browser? In some rare cases can be that clientDependency version wasn't changed and you see in a browser old js and css code.
Thanks,
Alex
Thank Alex for you response.
Yes I have cleaned cash in the browser. Also I have used last version of clientDependency (version 1.9.6) and last version of clientDependency-Mvc5(version 1.8.0). But these didn't help me.
Problem is about using merchello services that aren't accesible.
When you updated Umbraco It probably overwritten the examine config files.
In examineindex.config you should have:
And in ExamineSettings.config you should have the following indexproviders:
and the following searchproviders:
Frans
is working on a reply...