Error Kernel (20) in page

Author Message

Marcus Ilgner

Friday 20 February 2004 2:50:26 am

Hello everyone,

after a successful transfer of our development site into the production environment (http://www.gerig.de) I notice a small inconvenience in our setup: at the position where the page_toppath.tpl should be included there is only a message "Error / Kernel (20)". We use version 3.2-3. Does anyone have an idea what may cause the problem. It doesn't appear on our development server and I did a 1:1 replication of the eZ-directory and the database.

The include looks like this:

{cache-block}
{* Top path START *}
{include uri="design:page_toppath.tpl"}
{* Top path END *}
{/cache-block}

and the file page_toppath.tpl looks like this:

{let name=Path use_urlalias=ezini('URLTranslator','Translation')|eq('enabled')}

{section loop=$module_result.path}
{section-exclude match=or(eq($:item.text,"News"),eq($:item.text,"Sonstiges"))}
{section show=$:item.url}
<a class="location" href={cond( and( $:use_urlalias, is_set( $:item.url_alias ) ), $:item.url_alias, $:item.url )|ezurl}>{$:item.text|shorten( 18 )|wash}</a>
{section-else}
{$:item.text|wash}
{/section}

{delimiter}
<span class="slash">/</span>
{/delimiter}
{/section}
{/let}

Greetings
Marcus

ruel villaneuva

Sunday 23 May 2004 10:04:42 pm

Hi marcus ,
did anyone suggest a solution to the problem you presented?
Can you share those solution with us?

thanks ,
ruel

Bjarte Lunde

Monday 20 September 2004 1:34:10 pm

Please let me know how to fix this... I'm having the same problem!

Ole Morten Halvorsen

Tuesday 21 September 2004 5:28:44 am

Either move the include outside the cache-block or add a parameter to it:

{cache-block keys=$uri_string}
{* Top path START *}
{include uri="design:page_toppath.tpl"}
{* Top path END *}
{/cache-block}

Ole M.

Senior Software Engineer - Vision with Technology

http://www.visionwt.com
http://www.omh.cc
http://www.twitter.com/omh

eZ Certified Developer
http://ez.no/certification/verify/358441
http://ez.no/certification/verify/272578

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.