problem installing dutch on 2.0.2

problem installing dutch on 2.0.2

by mart van der niet -
Number of replies: 4

I try to install Dutch on 2.0.2.

The site language is EN. When I add the language pack using the admin facility this seems to work. However when accessing a new page I get a blank page.

Only thing that works is manually deleting the language files in /moodledata/lang. This gets the system working again (I see the page I want) but it's not dutch.....

Any help much appreciated

Average of ratings: -
In reply to mart van der niet

Re: problem installing dutch on 2.0.2

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Mart,

Can you turn on debugging (as explained in the documentation Debugging) to see what error messages you obtain.

I've just tried installing the nl lang pack on http://demo.moodle.net/ (running 2.0.2+) and found everything fine.

In reply to Helen Foster

Re: problem installing dutch on 2.0.2

by mart van der niet -

Hi Helen,

Got a lot of debug messages:

A series of blocks of lines, all with the same structure:

Invalid get_string() identifier: 'pluginname' or component 'format_lams'

  • line 5863 of /lib/moodlelib.php: call to debugging()
  • line 6418 of /lib/moodlelib.php: call to core_string_manager->get_string()
  • line 21 of /admin/settings/courses.php: call to get_string()
  • line 5615 of /lib/adminlib.php: call to require()
  • line 5502 of /lib/adminlib.php: call to admin_get_root()
  • line 9 of /admin/blocks.php: call to admin_externalpage_setup()

With different toplines:

Invalid get_string() identifier: 'pluginname' or component 'format_weekscss'

Invalid get_string() identifier: 'enablegroupings' or component 'admin'

Invalid get_string() identifier: 'configenablegroupings' or component 'admin'

Invalid get_string() identifier: 'experimentalsplitrestore' or component 'admin'

Invalid get_string() identifier: 'configexperimentalsplitrestore' or component 'admin'

Then a 6of blocks of lines:

parent does not exist!

  • line 873 of /lib/adminlib.php: call to debugging()
  • line 22 of /admin/settings/misc.php: call to admin_category->add()
  • line 5615 of /lib/adminlib.php: call to require()
  • line 5502 of /lib/adminlib.php: call to admin_get_root()
  • line 9 of /admin/blocks.php: call to admin_externalpage_setup()

and for a final:

 

Invalid get_string() identifier: 'pluginname' or component 'editor_htmlarea'
  • line 5863 of /lib/moodlelib.php: call to debugging()
  • line 6418 of /lib/moodlelib.php: call to core_string_manager->get_string()
  • line 162 of /lib/editorlib.php: call to get_string()
  • line 124 of /admin/settings/plugins.php: call to editors_get_available()
  • line 5617 of /lib/adminlib.php: call to require()
  • line 5502 of /lib/adminlib.php: call to admin_get_root()
  • line 9 of /admin/blocks.php: call to admin_externalpage_setup()
Invalid get_string() identifier: 'pluginname' or component 'editor_htmlarea'
This seems a problem to me, but I wouldn't know where to start to fix it....
  • line 5863 of /lib/moodlelib.php: call to debugging()
  • line 6418 of /lib/moodlelib.php: call to core_string_manager->get_string()
  • line 162 of /lib/editorlib.php: call to get_string()
  • line 127 of /admin/settings/plugins.php: call to editors_get_available()
  • line 5617 of /lib/adminlib.php: call to require()
  • line 5502 of /lib/adminlib.php: call to admin_get_root()
  • line 9 of /admin/blocks.php: call to admin_externalpage_setup()
In reply to Helen Foster

Re: problem installing dutch on 2.0.2

by mart van der niet -

Problem solved thanks to debugging: number of files in \admin were corrupt. After replacing no problems with Dutch.

Thanks for the tip!

In reply to mart van der niet

Re: problem installing dutch on 2.0.2

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Glad to hear your problem is solved. Thanks for the feedback.