After completing the upgrade from 7.0.9 to 7.1.0, I received the following error message:
SET @iMenuFilesTop = (SELECT `ID` FROM `sys_menu_top` WHERE `Parent` = 0 AND `Type` = 'top' AND `Name` = 'Videos');: Subquery returns more than 1 row
Can someone provide the solution to this problem?