8
I am bit confused now! I assumed that you installed the spaw module and changed the paths.
Look in tinycontent/admin/index.php for
if ($xoopsModuleConfig['tc_wysiwyg'] == '1') {
The correct path to spaw should be:
$spaw_root = XOOPS_ROOT_PATH.'/modules/spaw/';
There are two places in index.php where you have to adapt the path.