I'm using the licensed version of NopUltimateThemeCollection (3.3.59.10768) on NopCommerce 3.30, and I'm having the same problem when I try to open the admin pages of all plugins of SevenSpikes, by the menu [ADMIN / "plugin name" / SETTINGS]. But if I open it using the plugins list page and click on "Configure" button the page opens well. This is a big problem on plugins which have more admin pages, like the "Nop Product Ribbons", which have the admin pages like "Settings", "Product Ribbons", "Ribbon Images" and "Help", because I cant open them. The plugins are on "InstalledPlugins.txt", and I tryed to alter the global.asax file to force the restart What I can do to solve this issue?
The error is:
[i]Server Error in '/' Application. Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 55: if (!isPluginFound) Line 56: { Line 57: if (tempPlugin.Url.ToLower().Contains(currentControllerName.ToLower())) Line 58: { Line 59: currentPlugin = tempPlugin;
I'm using the licensed version of NopUltimateThemeCollection (3.3.59.10768) on NopCommerce 3.30, and I'm having the same problem when I try to open the admin pages of all plugins of SevenSpikes, by the menu [ADMIN / "plugin name" / SETTINGS]. But if I open it using the plugins list page and click on "Configure" button the page opens well. This is a big problem on plugins which have more admin pages, like the "Nop Product Ribbons", which have the admin pages like "Settings", "Product Ribbons", "Ribbon Images" and "Help", because I cant open them. The plugins are on "InstalledPlugins.txt", and I tryed to alter the global.asax file to force the restart What I can do to solve this issue?
The error is:
[i]Server Error in '/' Application. Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 55: if (!isPluginFound) Line 56: { Line 57: if (tempPlugin.Url.ToLower().Contains(currentControllerName.ToLower())) Line 58: { Line 59: currentPlugin = tempPlugin;
Please download the latest package and update the SevenSpikes.Core plugin folder as this has been fixed already. You can also update all your themes as described in this video as there are other small bug fixes and improvements to the themes/plugins since you have downloaded them.