Question
I see in my error_log the following mesage
File does not exist: /net/kawela/kawela/intdev/WebDocRoot/PublicTwiki/pub/TWiki/TWikiPreferences/$name, referer: http://kawela.keck.hawaii.edu/PublicTwiki/bin/view/TWiki/TWikiPreferences
I thik it comes from the section of TWikiPreferences that looks like
- Format of images when the link check box is checked: (can be overwritten by user preferences)
-
NOTE: Keyword $name gets expanded to filename; $comment to comment; $size to width="..." height="..." attribute of img tag; \t to tab (3 spaces for bullets).
* Set ATTACHEDIMAGEFORMAT = \t* $comment: <br />
<img src="%ATTACHURLPATH%/$name" alt="$comment" $size />
Is this expected?
Mahalo, Wayne
Environment
--
WayneDahl - 09 Aug 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.
A wiki wiki answer: If the setting with $name is enclosed in
varbatim tags you should not get this message in the error log. Checking... Yes, the
ATTACHEDIMAGEFORMAT in
TWiki04.TWikiPreferences is not enclosed in
verbatim tags. If you do it the same way as
ATTACHEDFILELINKFORMAT you should be OK.
--
PeterThoeny - 09 Aug 2006