Results 1 to 7 of 7
Like Tree1Likes
  • 1 Post By roblaus

Thread: Layout/Appearance

  1. #1
    outwestlondon is offline Sugar Community Member
    Join Date
    Sep 2011
    Posts
    11

    Default Layout/Appearance

    Hi, I've recently installed Sugar and seem to be having trouble.

    For a start, the layout is not how I thought it would be - all the options are in a long list down the side of the page and the various boxes etc are looking very VERY old school! (screenshot attached).

    Also, my company logo does not appear (just the words 'Company Logo') and the settings do not seem to be saving.

    This happens in both Firefox and IE

    I know I've posted a few problems here and apologies for doing so, but any help would be gratefully appreciated!


    Cheers

    Dan
    Attached Images Attached Images  

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Layout/Appearance

    This is due to file permission issue in cache folder.
    You need to make sure web server user has read and write access to whole sugarcrm folder.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    outwestlondon is offline Sugar Community Member
    Join Date
    Sep 2011
    Posts
    11

    Default Re: Layout/Appearance

    Thanks - is it just a case of changing the CHMOD for the whole directory?

  4. #4
    outwestlondon is offline Sugar Community Member
    Join Date
    Sep 2011
    Posts
    11

    Default Re: Layout/Appearance

    Still no joy - all folders have been set to 777 in CHMOD.

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

    Default Re: Layout/Appearance

    Yes, chmod the entire Sugar directory to the Apache user/group recursively. Additionally it's not a bad idea to chown/chgrp the whole thing to 755. The documentation is not very clear about this but this method is tried and working without any security issues (or I have yet to find any...)
    __________________________
    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

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

    Default Re: Layout/Appearance

    Per everyone else's comments, it is a security issue. This post has more background on the matter and the solution that's been discussed:

    Angel's Blog: SugarCRM Troubleshooting: Formatting Woes
    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)
    ______________________________________________

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

    Default Re: Layout/Appearance

    In addition to Angel's blog post see below the official Sugar statement about permissions and owner. The reason behind all that is simple: Sugar does not only read and execute but also writes a lot. For instance cache/jslanguage and cache/modules is rebuilt from /modules each time you run a quick repair. Whenever you create a custom field or a new layout in studio Sugar (amongst other actions) reads the respective layout file in /modules/MODULE/metadata and puts a copy with your changes into /custom/...

    In short words: Sugar's enormous flexibility and ease of customization comes at a price which is sometimes trouble with permissions.


    4.
    Set permissions on the Sugar files. The following directories, all subdirectories, and files must be writable by your web server user:
    ¢
    cache
    ¢
    custom
    ¢
    modules
    ¢
    config.php
    ¢
    config_override.php
    ¢
    sugarcrm.log
    Note:
    Typically, there are multiple versions of the log file, such as sugarcrm.log, sugarcrm.log.1, sugarcrm.log.2, and so on.
    For example:
    chgrp ApacheUser.ApacheGroup <SugarInstallRoot> -R recursively sets ownership for root directory to Apache user and group.
    chmod 755 <SugarInstallRoot> -R recursively sets permissions to Read/Write, Execute for the owner, and Read/Execute for everyone else.
    The system user that your web server uses to access files in your webroot varies depending on your operating system configuration. Common web server users include:
    ¢
    apache (Linux/Apache)
    ¢
    nobody (Linux/Apache)
    ¢
    IUSR_computerName (Windows/IIS)
    Consult your system administrator if you are unsure of your web server user.
    5.
    Ensure that file permissions are set for Read/Execute to includes directory and sugar root directory (in addition to the already existing list of directories/files) before you view Sugar on your browser.
    sts likes this.
    __________________________
    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

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sugar CRM appearance on two different servers
    By shouk_mcsd in forum Help
    Replies: 3
    Last Post: 2011-06-13, 03:43 AM
  2. Checkbox Appearance
    By smither in forum Help
    Replies: 0
    Last Post: 2011-03-11, 06:42 PM
  3. Appearance after finishing installation Sugar 5.5.0
    By nhatvinh in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2010-02-18, 04:57 PM
  4. Fields Appearance based on selection
    By spencerm in forum Feature Requests
    Replies: 3
    Last Post: 2008-05-30, 12:18 AM
  5. Customising text appearance
    By Gill in forum General Discussion
    Replies: 3
    Last Post: 2006-07-21, 09:37 PM

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
  •