Results 1 to 8 of 8

Thread: This page contains both secure and nonsecure items.

  1. #1
    kirkland is offline Sugar Community Member
    Join Date
    Mar 2005
    Posts
    75

    Default This page contains both secure and nonsecure items.

    I am running 4.0 under HTTPS. I didn't have any problems when running under 3.0, but after the upgrade, my IE users see the following Windows error dialog when they click on Leads or Accounts and elsewhere (but not everywhere).

    SecurityInformation Dialog

    This pagecontains both secure and nonsecure items.

    Do you want to display the nonsecure items?

    [YES] [NO] [MORE INFO]

    I do not see any issue under Firefox 1.5. I cannot determine why IE thinks something is insecure. When I search for 'http' in the resulting source code, it only shows up a few times in links on the copyright and help buttons.

    Does anybody know what may be causing this? If I click on NO (do not display the nonsecure items), the page even appears to display just fine. I cannot tell the difference between a page displayed with NO or YES clicked.

    Thanks.

  2. #2
    jsteiner is offline Sugar Community Member
    Join Date
    Mar 2005
    Posts
    13

    Default Re: This page contains both secure and nonsecure items.

    I have the same problem, only not all users get the security warning. In my case, most users are not getting it, but I am!!

    The problem appeared when I upgraded from 3.5.1(e) to 4.0 last weekend.

  3. #3
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: This page contains both secure and nonsecure items.

    There are several places in the code the reference a resource by "http://blah.blah.blah". All of these would need to be removed or changed to "https" for the messages to go away.

    Just do a global search on "http://" and you will see alot of comments for the SPL (those don't matter) and a few that are actual lines outside of comments like in Accounts/DetalView there is the line

    Code:
        <td  valign="top"  class="tabDetailViewDF"><slot>
     <A title='http://{WEBSITE}' href='http://{WEBSITE}' 
     target="_blank" class="tabDetailViewDFLink">{WEBSITE}</A>
     </slot></td>
    I am not sure yet which ones, but some of these (not all) are causeing your problems.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  4. #4
    jsteiner is offline Sugar Community Member
    Join Date
    Mar 2005
    Posts
    13

    Question Re: This page contains both secure and nonsecure items.

    Thanks, Ken.

    http:// appears on just about every html page, in the comments at the top. I looked at a whole bunch of files, and the only place I found anything that resembled what you referernced is in modules\Accounts\EditView.html and modules\Accounts\DetailView.html. I changed those two references but that did not correct the error.

    Any other ideas?

  5. #5
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: This page contains both secure and nonsecure items.

    Quote Originally Posted by jsteiner
    Thanks, Ken.

    http:// appears on just about every html page, in the comments at the top. I looked at a whole bunch of files, and the only place I found anything that resembled what you referernced is in modules\Accounts\EditView.html and modules\Accounts\DetailView.html. I changed those two references but that did not correct the error.

    Any other ideas?
    What page gives you the error? Detail views, edit views, list views? and which theme(s)?
    Last edited by kbrill; 2006-01-18 at 07:20 PM.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  6. #6
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: This page contains both secure and nonsecure items.

    This is reported as Bug 3946 and will be fixed in the 4.0.1 update comming soon.

  7. #7
    ittoolbox is offline Junior Member
    Join Date
    Nov 2005
    Posts
    3

    Default Re: This page contains both secure and nonsecure items.

    on line 632 of /include/javascript/quicksearch.js change:
    src="about:blank"
    to
    src="document.write(\' \')"

    This fix cured the problem for most of my users using IE, but one of them still has it. I don't know what is the issue with his IE.
    Last edited by ittoolbox; 2006-01-20 at 09:58 PM.

  8. #8
    jsteiner is offline Sugar Community Member
    Join Date
    Mar 2005
    Posts
    13

    Default Re: This page contains both secure and nonsecure items.

    Thanks, ITTOOLBOX, that seems to have addressed it, at least after some brief testing. I'll see if I hear more from our users.

    Ken, it was usually occurring when I would go to "Edit" about anything - task, opportunity, contact, etc.

Thread Information

Users Browsing this Thread

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

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
  •