1.0.8.21 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: 1.0.8.21 Questions / Comments / Concerns

Post by bonbec »

Sorry I said a stupid thing. I should have drunk my coffee before reading the forum :-(
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
Scratchilito
Member
Posts: 37
Joined: Wed Jan 26, 2022 2:15 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times

Re: 1.0.8.21 Questions / Comments / Concerns

Post by Scratchilito »

ecartz wrote: Thu Feb 22, 2024 7:14 am That is not the correct fix. The correct fix would be to remove "> from the width in the database. The "> at the end of that line should be there.
I also agreeing the code is normal. It closes the div class.
bonbec wrote: Thu Feb 22, 2024 6:28 am ...
I have this too in my 1.0.8.21 full version
Have you installed the natural English version 1.0.8.21 or translated it?
I only installed the 20 to 21 update offered in English and also manually patched the french versions of Artfulweb 1.0.8.20 to 21.
I also copied the Raiwa Spanish addon 1.0.8.21r1 directly.

Indeed, create_account has this problem in French, and if I switch to English and Spanish, the form doesn't display at all in these two languages.
I'll have to look at update files 20 to 21 and my translations, but if the global version is also causing problems, it's probably coming from somewhere else.
bonbec wrote: Thu Feb 22, 2024 6:28 am Bonjour, un autre français, c'est cool ;-)
Fred (France)
Bonjour Fred, enchanté.
Could you send me the link to your online store by Private Message? It might be inspiring and I'll do the same if you wish. For the time being, I'm sticking with .20v on the production site (although I'm having a messaging problem...).
Franck.
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: 1.0.8.21 Questions / Comments / Concerns

Post by bonbec »

Hello Franck,
Scratchilito wrote: Thu Feb 22, 2024 1:58 pm Have you installed the natural English version 1.0.8.21 or translated it?
I only installed the 20 to 21 update offered in English and also manually patched the french versions of Artfulweb 1.0.8.20 to 21.
I also copied the Raiwa Spanish addon 1.0.8.21r1 directly.
Be careful, some english language files from 1.0.8.21 have some add, so I translate directly from the 1.0.8.21 version.
Scratchilito wrote: Thu Feb 22, 2024 1:58 pmIndeed, create_account has this problem in French, and if I switch to English and Spanish, the form doesn't display at all in these two languages.
In your translated french file create_account.php, try to comment the line const TEXT_ORIGIN_LOGIN and add my translation to see if the error occurs.
const TEXT_ORIGIN_LOGIN = '<span class="text-danger"><strong>REMARQUE :</strong></span> Si vous avez déjà un compte client, veuillez vous connecter à la page de <a class="alert-link" href="%s"><u>Connexion</u></a>.';
Scratchilito wrote: Thu Feb 22, 2024 1:58 pm Bonjour Fred, enchanté.
Could you send me the link to your online store by Private Message? It might be inspiring and I'll do the same if you wish. For the time being, I'm sticking with .20v on the production site (although I'm having a messaging problem...).
Franck.
Done.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
Scratchilito
Member
Posts: 37
Joined: Wed Jan 26, 2022 2:15 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times

Re: 1.0.8.21 Questions / Comments / Concerns

Post by Scratchilito »

bonbec wrote: Thu Feb 22, 2024 2:25 pm
In your translated french file create_account.php, try to comment the line const TEXT_ORIGIN_LOGIN and add my translation to see if the error occurs.
const TEXT_ORIGIN_LOGIN = '<span class="text-danger"><strong>REMARQUE :</strong></span> Si vous avez déjà un compte client, veuillez vous connecter à la page de <a class="alert-link" href="%s"><u>Connexion</u></a>.';
Here are my or artfulweb translations at the first line and yours in the second one :

Code: Select all

const TEXT_ORIGIN_LOGIN = '<span class="text-danger"><strong>REMARQUE :</strong></span> Si vous avez déjà un Profil chez nous, veuillez vous connecter à la page de <a class="alert-link" href="%s"><u>Connexion</u></a>.';
const TEXT_ORIGIN_LOGIN = '<span class="text-danger"><strong>REMARQUE :</strong></span> Si vous avez déjà un compte client, veuillez vous connecter à la page de    <a class="alert-link" href="%s"><u>Connexion</u></a>.';
We can see that there is no difference in structure and the problem persists. The first person to raise this issue in this discussion doesn't have a French version, and apparently only changing the mysql customer_data_groups in customer_data_groups_width from 12 to col-sm-12 was enough.
Not for me.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply