Results 1 to 5 of 5

Thread: HTML email editor not appearing in Firefox 2.0.0.3

  1. #1
    d_a_n is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    31

    Default HTML email editor not appearing in Firefox 2.0.0.3

    SugarCRM 4.5.1.d
    Firefox 2.0.0.3

    I have a couple of PCs that are having a problem where the HTML editor does not appear on the 'Compose Email' page - there is just a blank space where the editor would normally be.

    This doesn't happen on all Firefox 2.0.0.3 - I have another PC on this level where it works - but I can't see any problems with the settings and have checked Java/Popups are enabled, or the site is in the exceptions.

    The page displays correctly in IE6.

    I've tried starting Firefox in safe mode and get the same results.

    I'd be grateful for any ideas.

    Thank you
    Dan

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: HTML email editor not appearing in Firefox 2.0.0.3

    The only way I was able to duplicate this problem was by disabling Javascript. Double check that Javascript is enabled and see if that helps.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    danmaxim is offline Junior Member
    Join Date
    Jan 2007
    Posts
    2

    Default Re: HTML email editor not appearing in Firefox 2.0.0.3

    Are you accessing Sugar over SSL? I ran into the same issue and tracked it to the site_url entry in config.php. The site_url was pointing to the non-SSL address (http instead of https). If you are using SSL verify that the site_url points to the correct url for your Sugar site.
    The site url comes into play when it is used to generate the url to a JavaScript file that the FCKEditor uses. If you view the HTML source when you are composing an email and search for CustomConfigurationsPath you will see the path to the JavaScript file.

    Hopefully this helps.

    Dan

  4. #4
    d_a_n is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    31

    Default Re: HTML email editor not appearing in Firefox 2.0.0.3

    Thank you both for your replies. As you suggested, nothing to do with the Firefox version.

    Although I'm not using SSL, it was the path to the editor that was incorrect.

    I had to change both the 'host_name' and 'site_url' in config.php before it would work.

    Thanks again

    Dan.

    (P.S. I realise now why it worked on one PC but not another - only the local PC with the webserver worked, since it was set to 127.0.0.1. Still not sure how it worked correctly in IE on the other PCs - that's what made me think it was Firefox)
    Last edited by d_a_n; 2007-05-23 at 07:25 PM.

  5. #5
    hkphooey is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    94

    Default Re: HTML email editor not appearing in Firefox 2.0.0.3

    I was confused by this as well ... don't see how IE worked whereas Firefox didn't.

    Anyway, for me, setting the site URL to something else was not an option, because I have it set differently to the real root of my site for a very specific reason.

    My fix was to go Edit /include/FCKeditor_Sugar/FCKeditor_Sugar.php and change this

    Code:
    $host = $sugar_config['site_url'];
    to this
    Code:
     $host = $sugar_config['site_url'].”/sugarcrm”;
    i.e to the correct path of my installation. All good now.

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. email marketing feature requests
    By maxsutter in forum Feature Requests
    Replies: 1
    Last Post: 2008-10-11, 10:19 AM
  3. Replies: 11
    Last Post: 2007-11-21, 04:20 PM
  4. Replies: 1
    Last Post: 2007-02-21, 11:42 AM
  5. HTML Email
    By mogiaco in forum Help
    Replies: 0
    Last Post: 2006-01-17, 12:00 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
  •