Ran 7.0.9 to 7.1 upgrade instructions to the letter but have issues with the language keys. Was unable to compile the default language file during the manual part of the upgrade, leaving lots of new language keys (instead of the strings) displayed all over the application and admin interfaces (see attached images). The only language file which could be compiled was my language file created to correct English errors in the default language file. The default English language file isn't listed for selection in the Language Settings for compilation.
Any idea how to correct this problem?
Thanks in advance!
Encountered the following errors during the upgrade process steps:
BoonEx Dolphin Upgrade Step: 7.0.9-7.1.0.B1
SET @iMenuEventsTop = (SELECT `ID` FROM `sys_menu_top` WHERE `Parent`
= 0 AND `Type` = 'top' AND `Name` = 'Forums');: Subquery returns more
than 1 row
BoonEx Dolphin Upgrade Step: 7.1.0.B2-7.1.0
Installation of: Spy Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
INSERT INTO `sys_menu_top` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Picture`, `BQuickLink`, `Statistics`) VALUES(118, 'Spy Personal', '_bx_spy_notifications', 'modules/?r=spy/', @iTMOrder+1, 'memb', '', '', '', 1, 1, 1, 'custom', '', 0, '');
BoonEx Dolphin Upgrade Step: 7.1.0.B2-7.1.0
Installation of: World Map Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
INSERT INTO `sys_menu_top` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Picture`, `Icon`, `BQuickLink`, `Statistics`) VALUES(138, 'World Map', '_bx_wmap_search_submenu', 'modules/?r=wmap/home', @iCatOrder, 'non,memb', '', '', '', 1, 1, 1, 'custom', '', '', 0, '');