Language-error on login-page

General questions regarding the use of languages in 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
flasp
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 116
Joined: Thu Jan 07, 2010 11:55 am

Language-error on login-page

Post by flasp » Fri Aug 18, 2023 9:21 am

I am getting these errors on my admin login-page:

Warning: Attempt to read property "metadata" on array in /var/www/mysite.dk/public_html/libraries/src/Language/LanguageHelper.php on line 51

Warning: Trying to access array offset on value of type null in /var/www/mysite.dk/public_html/libraries/src/Language/LanguageHelper.php on line 54

This is lines 50 and 51

Code: Select all

foreach ($languages as $languageCode => $language) {
            $metadata = $installed ? $language->metadata : $language;
This is lines 53 and 54

Code: Select all

$list[] = [
                'text'     => $metadata['nativeName'] ?? $metadata['name'],
Can anyone tell me what is wrong or help me to solve it.

My site is J4.3.3 and php 8.1

User avatar
ceford
Joomla! Hero
Joomla! Hero
Posts: 2723
Joined: Mon Feb 24, 2014 10:38 pm
Location: Edinburgh, Scotland
Contact:

Re: Language-error on login-page

Post by ceford » Sat Aug 19, 2023 4:08 pm

My guess is you have an improperly installed language. What is the history/language history of your site?


Post Reply

Return to “Language - Joomla! 4.x”