help files missing error in version in new version (2005021101)

help files missing error in version in new version (2005021101)

per John Donaldson,
Number of replies: 2
I just installed version 2005021101 and when I was configuring a new questionnaire, I clicked several of the ? icons to get help about an item, and it returns a errors like Help file 'respondenteligible.html' could not be found!

The help files that could not be found are:
opendate.html
closedate.html
respondenteligible.html
realm.html

I looked in the directory mod/questionnaire/lang/en/help/questionnaire and all the help files listed above are in fact there. Some of the work, but the ones listed above can't be found for some reason, even though they are in the directory with the help files that do work.

I'm using OS X (10.3.8) with PHP5 and have register_long_arrays set to "On" as the install directions state.

John
Average of ratings  -
In reply to John Donaldson

Re: help files missing error in version in new version (2005021101)

per Mike Churchward,
Avatar Core developers Avatar Plugin developers Avatar Testers
You may have to manually copy the help directory to your language directory. For example, if your language directory is the '/lang/en' directory, copy:
    '/mod/questionnaire/lang/en/help' to '/lang/en/'.

mike