Re: [Hw4mdl-devel] Errors in latest code
Brought to you by:
jhlinder,
trollinger
From: Thomas R. <tro...@wi...> - 2008-02-21 02:43:28
|
Hi Ashley, Ashley Holman a écrit : > Hi, > > I just came across some other errors. Sorry to bombard you: > > Fatal error: require_once() [function.require]: Failed opening required 'lib/php/vt/vtAction.php' (include_path='.:/usr/share/pear') in /var/www/html/moodle19/moodle/mod/voicetools/view.php on line 39 > > This is a case sensitivity problem as the file is named "VtAction.php" (capital V). Are you guys working on Windows there? I'm testing this on Linux so the filesystem is case-sensitive. After fixing that up I got this error when trying to load up a Voice Board: My dev environment is on Mac and the filesystem is not case sensitive :) > > "The Voice Tools linked to this activity is currently unavailable. > Please contact your instructor" > > Do you know why I might be getting that error? If you're interested I should be able to set you up with SSH access to a development Moodle I have here which I'm using to test the Voice Tools module. So far I've been plagued with errors so would appreciate your assistance in getting it to work under my setup here. Once I can get it working I'll be able to start on the patch for using roles/capabilities. > This is not an error. The resource linked to this activity is not available. That's mean that the availability setting of this particular voice tools is set to false(Access panel of the settings) To change the avaibility of a tools, you have to go to the Voice Tools component ( where all the voice tools are listed ) and edit the settings. There is a green/red icon to indicate the availability of the resource Best Thomas > Thanks > Ashley. > |