Results 1 to 2 of 2

Thread: Import Notes - Import Errros Occured

  1. #1
    vrit is offline Junior Member
    Join Date
    Nov 2008
    Posts
    1

    Default Import Notes - Import Errros Occured

    I was trying to import data from a .csv file in to Notes module and got the following errors but noticed the data got imported. Wondering if this is ok or a bug to be reported. Thanks for your help and time.

    NOTICE: [8] Undefined property: Note::$rel_fields_before_value on line 379 in file D:\Program Files\sugarcrm-5.0.0g\htdocs\sugarcrm\modules\Import\views\view.s tep4.php
    NOTICE: [8] Undefined property: Note::$rel_fields_before_value on line 379 in file D:\Program Files\sugarcrm-5.0.0g\htdocs\sugarcrm\modules\Import\views\view.s tep4.php
    NOTICE: [8] Undefined property: Note::$rel_fields_before_value on line 379 in file D:\Program Files\sugarcrm-5.0.0g\htdocs\sugarcrm\modules\Import\views\view.s tep4.php
    NOTICE: [8] Undefined property: Note::$rel_fields_before_value on line 379 in file D:\Program Files\sugarcrm-5.0.0g\htdocs\sugarcrm\modules\Import\views\view.s tep4.php
    NOTICE: [8] Undefined property: Note::$rel_fields_before_value on line 379 in file D:\Program Files\sugarcrm-5.0.0g\htdocs\sugarcrm\modules\Import\views\view.s tep4.php

    Found the following line of code on line 379 in view.step4.php
    $focus->rel_fields_before_value = $existing_focus->rel_fields_before_value;

    Environment:
    SugarCommunity Edition Version 5.1.0a (Build 4837)
    MySQL
    Apache
    Windows 2003
    Last edited by vrit; 2008-11-21 at 05:33 PM. Reason: Added additional information

  2. #2
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: Import Notes - Import Errros Occured

    I added Bug 27065 for this issue, which should be part of the next 5.2.0 patch release. As for a hotfix, change line 378 from:

    else

    to:

    elseif ( isset($existing_focus->rel_fields_before_value) )

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HELP - Act import (field mapping)
    By smelamed in forum Help
    Replies: 32
    Last Post: 2010-12-15, 05:39 PM
  2. Replies: 2
    Last Post: 2008-10-13, 01:50 PM
  3. Cannot import notes - Sugar 5.1
    By audiopleb in forum Help
    Replies: 1
    Last Post: 2008-09-09, 10:31 AM
  4. Mass import of notes
    By daveb1 in forum Help
    Replies: 2
    Last Post: 2008-01-24, 09:56 AM
  5. Problem with Import in notes
    By Miceal in forum Help
    Replies: 8
    Last Post: 2007-06-27, 09:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •