Matthew,
[15/May/2008:12:39:46][7030.3069311888][-conn:dodss-cleat::4] Notice: --try en:multiple-output-types -> 0, ::1390 ::xowiki::Package->resolve_request (2902ms, 3ms)
[15/May/2008:12:39:46][7030.3069311888][-conn:dodss-cleat::4] Notice: no prototype for 'multiple-output-types' found, ::1390 ::xowiki::Package->resolve_page (2903ms, 0ms)
the only way I can reproduce that behaviour (and the second log message) is by
- mangling file-level permissions on xowiki/www/prototypes/multiple-output-types.page so that the running user can't read the file
- the file is not present at that very location
internally, the prototype logic uses a [file readable ...] which returns 0 in either of the above cases.
so, i'd say: check permissions and file ownership.
//stefan