cvs -z3 -d:pserver:anonymous@uk.cvs.moodle.org:/cvsroot/moodle co -r MOODLE_18_STABLE moodle
and then set up the moodle system as per normal. All fine and dandy. Because I need to get courses imported from the Banner system I installed the MINTED course profile plugin and got it running. Triffic. Then I noticed some issues with the Assignment module had apparently been fixed. 'Ahah', thinketh I, 'time to use the jolly old CVS update to snag these fixes and then test out the Assignment module'. Then I made my first mistake. I did not backup the moodle directory tree. Blithely assuming all would be well, I went ahead and did an update:
cvs update -dP
All was not well. What had been functioning fine now gives a blank page (see http://moodle.macarius.earlham.edu/). Suspecting that I might have strayed off the Moodle stable path I tried:
cvs update -dP -r MOODLE_18_STABLE
to no avail. Any ideas why the stable branch should deliver a blank opening page?
Cheers
Mark