1
I was messing around and installed a module out of curiosity, didn't really see that I could make any use of it, and uninstalled it.
Now several of my blocks don't work.
Turning on PHP debugging shows me the following error:
Quote:
Warning: Smarty error: unable to read resource: "db:system_block_dummy.html" in /home/.negotiator/slemmons/premeditated.net/class/smarty/Smarty.class.php on line 1084
line 1077-1088 of Smarty.class.php reads:
Quote:
* trigger Smarty error
*
* @param string $error_msg
* @param integer $error_type
*/
function trigger_error($error_msg, $error_type = E_USER_WARNING)
{
trigger_error("Smarty error: $error_msg", $error_type);
}
/**
I'm using XOOPS 2.2.3. The module in question was TinyD. Any help would be appreciated.
Thanks!
Edit: Issue resolved. updated system module, and it fixed it.