Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Strange characters in admin page - layout error

  1. #1
    Spinaker is offline Senior Member
    Join Date
    Oct 2008
    Location
    Poland
    Posts
    96

    Default Strange characters in admin page - layout error

    I know, that this can be from the wrong uninstalled module, but i didn't installed/uninstalled anything in 2 months.
    Print screen:
    Name:  error2.jpg
Views: 177
Size:  59.1 KB

    How can I repair this?

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

    Default Re: Strange characters in admin page - layout error

    Check modules/Administration/index.php, the section with your error should look like this:

    PHP Code:
        //Sugar Network
        
    $admin_option_defs=array();
        
    $license_key 'no_key';
        
        
    $admin_option_defs['Administration']['support']= array($image_path 'Support','LBL_SUPPORT_TITLE','LBL_SUPPORT','./index.php?module=Administration&action=SupportPortal&view=support_portal');
        
    //$admin_option_defs['documentation']= array($image_path . 'OnlineDocumentation','LBL_DOCUMENTATION_TITLE','LBL_DOCUMENTATION','./index.php?module=Administration&action=SupportPortal&view=documentation&help_module=Administration&edition='.$sugar_flavor.'&key='.$server_unique_key.'&language='.$current_language);
        
    $admin_option_defs['Administration']['documentation']= array($image_path 'OnlineDocumentation','LBL_DOCUMENTATION_TITLE','LBL_DOCUMENTATION',
            
    'javascript:void window.open("index.php?module=Administration&action=SupportPortal&view=documentation&help_module=Administration&edition='.$sugar_flavor.'&key='.$server_unique_key.'&language='.$current_language.'", "helpwin","width=600,height=600,status=0,resizable=1,scrollbars=1,toolbar=0,location=0")');
        
        
    $admin_option_defs['Administration']['update'] = array($image_path 'sugarupdate','LBL_SUGAR_UPDATE_TITLE','LBL_SUGAR_UPDATE','./index.php?module=Administration&action=Updater');
        if(!empty(
    $license->settings['license_latest_versions'])){
         
    $encodedVersions $license->settings['license_latest_versions'];
         
    $versions unserialize(base64_decode$encodedVersions));
         include(
    'sugar_version.php');
         if(!empty(
    $versions)){
          foreach(
    $versions as $version){
           if(
    $version['version'] > $sugar_version )
           {
            
    $admin_option_defs['update'][] ='red';
            if(!isset(
    $admin_option_defs['update']['additional_label']))$admin_option_defs['update']['additional_label']= '('.$version['version'].')';
        
           }
          }
         }
        }
     
     
        
    $admin_group_header[]= array('LBL_SUGAR_NETWORK_TITLE','',false,$admin_option_defs'LBL_SUGAR_NETWORK_DESC'); 
    Search for any additional lines to locate the error.
    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


  3. #3
    Spinaker is offline Senior Member
    Join Date
    Oct 2008
    Location
    Poland
    Posts
    96

    Default Re: Strange characters in admin page - layout error

    Unfortunetly, both sections are exactly this same (check by total commander).

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

    Default Re: Strange characters in admin page - layout error

    If this is 5.2 GA (not patch a or c) then it was a bug. I had the same and it disappeared with 52a
    __________________________
    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

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

    Default Re: Strange characters in admin page - layout error

    which links are behind the two chars?
    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


  6. #6
    Spinaker is offline Senior Member
    Join Date
    Oct 2008
    Location
    Poland
    Posts
    96

    Default Re: Strange characters in admin page - layout error

    I have 5.2.0a
    Behind r in Opera is admin page, in IE is Home (bookmark).
    Behind ( is both browsers is local folder on the server (in sugar server directory folder named "2").

  7. #7
    nvdp2002 is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    134

    Default Re: Strange characters in admin page - layout error

    Quote Originally Posted by Spinaker View Post
    I have 5.2.0a
    Behind r in Opera is admin page, in IE is Home (bookmark).
    Behind ( is both browsers is local folder on the server (in sugar server directory folder named "2").
    Hi I have this exact same thing happening on my page and im sure it wasnt there till like a week ago. I would love to know whats going on

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

    Default Re: Strange characters in admin page - layout error

    Can you post the browser sourcecode of the html-page here in a zip-file?
    I do not see any chance to find this without exact source details...

  9. #9
    Spinaker is offline Senior Member
    Join Date
    Oct 2008
    Location
    Poland
    Posts
    96

    Default Re: Strange characters in admin page - layout error

    Source from the admin page:
    admin_page.zip

  10. #10
    tjlewis is offline Member
    Join Date
    Jun 2007
    Posts
    8

    Default Re: Strange characters in admin page - layout error

    This started happening to us in 5.2.0 and still happened in 5.2.0b.

    They generally only appear when there is a new update available. I haven't looked at the code yet but probably something simple.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 2009-02-08, 03:59 PM
  2. Admin page error
    By llewis1957 in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2008-01-10, 06:52 PM
  3. Strange Characters ()
    By jmaxwell in forum Help
    Replies: 2
    Last Post: 2006-12-03, 08:27 PM
  4. E-mail sending - strange characters
    By dbadmin in forum Help
    Replies: 1
    Last Post: 2005-07-22, 08:52 AM
  5. User Admin - Strange Behavior
    By mnaish in forum Help
    Replies: 0
    Last Post: 2005-01-26, 06:17 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
  •