Anders,
I've finally found out what is stopping the language pack running.
When you installed LAMS, did it come up with a message that it couldn't find MySQL? If so, you would have been asked to find the directory that contains MYSQL. I suspect that when the directory was selected, it appeared as "C:\xampp\xampp\mysql".
Now, when the language pack runs, it tries to call the mysql program by taking that string and appending "bin\mysql.exe". BUT then the path comes out as "C:\xampp\xampp\mysqlbin\mysql.exe" and it should be "C:\xampp\xampp\mysql\bin\mysql.exe". Note the \ between mysql and bin!
I've raised a problem report about this, and it will be fixed in the next language pack, which will be released on February 9th. So you have four choices:
(1) Wait till February 9th and the noticeboard problem requiring the language pack fix will be fixed.
(2) Download the manual language pack and install it manually (which requires copying files and running a sql script). The manual pack is available from http://wiki.lamsfoundation.org/display/lams/Downloads
(3) Uninstall LAMS and reinstall it, but when it asks for the MySQL directory, make sure the directory path is "C:\xampp\xampp\mysql\" ie it has the trailing "\".
(4) Edit an entry in your Windows registry. If you know how to make a change in your Windows registry, then you need to find the LAMSv2 entry for "dir_mysql" and change "C:\xampp\xampp\mysql" to "C:\xampp\xampp\mysql\".
I'm not going to tell you how to change the registry - if you don't know how to modify the registry then I would suggest doing (1), (2) or (3).
I've also found where xampp puts the my.ini file. In my installation, it created it in c:\windows. However it wasn't created automatically, I had to go into the XAMPP control panel and then click the "Admin" button next to MySql. This runs WinMySQLadmin, which appears as a traffic light in the icon bar on the bottom of the screen (near the clock). I went into the my.ini take and created it that way. Then you can make the changes given on:
http://wiki.lamsfoundation.org/display/lamsdocs/Installing+MySQL+on+Windows+for+LAMS
Now to see if I can reproduce your problem starting lessons!
Fiona
Posted by Fiona Malikoff