error when adding activities

error when adding activities

από r robbie -
Αριθμός απαντήσεων: 2

just upgraded to the nightly and now nothing happens when I try to add an activity. Any suggestions?

thanks, Robbie

Μέσος όρος βαθμολογίας: -
Σε απάντηση σε r robbie

Re: error when adding activities

από Martin Dougiamas -
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Moodle HQ Φωτογραφία Particularly helpful Moodlers Φωτογραφία Plugin developers Φωτογραφία Testers
After you upgraded the files did you visit the admin page to complete the upgrade?
Σε απάντηση σε Martin Dougiamas

Re: error when adding activities

από Martin Dougiamas -
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Moodle HQ Φωτογραφία Particularly helpful Moodlers Φωτογραφία Plugin developers Φωτογραφία Testers
My apologies! There was a new javascript-related bug in there - in fact ALL the popup menus had stopped working. λυπημένος

Fixed in CVS and current nightly.

The culprit? A single character was lowercase instead of uppercase. You can fix it yourself by searching in lib/weblib.php for "selectedindex" and changing it to "selectedIndex".

(As an aside - can all bugs related to CVS/nightly/development versions please go in the bug tracker? ... little bugs such as this one won't affect most people).