Hello,
If anyone gets the following error when the go to install the Google Search Mondule;
Installation of: Google Search Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
-- -- There are errors in the following MySQL queries:
-- -- Error:
INSERT INTO `sys_menu_top`(`ID`, `Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Picture`, `Icon`, `BQuickLink`, `Statistics`) VALUES(NULL, 138, 'Google Search', '_bx_gsearch_menu_title', 'modules/?r=google_search/', @iCatOrder, 'non,memb', '', '', '', 1, 1, 1, 'custom', 'bx_n_search_comm.png', '', 0, '');
Then you need to go to phpmyadmin and run this;
ALTER TABLE `sys_menu_top` CHANGE `Order` `Order` SMALLINT( 6 ) UNSIGNED NULL DEFAULT '0'
You can then go and install the Google search module as normal
Hope this help people!