2.1 to 2.2 upgrade issue with Widgets

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Performed the 2.1-2.2 upgrade on a local machine, built sources in Visual Studio, everything was OK when running under its development server. Then the DB was transferred to a remote server and nopCommerce files were
uploaded to it,  the store appeared to work but it turned out that I forgot to upload plugins. Uploaded them and restarted the application, the public store became inaccessible due to the following error:

Server Error in '/' Application.
The controller for path '/' was not found or does not implement IController.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The controller for path '/' was not found or does not implement IController.

Source Error:

Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: some_server_path\Views\Widget\WidgetsByZone.cshtml    Line: 5

Administrative part was accessible, widget plugins (Google Analytics and Live Person Chat) were uninstalled and the public store became accessible.
Further experimenting showed that installing Live Person Chat plugin does not cause the problem but installing Google Analytics plugin does.

Are there any suggestions about what can be wrong in the described situation?
12 years ago
https://www.nopcommerce.com/boards/t/10969/nop-20-plugin.aspx
12 years ago
Hello, thank you, touching the Global.asax file solved the problem.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.