Results 1 to 3 of 3

Thread: Tracker in emails defaults to 127.0.0.1/sugarcrm/campaign_tra.....

  1. #1
    Yavsy is offline Junior Member
    Join Date
    Dec 2007
    Posts
    2

    Default Tracker in emails defaults to 127.0.0.1/sugarcrm/campaign_tra.....

    Hi all,

    I have bitrock installation of Sugar 4.5.1h running on Ubuntu. During installation, it seemed that having localhost 127.0.0.1 as location of the CRM was a good idea, so I set it up this way, and everything except HTML editor on firefox works through the web server. I do have a major problem now though.

    I wanted to setup a campaign with email template that points to our web site. So I set-up a tracker name myweb URL: http://www.myweb.com. I inserted the tracker into the email template as per instructions in the documentation,

    When emails are sent out to my test group, the tracker doesn't go to our SugarCRM install ip address but defaults to 127.0.0.1/sugarcrm/campaign_trackerv.php?track=313413-34141-14314 (whole bunch of numbers, which look like standard mySQL id). So, the question is, how do I get rid of 127.0.0.1 and get my real external IP address in there?

    Thanks!

    Yav

  2. #2
    mfleeger is offline Advanced Support Engineer
    Join Date
    Dec 2005
    Location
    Pittsburgh, PA, US
    Posts
    39

    Lightbulb Re: Tracker in emails defaults to 127.0.0.1/sugarcrm/campaign_tra.....

    It sounds as though you have installed Sugar using the defaults via a graphical browser. This will detect the site's URL as 127.0.0.1, which is indeed how you were connected at that time...

    In short, you will need to modify the 'site_url' configuration parameter in the config.php file to reflect your externally facing IP address / URL. It should be around line # 206 in that file.

    Code:
      ...
      'save_query' => 'all',
      'session_dir' => '',
      'site_url' => 'http://127.0.0.1/',
      'slow_query_time_msec' => '100',
      'sugar_version' => '4.5.1h',
      'sugarbeet' => true,
      ...

  3. #3
    Yavsy is offline Junior Member
    Join Date
    Dec 2007
    Posts
    2

    Default Re: Tracker in emails defaults to 127.0.0.1/sugarcrm/campaign_tra.....

    Thank you! That worked beautifully. I just couldn't find a place where these settings are all set.

    Yav

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. Emails table query slowness
    By rgodoy in forum Help
    Replies: 1
    Last Post: 2007-04-03, 08:23 PM
  3. Replies: 1
    Last Post: 2006-06-13, 04:36 PM
  4. Multiple viewers of the same emails
    By cpalacios in forum Help
    Replies: 4
    Last Post: 2006-05-15, 02:58 PM
  5. How to Manage Emails?
    By patrickdight in forum General Discussion
    Replies: 5
    Last Post: 2005-10-21, 08:24 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
  •