Results 1 to 5 of 5

Thread: Layout distorted

  1. #1
    kamran78 is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default Layout distorted

    I am a newbie, having a layout crash problem with the latest version that I have downloaded sugerCE5.5.0 over the weekend. the layout is completely distorted you can have a look at http://crm.apexsol.com

    Can someone suggest how to over come this layout distortion. I have tried using IE and chrome...Need urgent help.

    Kam

  2. #2
    kamran78 is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default Re: Layout distorted

    Quote Originally Posted by kamran78 View Post
    I am a newbie, having a layout crash problem with the latest version that I have downloaded sugerCE5.5.0 over the weekend. the layout is completely distorted you can have a look at http://crm.apexsol.com

    Can someone suggest how to over come this layout distortion. I have tried using IE and chrome...Need urgent help.

    Kam
    I have resolved several issue by updating permission but still i am getting "duplicate labels" for all menus including "Help , Print" at the top right section of the page right after tabullar menu. Image file attached.

    Need urgent help from Sugar community.
    Attached Images Attached Images  

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

    Default Re: Layout distorted

    It looks like a typical rights issue.

    Be sure that your sugarcrm directory itself has the correct rights (try 775), recursively.
    And than be sure that user and group of apache are assigned to it - recursivly too.

    Check your config.php

    'default_permissions' =>
    array (
    'dir_mode' => 1533,
    'file_mode' => 509,
    'user' => 'wwwrun',
    'group' => 'www',
    ),


    works fine for me in UNIX.
    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


  4. #4
    hazyumps's Avatar
    hazyumps is offline Senior Member
    Join Date
    Dec 2008
    Posts
    33

    Default Re: Layout distorted

    try this from the sugar root dir

    <CODE>

    chown 755 -R cache/

    </CODE>

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

    Default Re: Layout distorted

    I would try

    chmod -R 775 sugarrootdir

    and

    chown -R wwwuser:wwwgroup sugarrootdir

    sugarrootdir = the directory sugar is installed
    wwwuser = userid of apache process
    wwwgroup = group of apache process
    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. Layout
    By bob1965 in forum Help
    Replies: 7
    Last Post: 2009-07-29, 02:23 PM
  2. Replies: 0
    Last Post: 2008-05-13, 09:29 AM
  3. Replies: 16
    Last Post: 2008-04-24, 06:20 PM
  4. Replies: 1
    Last Post: 2007-09-22, 10:49 AM
  5. Can we use "Field Layout" to change Search layout?
    By sugarcrmvn in forum General Discussion
    Replies: 0
    Last Post: 2006-05-08, 08:49 AM

Tags for this Thread

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
  •