Hi Gerald,
On Tue, May 21, 2002 at 08:04:44PM +0200, Gerald Richter wrote:
> So your original usage of .. was correct. Basicly what you are doing seems
> to be ok, but I see that it doesn't work.
>
> Where is your base template located? Where is the page you are actually
> requesting located? Can you send the full log of the request, there must be
> something before the part you send, where we can see how the page and the
> base template is searched
In cts/htdocs:
requested page: empty.html
failing header object: header.epl (Execute '../header.epl')
In cts/htdocs/base:
base template: base.epl
content object: content.epl
base header object: header.epl
other formatting objects: style.epl, footer.epl
Basically base.epl executes content.epl, which executes a set of
formatting objects, one of which is header.epl. The other formatting
objects aren't overridden in the cts/htdocs directory, so they're
working fine.
Again, config looks like:
<Directory "/export/opt/web/cts/htdocs">
Options +ExecCGI
SetHandler perl-script
PerlHandler HTML::EmbperlObject
PerlSetEnv EMBPERL_OBJECT_STOPDIR "/export/opt/web/cts/htdocs"
PerlSetEnv EMBPERL_OBJECT_ADDPATH "/export/opt/web/base"
</Directory>
I'll send you the request log separately.
Cheers,
Gavin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]