I am currently trying to migrate to moodle 1.9 and webwork 2.4. I am trying to doing it on the same computer, but using different databases and locations for the old and new versions.
The moodle 1.9 version is running without problem using mysql moodle19 database.
I have update webwork to webwork2.4 using a mysql database webwork24, but I ran into several problems:
the location of webwork2.4 is in /opt/webwork/webwork2.4 with a symbolic link to /opt/webwork/webwork2 (I run only one version of webwork on my apache server)
1/ I can access the webwork administration, and I can create new courses
2/ But when I try to access my old course which use a moodle_sql database, I got an error messages
DBD::mysql::st execute failed: Table 'moodle19.mdl_sessions' doesn't exist at /opt/webwork/webwork2/lib/WeBWorK/Authen/Moodle.pm line 196
3/ I have install wwassignment4 in moodle1.9
http://www.ufrmeca.univ-lyon1.fr/webwork2_wsdl
works and return an xml page
http://www.ufrmeca.univ-lyon1.fr/webwork2_rpc
fails and return a bad request:
our browser sent a request that this server could not understand.I am running apache 1.3.34 server
4/ In moodle, I can select a webwork course,
but when I try to select a Webwork Problem set i got an error
No WeBWorK course is linked to this course.
Use the WWLink block to create a connection between this Moodle course and a WeBWorK course.
PS: i am running Ubuntu 7.04 on a x64 sun server, with apache 1.3.34 and mysql 5.0.51, perl 5.8
Any help would be appreciated
regards,
Marc