Results 1 to 1 of 1

Thread: Is that a bug? insertInto() is null...

  1. #1
    pitt is offline Junior Member
    Join Date
    Sep 2009
    Posts
    1

    Default Is that a bug? insertInto() is null...

    Hi,
    I'm a new user of SugarCRM (have to test it in order to maybe install it for my company).
    As we need to associate emails to contacts, or to create email based contacts, I tried the Quick Create function in the mail page.
    First, I was surprised there's no email field in the form that appears (is that normal?). i just can add manually an email.
    Next, when I clicked save, a little box appeared (something like "Saving, wait a moment"), but never disappeared.
    So I launched the page with firebug that returned me this error :

    insertInto is null
    SugarEmailAdress.js? line 48
    function addEmailAddress(tableId,address,primaryFlag,replyT oFlag,optOutFlag,invalidFlag){var insertInto=document.getElementById(tableId);var parentObj=insertInto.parentNode;var newContent=document.createElement("input");var nav=new String(navigator.appVersion);var newContentPrimaryFlag;if(nav.match(/MSIE/gim)){newContentPrimaryFlag=document.createElement ("<input name='emailAddressPrimaryFlag' />");}else{newContentPrimaryFlag=document.createEle ment("input");}

    So my first supposition is that there's a misconfig somewhere and writing may not be available...?
    I'm using the last version : 5.2 i and last firefox too (3.5.2), running on apache with a Mysql DB.

    [edit] Forgot to say : I have to relaunch Apache to have Sugar working again...!

    Thanks in advance for your attention, please tell me if there's something to do to fix it, cause Sugar looks usefull for us..

    PS : optionnal question... if I understood how connectors work, I can implement my owns so that data (accounts for example) can be updated, or records can be created? and automatically?
    Last edited by pitt; 2009-09-07 at 03:10 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ireport - suppress null
    By mikesolomon in forum Help
    Replies: 3
    Last Post: 2009-07-24, 04:25 PM
  2. null value in db for fileupload?
    By esplgopal in forum Developer Help
    Replies: 0
    Last Post: 2009-02-16, 08:27 AM
  3. Dropdown with option NULL
    By inobasgmbh in forum Developer Help
    Replies: 2
    Last Post: 2008-06-04, 04:07 PM
  4. NULL fields showing in the view as "NULL"
    By Staple in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2008-01-15, 01:54 PM
  5. Replies: 1
    Last Post: 2007-02-22, 12:07 PM

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
  •