Upgrade from 1.4.5 to 1.5 fails: "quiz needs to be upgraded"...

Upgrade from 1.4.5 to 1.5 fails: "quiz needs to be upgraded"...

by M. Hagedorn -
Number of replies: 3
Hi. I tried to upgrade from 1.4.5+ to 1.5.
I made these steps:
-1.) The old installation was a .tar.gz-Archive
0.) With cvs --> 1.5 fetched and moved to my  server. Then
1.) saved the old database
2.) config.php saved
3.) moodledata saved
4.) my theme saved

After that:
mv moodle moodle14
mv moodle15 moodle
Then I copied config.php, moodledata und my theme to the (new) moodle-dir.

Then:  Login as Admin
The first error message appeared:
Warning: posix_times failed with 'Error 0' in /moodle/lib/setup.php on line 440

The upgrade process began --  but after a while it stopped whith this error:

quiz module needs upgrading


Warning: Unable to access remote.php in
/moodle/mod/quiz/questiontypes/rqp/questiontype.php
on line 14

Whats going wrong there? I went back to 1.4.5 after that ...
Any hints here?
Thanks,
M. Hagedorn

Average of ratings: -
In reply to M. Hagedorn

Re: Upgrade from 1.4.5 to 1.5 fails: "quiz needs to be upgraded"...

by Gustav W Delius -
The error message says that your server is unable to access the file /moodle/mod/quiz/questiontypes/rqp/remote.php. You should check that that file exists on your server and has the same permissions as other files.
In reply to Gustav W Delius

Re: Upgrade from 1.4.5 to 1.5 fails: "quiz needs to be upgraded"...

by M. Hagedorn -
I checked that -- the file is there and it has the same permissions than any other file in that directory. It still doesnt work -- even when I updated the CVS-Tree completely again. Any other hint?
Thanks a lot,
M. Hagedorn

In reply to M. Hagedorn

Re: Upgrade from 1.4.5 to 1.5 fails: "quiz needs to be upgraded"...

by Gustav W Delius -
This has been resolved, see bug 3483