Language customization error error/Unable to find the filename for the component...

Re: Language customization error error/Unable to find the filename for the component...

by Dennie Walker -
Number of replies: 2
In case there's anyone still struggling with this, my solution was to manually go into the DB and remove from the table mdl_tool_customlang_components the plugins that are no longer installed on my system.

Additional errors may continue to pop up indicating that there are other dead plugin components to remove, simply search for them in the above named table and delete them until you get the all clear to save your customized language strings.

Hope this is helpful.
Average of ratings: Useful (2)
In reply to Dennie Walker

Re: Language customization error error/Unable to find the filename for the component...

by Simon Brigadenko -
Thanks for the help!
In reply to Simon Brigadenko

Re: Language customization error error/Unable to find the filename for the component...

by Klaus Steitz -
Picture of Plugin developers Picture of Testers
There is even a more simple fix, remove all content from the table mdl_tool_customlang - it´s just a caching-table, content will be rewritten by next lang-customizing-start:
TRUNCATE TABLE mdl_tool_customlang;

Works fine with all our moodle-systems.
Credits to Andreas Grabs; Details see also:
https://tracker.moodle.org/browse/MDL-67515
Average of ratings: Useful (2)