> > 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 >
Look it a bug in the path searching logic. Goto Embperl.pm, line 617, which is $skip += $pathndx if ($skip) ; insert $pathndx = 0 if (!$skip) ; directly below this line. Does this fix it? Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
