issue with second language saved in db but frontend not

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
hello my issue is when edit any field in second language in admin side
get message saved successfully
but field is empty from text
go to check database
found filed is contain the text  
solved by do many clear cache at admin
why this happen alot
v4.10
4 years ago
jan-habib wrote:
hello my issue is when edit any field in second language in admin side
get message saved successfully
but field is empty from text
go to check database
found filed is contain the text  
solved by do many clear cache at admin
why this happen alot
v4.10


I have the same version 4.1 and facing the same issue on production site.

When I type and hit save it's not being updated and I didn't getting any error message.

The weird thing is sometimes it's working sometimes doesn't

@jan Habib did you find any solution?
4 years ago
Are you checking in admin area or public area?

On which page you facing an issue?
4 years ago
rajupaladiya wrote:
Are you checking in admin area or public area?

On which page you facing an issue?


Admin side full description of product. seems like something is wrong with caching but behavior unpredictable or not reproducible, so not sure if its being saved on db and just not reflecting on UI.
4 years ago
I have the same version in 4.0
4 years ago
ugharejauttam wrote:
Are you checking in admin area or public area?

On which page you facing an issue?

Admin side full description of product. seems like something is wrong with caching but behavior unpredictable or not reproducible, so not sure if its being saved on db and just not reflecting on UI.

You can check in db for is it save or not via below SQL query

select * from LocalizedProperty where LocaleKeyGroup='Product'
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.