Extended menu incompatability
From Jomres v4 manual
There is a minor issue with compatability with Extended Menu from http://de.siteof.de/extended-menu.html which results in (if you've got php errors off) a blank screen or the system complaining "Fatal error: Cannot redeclare class paterrormanager in \home\mydomain\wwwroot\includes\patTemplate\patErrorManager.php on line 82". To resolve it edit \modules\exmenu\view\pattemplate.menuview.class.php and insert a line above line 28 to tell it to check first to see if the class already exists. When you've done this, lines 28 & 29 should look like this:
require_once($mosConfig_absolute_path.'/includes/patTemplate/patTemplate.php');

