I am trying to help someone that had an upgrade to end with an error.
The error was a sql error that the query returned two rows in the top menu table.
SET @iMenuEventsTop = (SELECT `ID` FROM `sys_menu_top` WHERE `Parent` = 0 AND `Type` = 'top' AND `Name` = 'Events');
My question is, is there any known problems ungrading with the Events module? I am wondering if we uninstall the events module we can then continue with the upgrade and reinstall the events module afterwards.