Results 1 to 4 of 4

Thread: Strange Characters on screen

  1. #1
    naveenshurpalekar is offline Senior Member
    Join Date
    Aug 2009
    Posts
    33

    Unhappy Strange Characters on screen

    Hello Community people,
    am encountering a strange problem. When i type my URL https://mydomain.com/index.php, i get a lot of strange signs in my Firefox and Chrome browser. but if i do the same in IE8, i get a popup message which says "IE cannot download index.php from localhost". And if i click OK to this mesaage, i see the same strange characters on the screen.
    i commented my code in index.php and tried phpinfo() instead. phpinfo() is getting displayed.

    also did this
    At /include/utils.php at function setPhpIniSettings() change d

    Code:
    // zlib module
    if(function_exists('gzclose') && headers_sent() == false) {
    ini_set('zlib.output_compression', 1);
    }
    to

    PHP Code:
    // zlib module
    if(function_exists('gzclose') && headers_sent() == false) {
    ini_set('zlib.output_compression', 'true');
    }

    still i get d same result.

    Tried looking for this on other forms, where i got some information that this might be happening because of Cache.

    Could somebody guide me on this. its been 3 days that i have been struggling with this.
    any help is greatly appreciated.
    Thank you in advance.

    Note : Am using Sugar Pro 5.2.0d
    Attached Images Attached Images  
    Last edited by naveenshurpalekar; 2010-10-01 at 02:47 PM. Reason: Attachment
    -- Naveen N Shurpalekar
    Bangalore

  2. #2
    naveenshurpalekar is offline Senior Member
    Join Date
    Aug 2009
    Posts
    33

    Default Re: Strange Characters on screen

    Sugar Experts,
    can somebody throw some light on this issue. have not been able to continue with my work. stuck here. please do suggest something.
    Am using Sugar Pro 5.2.0 on Windows with Apache server & mysql database.

    Thank you,
    -- Naveen N Shurpalekar
    -- Naveen N Shurpalekar
    Bangalore

  3. #3
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Strange Characters on screen

    This looks like a php incompatibility. Please look at the compatibility matrix in the release notes and either upgrade Sugar or php (if I remember correctly php 5.2.9 was the culprit)
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Strange Characters on screen

    change the code to

    PHP Code:
    // zlib module 
    if(function_exists('gzclose') && headers_sent() == false) { 
    //  -> do not call that:  ini_set('zlib.output_compression', 'true'); 

    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Strange characters in csv input
    By bbogart in forum Help
    Replies: 1
    Last Post: 2010-06-17, 11:35 PM
  2. Replies: 14
    Last Post: 2009-03-30, 09:35 AM
  3. Blank Screen in "Contacts" Main Directory Screen
    By monadnockresearch in forum Help
    Replies: 6
    Last Post: 2008-05-09, 10:01 PM
  4. Strange Characters ()
    By jmaxwell in forum Help
    Replies: 2
    Last Post: 2006-12-03, 08:27 PM
  5. E-mail sending - strange characters
    By dbadmin in forum Help
    Replies: 1
    Last Post: 2005-07-22, 08:52 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
  •