What does this warning mean?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 年 前
Greetings,

In my Admin > System > Log, I have about 55 warning entries. Most of them look like in attached picture. Few have different url.

Kindly suggest.

Thanks in advance.

Image
11 年 前
It means a locale resource string value can't be found by the resource name provided. The 'Short message' in the screenshot indicates that the resource name is empty in a call to the localization helper T.

Look for the following in views that have been modified:
@T("")

.
11 年 前
mb wrote:
It means a locale resource string value can't be found by the resource name provided. The 'Short message' in the screenshot indicates that the resource name is empty in a call to the localization helper T.

Look for the following in views that have been modified:
@T("")

.


Hey,

Thanks for the reply. You're correct. The warning points to exactly what you have suggested. I removed had modified Views > Catalog > SearchBox.cshtml to remove value of search button because I am displaying an image instead.

Have a look here, www.pbfstore.com

What should I do to sto getting that warning?
11 年 前
Just don't reference resource strings that don't exist.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.