You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed com_localise-4.0.31-dev.zip in my Joomla installation.
After installation I go to back-end > Components > Localise (click on that) and on the page of your component I see at the top this error:
Warning: Invalid argument supplied for foreach() in joomla\administrator\components\com_localise\models\languages.php on line 211
What does this mean and what do I have to do?
The text was updated successfully, but these errors were encountered:
the code line is foreach ($folders as $folder)
where $folder has the value of the language tag, i.e. fr-FR, de-DE, etc.
Which Joomla version are you using? And which languages are installed?
Just installed com_localise-4.0.31-dev.zip in my Joomla installation.
After installation I go to back-end > Components > Localise (click on that) and on the page of your component I see at the top this error:
Warning: Invalid argument supplied for foreach() in joomla\administrator\components\com_localise\models\languages.php on line 211
What does this mean and what do I have to do?
The text was updated successfully, but these errors were encountered: