HTTP error when uploaded images

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi,
I am getting a HTTP error when uploaded images to my categories. I have been able to do this fine previously, not sure if it has to do with a recent plugin I installed which was the:
7 Spikes - Nop Categories Header Menu

My System logs show a recurring error over and over again but I don't think its related as it appears every single time I click something:
Log level:   Warning
Short message:   Resource string (Plugins) is not found. Language ID = 1
Full message:   
IP address:   123.**.**.*
Name of the customer who caused the exception.Customer:   
Page URL:   http://www.****.com/admin/log/list
Referrer URL:   http://www.****.com/Admin/Category/Edit/21
Date/Time the log entry was created.Created on:   12/8/2011 2:35:52 PM

Is there a way I can locate why the error is happening? Thanks in advance
12 years ago
ksinc wrote:
Hi,
I am getting a HTTP error when uploaded images to my categories. I have been able to do this fine previously, not sure if it has to do with a recent plugin I installed which was the:
7 Spikes - Nop Categories Header Menu

My System logs show a recurring error over and over again but I don't think its related as it appears every single time I click something:
Log level:   Warning
Short message:   Resource string (Plugins) is not found. Language ID = 1
Full message:   
IP address:   123.**.**.*
Name of the customer who caused the exception.Customer:   
Page URL:   http://www.****.com/admin/log/list
Referrer URL:   http://www.****.com/Admin/Category/Edit/21
Date/Time the log entry was created.Created on:   12/8/2011 2:35:52 PM

Is there a way I can locate why the error is happening? Thanks in advance


Hi

I suddenly got the same error and the only change I have made since last picture upload was to install 7Spikes QuickTabs, I just uninstalled the plugins QuickTabs and sevenspike.core then it ran again!!..
12 years ago
Hi guys,

We tried to reproduce your problem but with no much success.
We have the Nop Categories Header Menu and the Nop Quick Tabs installed and we can upload pictures for categories without any problems.
Could you provide some more information, so that we can reproduce the problem and fix it.
We guess you are using version 2.2 of the the plugins and nopCommerce 2.2, right?
What other extensions do you have installed or it is just these two plugins?
Have you made any modifications to nopCommerce?

Many thanks
12 years ago
I got the same error with the Categories Header Menu.

I just went into the database and inserted the 'Plugins' resource string manually.
INSERT LocaleStringResource (LanguageId, ResourceName, ResourceValue)
VALUES (1,'Plugins', 'Plugins')

I think Seven Spikes missed this insert on the installation of their plugin.  Probably the reason they are unable to reproduce it is because they are using the same database and not performing a fresh install on a new database.

Running 2.3
12 years ago
I see the same error in my log.

I don't see any tables in my database relating to this plugin. Where did you make your changes?
12 years ago
In microsoft SQL SErver Managemnet Studio, open your database and click on new query and past the insert code and execute..
12 years ago
Hi guys,

The problem is not that we have missed anything.
The resource for Plugins is just missing in nopCommerce.
So if there is any plugin that adds a menu item to the Plugins sub menu then you will get this error.
The problem is fixed in nopCommerce 2.4
http://nopcommerce.codeplex.com/SourceControl/changeset/changes/bc21e6293d8f

For any previous versions of nopCommerce you need to add this resource manually.

Hope this helps!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.