The problems to overcome were
- We developed our own web service to retrieve data from moodle 1.9 but those services cannot be used because moodle 2.4 file stucture is totally different.
- The moodle 2.4 is developed in php 5.3 so it cannot be hosted at a free server. So we were unable to host our own moodle server for data retrieval
The solutions were to
- Host the moodle 2.4 server in a paid domain
- Re change the directory access paths in the web service.
Note- The moodle 2.4 has directory access in two levels. The hash code first 2 codes represent the root file, the second hash codes represent the secondary file level and the content will be stored with in this file.
0 comments:
Post a Comment