[Tickets #13291] Re: Cannot add new contact

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Jun 25 16:48:04 UTC 2014


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/13291
------------------------------------------------------------------------------
  Ticket             | 13291
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | Cannot add new contact
  Queue              | Turba
  Version            | 4.2.0RC1
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2014-06-25 16:48) wrote:

Yes, I'm sure. object_category only exists in the database migrations:

mrubinsk at coffee:turba (FRAMEWORK_5_2)$ grep -r object_category ./
.//migration/10_turba_upgrade_categoriestotags.php:            $sql =  
'SELECT object_uid, object_category, owner_id FROM turba_objects';
.//migration/10_turba_upgrade_categoriestotags.php:                     
     $row['object_category']
.//migration/10_turba_upgrade_categoriestotags.php:         
$this->removeColumn('turba_objects', 'object_category');
.//migration/10_turba_upgrade_categoriestotags.php:         
$this->addColumn('turba_objects', 'object_category', 'string',  
array('limit' => 80));
.//migration/10_turba_upgrade_categoriestotags.php:        $sql =  
'UPDATE turba_objects SET object_category = ? WHERE object_uid = ?';
.//migration/1_turba_base_tables.php:             
$t->column('object_category', 'string', array('limit' => 80));





More information about the bugs mailing list