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:
le="color: #000000"><?php $theme_path = 'XOOPS_ROOT_PATH ./modules/spaw/lib/themes/'.$theme.'/';
To this:
le="color: #000000"><?php $theme_path = '/modules/spaw/lib/themes/'.$theme.'/';