1
Hi,
I have strange problem right now. I use the xlanguage module with news 1.4 on a XOOPS 2.2.3 system. It used to work ok, but now I get no flags under the language selection block, the recent news block I use is empty as well as the theme selection block I use (yes, I did mark a bunch of selectable themes in the settings).
At the bottom of the page I get the following errors.
Warning [Xoops]: Smarty error: unable to read resource: "db:system_block_dummy.html" in file class/smarty/Smarty.class.php line 1084
Warning [Xoops]: Smarty error: unable to read resource: "db:news_block_top.html" in file class/smarty/Smarty.class.php line 1084
Has anyone seen this? Ay ideas on how to fix it?
The file seems ok, and readable:
<ak@theodor ~/public_html/xoops-2.2.3/html $ ls -al ./modules/system/templates/blocks/system_block_dummy.html
-rwxrwxrwx 1 zak users 18 30 apr 14.23 ./modules/system/templates/blocks/system_block_dummy.html
zak@theodor ~/public_html/xoops-2.2.3/html $ cat ./modules/system/templates/blocks/system_block_dummy.html
<{$block.content}>zak@theodor ~/public_html/xoops-2.2.3/html $
/Fredrik