Na de update naar 1.11.5 krijg bij het bewaren van een pagina de volgende fatal error:
De code op die pagina, die al lange tijd ongewijzigd is, is:Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "module_db_tpl:SiteMapMadeSimple;xml_UB_Sitemap" on line 11 "{CGBlog number='1000'}" unknown tag "CGBlog"' in /home/efacti/public_html/uisge-beatha.eu/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:702 Stack trace: #0 /home/efacti/public_html/uisge-beatha.eu/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php(488): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "CG...', 11) #1 /home/efacti/public_html/uisge-beatha.eu/lib/smarty/sysplugins/smarty_internal_templateparser.php(2388): Smarty_Internal_TemplateCompilerBase->compileTag('CGBlog', Array) #2 /home/efacti/public_html/uisge-beatha.eu/lib/smarty/sysplugins/smarty_internal_templateparser.php(3101): Smarty_Internal_Templateparser->yy_r36() #3 /home/efacti/public_html/uisge-beatha.eu/lib/smarty/sysplugins/smarty_internal_templateparser.php(3201): Smarty_Internal_Templateparser->yy_reduce(36) # in /home/efacti/public_html/uisge-beatha.eu/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 702
Code: Select all
content_type type="text/xml"}
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{CGBlog assign="cgblog" number="1000"}
{foreach from=$items item=entry}
<url><loc>{$entry->detail_url|lower}</loc></url>
{/foreach}
</urlset>
Grtz., Gregor