Language Labels Showing in Admin

Need help upgrading your Joomla! website or converting to Joomla! 4.x?

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
LikeStuff
Joomla! Guru
Joomla! Guru
Posts: 850
Joined: Mon Jul 24, 2006 2:06 am

Language Labels Showing in Admin

Post by LikeStuff » Tue Feb 07, 2023 5:34 pm

Hello,

I updated my website to Joomla 4. When I moved the site from the development area to the live site, I noticed that in the backend some of the language labels are showing. Please see attached.

How can I fix this please?

Thanks!
You do not have the required permissions to view the files attached to this post.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28052
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Language Labels Showing in Admin

Post by imanickam » Wed Feb 08, 2023 3:01 am

Did the update went through successfully? The reason for my question is that these language strings (that are not translated) are not present in the current stable version of Joomla! 4 (ie 4.2.7).

Please review the log file named joomla_update.php that is located in the directory administrator\logs.

What version of Joomla! 4 is being used for your site? The current stable version of Joomla! 4 is 4.2.7.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
ex-Joomla! Translations Coordination Team
Eegan - Support the poor and underprivileged

LikeStuff
Joomla! Guru
Joomla! Guru
Posts: 850
Joined: Mon Jul 24, 2006 2:06 am

Re: Language Labels Showing in Admin

Post by LikeStuff » Wed Feb 08, 2023 4:11 pm

1) Yes, the update went through successfully

2) The currently installed Joomla is ‎4.2.7

3) The only thing in /administrator/logs is an index.html file. I do see an error_log in the administrator folder.

Thanks!

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28052
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Language Labels Showing in Admin

Post by imanickam » Wed Feb 08, 2023 5:57 pm

If the update was done through the update component of Joomla then there would be a log. In case if you had used utilities such a Akeeba Backup to copy an updated site to another place then the update log files may not be present.

The reason for checking whether the update has gone successfully is that it looks like the file application.xml is being used from one of the previous version of Joomla (such as v3.10.x). To clarify what I mean, please see the following code snippet.

Joomla! 4.2.7

Code: Select all

		<field
			name="feed_email"
			type="list"
			label="COM_CONFIG_FIELD_FEED_EMAIL_LABEL"
			default="none"
			filter="word"
			validate="options"
			>
			<option value="author">COM_CONFIG_FIELD_VALUE_AUTHOR_EMAIL</option>
			<option value="site">COM_CONFIG_FIELD_VALUE_SITE_EMAIL</option>
			<option value="none">COM_CONFIG_FIELD_VALUE_NO_EMAIL</option>

		</field>
Joomla! 3.10.11

Code: Select all

		<field
			name="feed_email"
			type="list"
			label="COM_CONFIG_FIELD_FEED_EMAIL_LABEL"
			description="COM_CONFIG_FIELD_FEED_EMAIL_DESC"
			default="none"
			filter="word"
			>
			<option value="author">COM_CONFIG_FIELD_VALUE_AUTHOR_EMAIL</option>
			<option value="site">COM_CONFIG_FIELD_VALUE_SITE_EMAIL</option>
			<option value="none">COM_CONFIG_FIELD_VALUE_NO_EMAIL</option>

		</field>
As you can notice, the description that contain the language string COM_CONFIG_FIELD_FEED_EMAIL_DESC is not being used in Joomla! 4.2.7. Since it is present in 3.x, it is showing as untranslated string.

If it is indeed the case, there could be other files that may not have been relocated or modified from the previous version of Joomla!

Note:
To understand the issue/behavior, I would suggest installing a fresh copy of Joomla that is downloaded from https://downloads.joomla.org/ in a local or test environment and check the back-end.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
ex-Joomla! Translations Coordination Team
Eegan - Support the poor and underprivileged


Post Reply

Return to “Migrating and Upgrading to Joomla! 4.x”