Buttons not showing after upgrading from 3.8 to 3.9

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Following upgrading form 3.8 to 3.9 I have codes such as "admin.pager.itemsperpage" replacing buttons and all over the admin pages and some front page files. How do I correct?
6 years ago
[email protected] wrote:
Following upgrading form 3.8 to 3.9 I have codes such as "admin.pager.itemsperpage" replacing buttons and all over the admin pages and some front page files. How do I correct?


it seems like you are missing the resource string.

you can add the appropriate text on admin -> configuration -> language -> Edit and on Manage resource tab.

add new resource with above key and add the text value that you wanted to show instead of that "admin.pager.itemsperpage" code
6 years ago
Thanks for your reply. It appears there are no resources available for a number of strings including admin.pager..... Is there a way to reset to default? Where can I locate the xml file to import the default resource settings?
6 years ago
Hello,

You can find the default resources of nopCommerce in the ~\App_Data\Localization\defaultResources.nopres.xml file (~\Presentation\Nop.Web\App_Data\Localization\defaultResources.nopres.xml if you are using the source code version of nopCommerce).

Hope that helps!

Regards,
Anton
6 years ago
I tried to import the xml file into resources and get the following error

"Could not find stored procedure 'LanguagePackImport'"

Please assist.
6 years ago
I am now getting the following error

INSERT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.

Not sure what to do next
6 years ago
RESOLVED:

I deleted the procedure and ran a query with just the LanguagePackImport portion and it reinstalled with no errors then went back to the admin of my store and tried re-importing a language and it worked perfectly !
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.