7
I'll have to test some more. What I did was using the theme from his old RMCommon, and only using his latest RMCommon from SVN.
I'll have to test his new package with the theme from his new package.
BTW, I think, the change in xoopslocal.php should be the opposite, i.e.
find:
require $GLOBALS['xoops']->path('class/xoopslocal.php');
and replace it with:
require_once $GLOBALS['xoops']->path('class/xoopslocal.php');
Try it and let me know if it makes any difference.