7.1.1 timeline database error during install

Query:
INSERT INTO `sys_alerts`(`unit`, `action`, `handler_id`) VALUES('', 'add', '94')
Mysql error:
Duplicate entry 'add-94' for key 2
 
Found error in the file '/modules/boonex/wall/classes/BxWallDb.php' at line 37.
Called 'query' function with erroneous argument #0.
 
foreach($aData['alerts'] as $aAlert)
            $this->query("INSERT INTO `sys_alerts`(`unit`, `action`, `handler_id`) VALUES('" . $aAlert['unit'] . "', '" . $aAlert['action'] . "', '" . $iHandlerId . "')");
    }

I have no clue why it's trying to add the same thing twice.  I also don't know what table it's getting the information from to place in the sys_alerts table. 
Any one have a fix for this one ?

EDIT:
forgot to add this happens with the spy module as well. (all other modules seem to be ok)

Query:
INSERT INTO `sys_alerts` SET `unit` = '', `action` = 'add', `handler_id` = '95'
Mysql error:
Duplicate entry 'add-95' for key 2
 
Found error in the file '/modules/boonex/spy/classes/BxSpyDb.php' at line 249.
Called 'query' function with erroneous argument #0.
https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 14 Mar 2013

no clue, i just installed both spy and timeline without errors

Quote · 14 Mar 2013

Me as well but my modzzz store links broke...won't connect to database...

Csampson
Quote · 15 Mar 2013

i know they work just fine on a clean install but i need to find out why after a 7.0.9 to 7.10 to a 7.1.1  upgrade. .... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 15 Mar 2013

Well it seems to be trying to add two blank units in a row and that's where the error is coming from...  now i just need to find the blank units it pulling from.... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 16 Mar 2013

I got the same problem during installation of Timeline on 7.1.4.

Did you resolve it?

 

What I have noticed:
install.sql contains no empty unit insertion.
sys_alerts db structure contains an index alert_handler that include unit, action and handler_id. But I have no idea how to get a view of this data. Maybe those hidden data are duplicated.

Quote · 14 Feb 2014
 
 
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.