Archive for January 9th, 2008

HTML editor gone?

Wednesday, January 9th, 2008

On one of our servers the HTML editor seems to be gone from Moodle. Checking how to fix. Hmm, strange, probably there is some user setting which is set that html-editor cannot be used. Because after setting  $usehtmleditor = 'Gecko'; //can_use_html_editor(); in course/editsection.php the html-editor could be used. The function can_use_html_editor() is defined in moodlelib.php and checks the global config settings for htmleditor and the user settings. Tried to set ...

Upgraded Client Moodle 1.9

Wednesday, January 9th, 2008

Upgraded test environment of client with dedicated server to Moodle 1.9. set theme back to default downloaded latest 1.9 beta copied test env to backup moved new code to test env chown of new source tree upgrade in browser copied theme files all big success