3
For those that may be suffering from a similar problem, the cause was the shoutbox module. There are two current workarounds for the module
1. disable the "smiley bar" for the shoutbox block. (System -> Blocks -> "Edit" on the shoutbox block)
2. change the following line in /modules/newbb/include/forumform.inc.php
include(XOOPS_ROOT_PATH."/include/xoopscodes.php");
to
include_once(XOOPS_ROOT_PATH."/include/xoopscodes.php");