Question:
When I go to the admin panel and click “modules” I get an error similar to
Error
Unable to load the following language file:
lang.image_gallery.php
How can I fix this?
Answer:
What this usually means is that, for some reason, you created/uploaded an errant folder inside your modules folder. The folder will be named whatever is between the lang. and the .php. So in this case, it would be a folder called image_gallery.
So, if it said the error was with lang.plugins.php then it would mean there was an un-needed directory in “modules”, called “plugins” - that would need to be removed.
If you remove the folder, the problem will be fixed and you will be able to access the Modules tab again.
