Results 1 to 2 of 2

Thread: after installed, the sugarcrm framework changed

  1. #1
    kinthon is offline Junior Member
    Join Date
    Aug 2011
    Posts
    1

    Unhappy after installed, the sugarcrm framework changed

    i don't know why,i have installed many times, using different hosts and sugar crm version, but each one show me the same problem ,the framwork changed, like it doesn't support CSS. hope some experts here can help me to solve it,rgds

  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: after installed, the sugarcrm framework changed

    Did you install in Linux box?
    Maybe it is due a file permission issue.
    Make sure SugarCRM folder belongs to apache user and also make sure SugarCRM folder is recursively writable/readable by apache user and group.
    Addittionally edit your php.ini to update the attribute "default_permission" this way:


    PHP Code:
      'default_permissions' => 
      array (
        
    'dir_mode' => 1533,
        
    'file_mode' => 436,
        
    'user' => 'apache user',
        
    'group' => 'apache group',
      ), 
    Regards
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SugarCRM and Zend Framework
    By deji163 in forum General Discussion
    Replies: 3
    Last Post: 2011-12-25, 04:11 PM
  2. with which framework sugarcrm developed?
    By Jerrym in forum Developer Help
    Replies: 4
    Last Post: 2009-03-04, 09:54 AM
  3. SugarCRM Framework
    By idenis in forum Developer Help
    Replies: 1
    Last Post: 2008-05-30, 09:56 AM
  4. is sugarcrm using open source php framework?
    By jojiju in forum Developer Help
    Replies: 2
    Last Post: 2008-04-22, 03:39 PM
  5. Base framework of SugarCRM?
    By amsmams in forum General Discussion
    Replies: 1
    Last Post: 2007-06-07, 07:22 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
  •