Archive for January 15th, 2008

Moodle Development

Tuesday, January 15th, 2008

We are planning to build a connector for Moodle. Therefor we have to get to know the Moodle API as efficient as possible. We planned a user workshop / brainstorm session to talk about the moodle code and how to approach building of the connector. Some interesting pages from the Moodle-docs: Developer Documentation Overview Setting up Eclipse Moodle phpDocs Moodle ...

Debugging crontab | wget

Tuesday, January 15th, 2008

The strangest thing happens when executing a script via cronta; the script works perfectly fine with command line but when I run it via cron the wget command does not get executed. Maybe because he is using output from another wget command to login to the site which is not ...