3
Debug:
Quote:
Fatal error: Undefined class name 'xoopsmodule' in /home/site/html/header.php on line 119
Apparently it has to do with the modification in header.php required by rw_banner module to recognize custom smarty tags. Everything including rw_banner works fine as long as I don't disable the mainmenu.
These lines added just before the closing php tag.
$mod = XoopsModule::getByDirname("rw_banner");
if ($mod){
include_once (XOOPS_ROOT_PATH.'/modules/rw_banner/include/maketags.php');
}
If anyone else uses rw_banner with 2.0.16, try turning off the mainmenu and see if the blank home page error occurs. Likewise if someone found a solution please tell.