Hi,
We have a Moodle server (v3.3) using Coderunner 1.5 beta.
Any advice on upgrading would be greatly appreciated.
Thanks,
Paul
Hi,
We have a Moodle server (v3.3) using Coderunner 1.5 beta.
Any advice on upgrading would be greatly appreciated.
Thanks,
Paul
Perhaps I didn't uninstall 1.5beta completely?
Wow, I didn't think there would be any version 1 CodeRunners still live in the wild. I'm not sure whether to be impressed or depressed!
The upgrade is not going to be trivial (as you've just discovered). I hope you're not attempting this upgrade on a production server.
As explained in the documentation, here, you can't upgrade directly to the current version. The upgrade path will need to be something like the following. You should do this on a copy of the server, not the production version.
It's quite possible that even a two-hop upgrade will not be sufficient, but let's see what happens.
Richard
Believe or not version 1.5 is still running fine for requirements here. However, I recently took over as sysadmin and I feel we should at least try to upgrade.
I have cloned the production server in order to test the upgrade. I'll follow your instructions and cross my fingers!
Once again, thanks for your help, I'll let you know how it goes.
Paul
I eventually got to try this.
Jobe server and qbehaviour_adaptive_adapted_for_coderunner installation/upgrade were successful
However, the coderunner upgrade threw up this error. Any suggestions?
Thanks
OK, not a huge surprise that that broke. I think we should take this conversation off the forum since I doubt anyone else is upgrading from 1.5beta. Could you please email me (richard.lobb@canterbury.ac.nz) directly with:
mysql -u <yourmysqlrootusername> -p moodle <Enter the password for your mysql root user> describe mdl_quest_coderunner_options;or you might be able to get it directly from phpmyadmin if you have that installed.
With that info, I'll see if I can figure out a solution.
Richard