Question
I'm on my first install (4.02) and have finished setting everything in the configuration script and have no errors or warnings.
I'm now ready to 'view' for the first time via..
http://my-ip/TWiki/bin/view
which gets redirected to
http://my-ip/TWiki/bin/oops/Main/WebHome?template=oopsaccessdenied;def=no_such_web;param1=view
and this produces;
TWiki Installation Error
Template "oopsaccessdenied" not found.
Check the configuration setting for {TemplateDir}.
Looking at my configuration..
TemplateDir = /var/www/html/TWiki/bin/configure.pltemplates
Looking on the machine this directory exists and has the following permissions
drwxrwxrwx 2 apache apache 4096 Apr 7 18:07 configure.pltemplates
and there is nothing in the directory. Can anyone help me on where to go next?
Regards Paul.
Environment
--
PaulMatthews - 08 Apr 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Paul,
you need to set
TemplateDir = /var/www/html/TWiki/templates
presuming that your template dir is there. It should be full of files ending in
.tmpl
--
SvenDowideit - 08 Apr 2006