Similar SQL errors on installing modules

Most of my modules are installing this time since my host removed values from open_basedir.  Several of the modules, however, stubbornly won't install, and they all seem to have similar SQL errors as pasted below.  This must have the same underlying cause.  Does anyone know what that might be?

Rob

--------------------------
ADS

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';

----------------------------
EVENTS

INSERT INTO
`sys_menu_member`
SET
`Name` = 'bx_events',
`Eval` = 'return BxDolService::call(''events'', ''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';

-----------------------------
GROUPS

INSERT INTO
`sys_menu_member`
SET
`Name` = 'bx_groups',
`Eval` = 'return BxDolService::call(''groups'', ''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';

--------------------------------
POLLS

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';

--------------------------------

Quote · 17 Jul 2009

Did you try uploading them in binary yet?

Quote · 17 Jul 2009

Hi Theguypc - you know, I just saw your post with that useful information after I posted this.  I think it was mentioned here before, but you communicated it clearly.  Thank you.  I will try that.

-

Rob

Quote · 17 Jul 2009

Hopefully it will help  ; )

Quote · 17 Jul 2009

Ok, I did a binary upload to my php 4 server and now every single one of the modules installed, but my page builder doesn't work.  On my php 5 server the page builder works fine, but all the modules exploded in errors.  Arrrrrghhhh

Has anyone had issues here with a blank pagebuilder?  Fixes?

Thanks

Quote · 18 Jul 2009

Disable the html cache in your admin ==> advanced settings ==> template

 

That ought to do it

Quote · 18 Jul 2009

awww, jeez louise, must be getting early onset dementia, either that or trying to do beta testing on three different servers is a bit beyond my capabilities.  I already knew this, and had fixed it on one of them, but thanks for reminding me how to fix this thepcguy.

Quote · 18 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.