Hi
I am in the process of setting up Moodles IMS repository but am experienceing some difficulties.
I have changed the repository config file to:
I have sorted this out now, it was a permissions problem. I do however now have a new problem...
When I try to preview IMS files from the ims_repository the navigation box appears but the content box has the following error
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
If i add the same IMS package via the choose or upload a file method then I can view it fine.
Any help will be much appreciated
Wes
Some of the things I had to make sure of was
1. That the ims_respository was in the root of moodle and nowhere else.
2. The folder (the ims_repository folder), has to have full read right permissions. Our technical guy did say that all the folders had different permission but I'm not sure that was him trying to keep one step ahead of me
3. Unzip packages in the ims_repository (unlike when doing it the normal way where you can leave it zipped)
4. Make sure that the UTF value is 8 and not 16 (some of the NLN materials are packaged wrong) otherwise you get an error regarding UTF(cant remeber exactly what it was)
That's about as much as I can help you with I'm afraid, but doing these things made it work for me.
oh and I made sure this line
$CFG->repository = "path to your moodle site here";
was actually to the root e.g. if your moodle is inside a folder called moodle the path would be something like. moodle/htdocs/ims_repository
Thanks