Page 1 of 1

Language Editor

Posted: Wed Sep 06, 2017 4:27 pm
by gottabjoaken
Version testing: 3.0.2.0
1.
When you try to edit an inserted Language Edit, on Save the form is blanked out and returns an Error "Key must be > 3 and < 64 characters.
The change is not made.
2.
If the text you are changing has line breaks (<p....</p>), you cannot put these into your replacement text, and you lose the paragraph spacing.

for eg: account/logout key: text_message:

Code: Select all

<p>You have been logged off your account. It is now safe to leave the computer.</p><p>Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.</p>
regards
Ken Hall-Patch

Re: Language Editor

Posted: Thu Sep 28, 2017 10:41 am
by straightlight
Regarding step 1. do you notice any appearing error logs when you try to make those changes from the language editor?

Re: Language Editor

Posted: Fri Sep 29, 2017 5:54 pm
by gottabjoaken
Error messages... Not that I know about.
Ken

Re: Language Editor

Posted: Fri Sep 29, 2017 10:08 pm
by straightlight
For number 1, more information would be needed. As for number 2, that is correct and also not a bug. HTML characters cannot be set in those fields when assigning your routes. Only text characters.

Re: Language Editor

Posted: Sat Sep 30, 2017 7:47 am
by gottabjoaken
Thanks Straightlight.

1. I am not sure how to provide more information. Try a vanilla demo system and the problem is experienced.
I did that as soon as I found it on my test site.
When you get a fatal error on first use of something new you don't feel inclined to persue it too much. Back to the developer.

For the second problem with the inability to input or even save existing html., if you say this is not a bug then the problem has to be categorised as a serious design error. (I would prefer to have my design error called a programmig bug thanks).

You are unable to save an existing text correctly, let alone add some pleasantly formatted text.

This definitely needs attention if the Language Editor is to be functional.

Ken

Re: Language Editor

Posted: Sat Nov 04, 2017 3:06 am
by boyjah
I am having the same problem, OpenCart Version 3.0.2.0. Trying to edit language modifications already made leads to error. On Save all fields are cleared and I get an error telling me that fields cannot be empty.

Re: Language Editor

Posted: Sat Nov 04, 2017 3:45 am
by straightlight
boyjah wrote:
Sat Nov 04, 2017 3:06 am
I am having the same problem, OpenCart Version 3.0.2.0. Trying to edit language modifications already made leads to error. On Save all fields are cleared and I get an error telling me that fields cannot be empty.
I do not see the exact text in v3.0.2.0 release where it has the criteria: cannot be empty . Can you provide the exact error message please?

Re: Language Editor

Posted: Tue Nov 07, 2017 10:32 am
by boyjah
I am able to make a new translation string by clicking the + button on the Language Editor. I can save it and I can see the new language string on the site. But when I try to edit that text string, all fields are cleared when I save it and the error message is "Key must be between 3 and 64 characters!". It says this because that field (along with others) are now blank. I have cleared all caches, refreshed modifications numerous times, quit browser and restarted computer and still the same result.

Re: Language Editor

Posted: Tue Nov 07, 2017 12:29 pm
by straightlight
Recent modifications were made on Github to the admin/view/template/design/translation_list.twig and translation_form.twig files. Replace these two files from:

https://raw.githubusercontent.com/openc ... _form.twig
https://raw.githubusercontent.com/openc ... _list.twig

Clear all caches. See if that resolves the issue afterwards.

Re: Language Editor

Posted: Tue Nov 07, 2017 2:07 pm
by boyjah
YES! That solved the problem. THANK YOU VERY MUCH!!!

Re: Language Editor

Posted: Tue Nov 07, 2017 7:59 pm
by straightlight
Outstanding. Other topics have now been notified about these fixes.

Re: Language Editor

Posted: Mon Nov 13, 2017 10:38 pm
by CSR
Thank you for your input. I had noticed the same issue when trying to edit the language files from within the Admin area. This error has now been resolved :)

Re: Language Editor

Posted: Thu Feb 06, 2020 3:23 pm
by guntis.e
I have this problem on 3.0.3.2

Changing the files to
https://raw.githubusercontent.com/openc ... _form.twig
https://raw.githubusercontent.com/openc ... _list.twig
ruined the layout.

What exactly is the change that fixes this error?

Re: Language Editor

Posted: Fri Mar 13, 2020 3:24 pm
by guntis.e
Here is the fix if anyone needs it: Language Editor FIX