1.4 bug: turning editing on at frontpage makes it disappear

Re: 1.4 bug: turning editing on at frontpage makes it disappear

על ידי Osku Kannusmäki בתאריך
מספר תגובות: 2
We had same problem with Antti again because of these Sun machines. It took me a while, but here is the solution that seems to be working. We had a discussion with Antti and he managed to fix his problem with this too.


in moodle root index.php change line 18?

require_once("mod/resource/lib.php");

to it's absolute form

require_once("$CFG->dirroot/mod/resource/lib.php");

This should propably be updated in CVS also. חיוך Hmm.. propably I should someday also start developing Moodle furher. If I only had time...

BTW.
We encountered one very annoying feature while we updated from 1.3 to 1.4. After upgrade all resources opened outside moodle frame altough the original setting was inside moodle frame. We had to manually set every resource in every course to open inside frame again. I think this feature should also be mentioned in what's new section. Or, was I missing something?

- Osku
בתגובה ל: Osku Kannusmäki

Re: 1.4 bug: turning editing on at frontpage makes it disappear

על ידי Martin Dougiamas בתאריך
תמונה של Core developers תמונה של Documentation writers תמונה של Moodle HQ תמונה של Particularly helpful Moodlers תמונה של Plugin developers תמונה של Testers
I've fixed the paths to help those machines that need it ...

The resource upgrade should have been smoother than that ... it has been on all the sites I've tried ... I can't think what might have happened in your case, sorry.
בתגובה ל: Martin Dougiamas

Re: 1.4 bug: turning editing on at frontpage makes it disappear

על ידי Osku Kannusmäki בתאריך
That's ok, I just got all the other teachers angry with me beacause of the Moodle update.  big grin  Now everything seems to be working fluently.

- Osku