Installation of ; Events Failed Help My

I have a problem can not I installed several modules in the new version of Dolphin 7.0

presented with this problem I do not know that I pray to you to help

nstallation of: Events Failed
Installation of: Groups Failed
Installation of: Poll Failed
Installation of: Shoutbox Failed
Installation of: Simple Messenger Failed
Installation of: Store Failed

Installation of: Events Failed
-- 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_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';

Quote · 27 Jul 2009

Here is a solution given to me earlier in the week.

 

Find the code in the install.sql file for each of these 6 modules.

It will look something like this (depending on which module you are fixing:

 

`Eval` = 'return BxDolService::call(''groups'', ''get_member_menu_item'', array({ID}));',

`Type` = 'linked_item',

`Parent` = '1';


Simply delete the carriage-return/line-feeds and append the offending lines to the previous one.  It will then look something like this:

 


`Eval` = 'return BxDolService::call(''groups'', ''get_member_menu_item'', array({ID}));',`Type` = 'linked_item',`Parent` = '1';  (all on one line)


Save the changes and upload the modified file to your server.

 

That's all it took to solve this problem on my server.


Hopes this helps.


...Jason

Quote · 28 Jul 2009

Thank you Irobot (Jeson)
To help your

All what I go to regular well as the dedicated.

can see my page www.albevent.ch

Thank Thank Jeson

Quote · 28 Jul 2009

d7  beta 3

IRobot

that did just the trick

installed  ok

with the chenges you told us

should this be posted in trac

Quote · 11 Aug 2009

actually we just need to remove the ; form the line

`Eval` = 'return BxDolService::call(''groups'', ''get_member_menu_item'', array({ID}));',

it should be

`Eval` = 'return BxDolService::call(''groups'', ''get_member_menu_item'', array({ID}))',

That does the trick. Thanks to AndreyP who pointed this out.

Palz

Quote · 11 Aug 2009

http://www.boonex.com/trac/dolphin/ticket/874

Rules → http://www.boonex.com/terms
Quote · 12 Aug 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.