5
I think I figured it out. For anyone else struggling with this problem. Find the file /modules/spaw/dialogs/header.php.
go to line 9
Change this:
$theme_path = 'XOOPS_ROOT_PATH ./modules/spaw/lib/themes/'.$theme.'/';
To this:
$theme_path = '/modules/spaw/lib/themes/'.$theme.'/';