Oke I try the following modules to get installed,
shared Music, result is:
Installation of: Shared Music Module
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
INSERT INTO
`sys_menu_member`
SET
`Name` = 'shared_music',
`Eval` = 'return BxDolService::call(''shared_music'', ''get_member_menu_item'', array({ID}), ''Main'');',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type` = 'linked_item', `Parent` = '1'' at line 1
`Type` = 'linked_item',
`Parent` = '1';
Then the next one, shared video:
Installation of: Shared Video Module
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
INSERT INTO
`sys_menu_member`
SET
`Name` = 'shared_video',
`Eval` = 'return BxDolService::call(''shared_video'', ''get_member_menu_item'', array({ID}), ''Main'');',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type` = 'linked_item', `Parent` = '1'' at line 1
`Type` = 'linked_item',
`Parent` = '1';
Without those two modules other like Shop, Wall will not be installed.
Lets go on, the next modules are not installed:
Installation of: Ads Module
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
INSERT INTO
`sys_menu_member`
SET
`Name` = 'bx_ads',
`Eval` = 'require_once( BX_DIRECTORY_PATH_ROOT . ''modules/boonex/ads/ads_get_member_menu_list.php'' );\r\nreturn getMemberMenuAdsList({ID});',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Parent` = '1', `Type` = 'linked_item'' at line 1
`Parent` = '1',
`Type` = 'linked_item';
Installation of: Blog Module
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
INSERT INTO
`sys_menu_member`
SET
`Name` = 'bx_blogs',
`Eval` = 'return BxDolService::call(''bx_blogs'', ''get_member_menu_item'', array({ID}));',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type` = 'linked_item', `Parent` = '1'' at line 1
`Type` = 'linked_item',
`Parent` = '1';
Installation of: Poll Module
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
INSERT INTO
`sys_menu_member`
SET
`Name` = 'bx_poll',
`Eval` = 'return BxDolService::call(''poll'', ''get_member_menu_link'', array(''{ID}''));',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Parent` = '1', `Type` = 'linked_item'' at line 1
`Parent` = '1',
`Type` = 'linked_item';
Installation of: Shoutbox Module
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 11
--
INSERT INTO
`sys_options`
SET
`Name` = 'shoutbox_update_time',
`kateg` = @iKategId + 1,
`desc` = 'Shoutbox update time (in milliseconds)',
`Type` = 'digit',
`VALUE` = '5000',
`check` = 'return is_numeric($arg0);',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order_in_kateg` = 1' at line 1
`order_in_kateg` = 1;
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9
INSERT INTO
`sys_options`
SET
`Name` = 'shoutbox_allowed_messages',
`kateg` = @iKategId + 1,
`desc` = 'The number of the saved messages',
`Type` = 'digit',
`VALUE` = '15',
`check` = 'return is_numeric($arg0);',
-- -- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order_in_kateg` = 2' at line 1
`order_in_kateg` = 2;
-- -- Error: Duplicate entry 'shoutbox_procces_smiles' for key 1
INSERT INTO
`sys_options`
SET
`Name` = 'shoutbox_procces_smiles',
`kateg` = @iKategId + 1,
`desc` = 'Allow to procces smile''s codes',
`Type` = 'checkbox',
`VALUE` = 'on',
`order_in_kateg` = 3;
I have some more like desktop and ads. but they have all the same database problem looks to me.