1.0.8.21 Questions / Comments / Concerns
- 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
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:
-
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
I also agreeing the code is normal. It closes the div class.
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.
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.
- 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
Hello Franck,
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>.';
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 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.
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.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.
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>.';
Done.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.
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
Here are my or artfulweb translations at the first line and yours in the second one :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>.';
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>.';
Not for me.