1
I am having some errors in the smarty templates class in my portal. being quite new to XOOPS i have no clue how to resolve this errors.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Warning [Xoops]: Smarty error: unable to read template resource: "db:system_userinfo.html" in file class/smarty/Smarty.class.php line 1042
Warning [Xoops]: Smarty error: unable to read template resource: "db:system_notification_list.html" in file class/smarty/Smarty.class.php line 1042
Warning [Xoops]: Smarty error: unable to read template resource: "db:mylinks_index.html" in file class/smarty/Smarty.class.php line 1042
Warning [Xoops]: Smarty error: unable to read template resource: "db:mylinks_submit.html" in file class/smarty/Smarty.class.php line 1042
Warning [Xoops]: Smarty error: unable to read template resource: "db:mylinks_topten.html" in file class/smarty/Smarty.class.php line 1042
Warning [Xoops]: Smarty error: unable to read template resource: "db:mylinks_topten.html" in file class/smarty/Smarty.class.php line 1042
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i have already reviewed the code, but i can't find anything unusual in the smarty class.. line 1042 simply outputs the error..
how are the template resource managed in xoops? only in flat php/html files or does XOOPS also store the templates in the database?
the current XOOPS documentation does not contain to much information on this topic, so i decided to post into the forums..
i am glad for any help or suggestions provided here.
thank you so much folks.