[nextBBS]

User Warning: Smarty error: unable to read resource: "intermediate.tpl" in /home/nextbbs/wwwroot/nextbbs.com/smarty/Smarty.class.php (1083)
at trigger_error("Smarty error: unable to read resource: "intermediate.tpl"", 512) (/home/nextbbs/wwwroot/nextbbs.com/smarty/Smarty.class.php:1083)
at Smarty->trigger_error("unable to read resource: "intermediate.tpl"") (/home/nextbbs/wwwroot/nextbbs.com/smarty/Smarty.class.php:1579)
at Smarty->_fetch_resource_info("Array") (/home/nextbbs/wwwroot/nextbbs.com/smarty/Smarty.class.php:1406)
at Smarty->_compile_resource("intermediate.tpl", "%%79^798^79891C6E%%intermediate.tpl.php") (/home/nextbbs/wwwroot/nextbbs.com/smarty/Smarty.class.php:1252)
at Smarty->fetch("intermediate.tpl""""", "1") (/home/nextbbs/wwwroot/nextbbs.com/smarty/Smarty.class.php:1096)
at Smarty->display("intermediate.tpl") (/home/nextbbs/wwwroot/nextbbs.com/common.php:651)
at Common->intermediate("Error", "Sorry, you are not allowed to view this topic!", "", "
") (/home/nextbbs/wwwroot/nextbbs.com/common.php:169)
at Common->error("Sorry, you are not allowed to view this topic!") (/home/nextbbs/wwwroot/nextbbs.com/topic.php:218)
at Topic()() (/home/nextbbs/wwwroot/nextbbs.com/topic.php:17)
at require("/home/nextbbs/wwwroot/nextbbs.com/topic.php") (/home/nextbbs/wwwroot/nextbbs.com/index.php:442)

Source Code:
1074
1075    /**
1076     * trigger Smarty error
1077     *
1078     * @param string $error_msg
1079     * @param integer $error_type
1080     */
1081    function trigger_error($error_msg$error_type E_USER_WARNING)
1082    {
1083        trigger_error("Smarty error: $error_msg"$error_type);
1084    }
1085
1086
1087    /**
1088     * executes & displays the template results
1089     *
1090     * @param string $resource_name
1091     * @param string $cache_id
1092     * @param string $compile_id
1093     */

Variables: