Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid argument supplied for foreach() in #327

Open
ModDM opened this issue Jan 19, 2018 · 1 comment
Open

Invalid argument supplied for foreach() in #327

ModDM opened this issue Jan 19, 2018 · 1 comment

Comments

@ModDM
Copy link

ModDM commented Jan 19, 2018

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?

@infograf768
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants