Page 1 of 1

(Opgelost) Nieuwsmodule pagina 2 error

Posted: Tue May 13, 2014 9:45 am
by pasmaskas
Beste cmsms leden,

Ik kwam vandaag op mijn website en als ik naar http://pmkmedia.nl/tips-trucs surf dan zie je netjes de eerste pagina staan. Maar als ik op pagina 2 klik krijg ik deze error:

Code: Select all

Syntax error in template "11f7cfd4adee1ba2a9d940132bc53cdfa5302b08"  on line 1 "

Ik heb een kleine aanpassing aangebracht aan mijn

Close Full Trace ↑

					

#0 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templateparser.php(3135): Smarty_Internal_TemplateCompilerBase->trigger_template_error()
#1 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templateparser.php(3199): Smarty_Internal_Templateparser->yy_syntax_error(60, '.')
#2 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php(111): Smarty_Internal_Templateparser->doParse(60, '.')
#3 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php(273): Smarty_Internal_SmartyTemplateCompiler->doCompile('<p>Ik heb een k...')
#4 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php(135): Smarty_Internal_TemplateCompilerBase->compileTemplate(Object(Smarty_Internal_Template))
#5 /public/sites/www.pmkmedia.nl/tmp/templates_c/^3429b5e87061af5a86eaa09f48bd93b023121ee5.module_db_tpl.News;summarySample.php(78): Smarty_Internal_TemplateBase->fetch()
#6 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php(182): content_5371e770e18097_23978561(Object(Smarty_Internal_Template))
#7 /public/sites/www.pmkmedia.nl/lib/classes/class.Smarty_CMS.php(326): Smarty_Internal_TemplateBase->fetch('module_db_tpl:N...', 'p88|ns870e96cfc...', '', NULL, false, false, false)
#8 /public/sites/www.pmkmedia.nl/modules/News/action.default.php(380): Smarty_CMS->fetch('module_db_tpl:N...', '|ns870e96cfc075...', '')
#9 /public/sites/www.pmkmedia.nl/lib/classes/class.CMSModule.php(1727): include('/public/sites/w...')
#10 /public/sites/www.pmkmedia.nl/lib/classes/class.CMSModule.php(1795): CMSModule->DoAction('default', 'm74567', Array, '88')
#11 /public/sites/www.pmkmedia.nl/lib/module.functions.php(123): CMSModule->DoActionBase('default', 'm74567', Array, '88')
#12 /public/sites/www.pmkmedia.nl/lib/classes/class.CMSModule.php(302): cms_module_plugin(Array, Object(Smarty_Internal_Template))
#13 /public/sites/www.pmkmedia.nl/tmp/templates_c/88content_en^62e936251e4799749e89fa9828a0ee7332eb5816.content.content_en.php(23): CMSModule::function_plugin(Array, Object(Smarty_Internal_Template))
#14 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php(182): content_5371e770cbfae2_78034195(Object(Smarty_Internal_Template))
#15 /public/sites/www.pmkmedia.nl/lib/classes/class.Smarty_CMS.php(326): Smarty_Internal_TemplateBase->fetch('content:content...', 'p88|content_en', '88content_en', NULL, false, false, false)
#16 /public/sites/www.pmkmedia.nl/lib/classes/class.CMS_Content_Block.php(327): Smarty_CMS->fetch('content:content...', '|content_en', '88content_en')
#17 /public/sites/www.pmkmedia.nl/tmp/templates_c/deaa310a4b253599131b1f97d22f3b8f60d17f91.tpl_body.49.php(75): CMS_Content_Block::smarty_internal_fetch_contentblock(Array, Object(Smarty_Internal_Template))
#18 /public/sites/www.pmkmedia.nl/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php(182): content_5371e770a5bca5_52119132(Object(Smarty_Internal_Template))
#19 /public/sites/www.pmkmedia.nl/lib/classes/class.Smarty_CMS.php(326): Smarty_Internal_TemplateBase->fetch('tpl_body:49', 'p88', NULL, NULL, false, false, false)
#20 /public/sites/www.pmkmedia.nl/index.php(240): Smarty_CMS->fetch('tpl_body:49')
#21 {main}
Ik kan nix geks vinden in cmsms waar door dit komt. Iemand een idee wat dit is?

Gr Pascal

Re: Nieuwsmodule pagina 2 error

Posted: Tue May 13, 2014 10:00 am
by velden
Ik denk dat er ofwel een fout in je niews-item zit waar de tekst '<p>ik heb een k' in voorkomt, of in je News summary template. Dat laatste is echter niet waarschijnlijk omdat anders de eerste pagina waarschijnlijk ook al een fout zou opleveren.

Krijg je verder geen Smarty error te zien?

Re: Nieuwsmodule pagina 2 error

Posted: Tue May 13, 2014 10:24 am
by pasmaskas
Bedankt voor de reactie velden

Nee ik heb geen andere Smarty error. Ik zal strask even uitzoeken waar die tekst zit en wat er mis gaat.

Edit:

Het werkt weer! Er zat een Self url in die niet meer bestaat! vandaar de error.

Bedankt voro de hulp velden