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

Thread: Edit Layout Problems

  1. #1
    phoban is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Exclamation Edit Layout Problems

    php 5.2.1
    mysql 5.0.37
    server: IIS 6
    SugarCRM Version 4.5.1b (Build 1246) Community Edition

    I am a noob and so far love Sugar.

    I am having a problem getting results after editing the layout of my ACCOUNTS page.
    I have changed the layout in both the DETAIL and EDIT sections.
    I am hitting the SAVE and PUBLISH button.
    Once I go back to see if the changes have been made it remains the same.

    Under the EDIT A MODULE section I can:
    Edit Custom Fields
    Edit Drop Downs
    Edit Labels

    Just not EDIT LAYOUT

    I did not install Sugar, nor am I in control of the permissions of the files on the server. ( I am guessing the solution lies somewhere here)

    All help is greatly appreciated,
    -Patrick

  2. #2
    MilSp3c is offline Sugar Community Member
    Join Date
    Apr 2007
    Location
    Fort Lauderdale Florida
    Posts
    65

    Default Re: Edit Layout Problems

    Did you by any chance make any manual edits to the files?

    Doesn't seem to me like it would be a permissions issue, only reason I am assuming this is because you are running it on a windows server. Not sure if IIS has any flaws or quirks with Sugar. I tend to place all my systems under apache or a lamp environment.

    Also, I know with Studio sometimes you need to let the page "fully" load before clicking on another option. Let us know that everything completely loaded as well, and maybe some one can be of more help.

    Best regards,
    MilSp3c

  3. #3
    phoban is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: Edit Layout Problems

    After I make the changes to the layout, I hit SAVE and PUBLISH button
    At the top of the screen I see Saving, Publishing and Published.
    Then the page reloads.

    Still nothing changes.
    I have not changed any of the code.

    When ever I go back to try and change the layout again, my changes are still there in the STUDIO section.
    Just not in the User End.

    Thanks for your help,
    Patrick
    Last edited by phoban; 2007-11-07 at 09:03 PM.

  4. #4
    MilSp3c is offline Sugar Community Member
    Join Date
    Apr 2007
    Location
    Fort Lauderdale Florida
    Posts
    65

    Default Re: Edit Layout Problems

    Definately seems odd.

    Let's see if any one else can be of any help. Not sure why it wouldn't be refreshing.

    The only thing I can think of would be to rebuild extensions and views under the admin page and see if that brings it over
    properly.

    Best regards,
    MilSp3c

  5. #5
    phoban is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: Edit Layout Problems

    I tried rebuilding all of the different sections in the "Repair" section of the Admin area.

    No luck.

    I am also unable to upgrade my SugarCRM

    Its reporting that the
    Permission is: 666
    File Owner: Cannot Determine Owner
    File Group: Cannot Determine Group
    For all of the files in the "httpdocs" folder.

    I am wondering if this has any correlation to the problem

    Thanks again for your help.

    Anyone else have any ideas?

  6. #6
    phoban is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: Edit Layout Problems

    Here is what my web host had to say about the situation:

    "It's looking for linux file permissions instead of windows. files in windows dont have an "owner" nor a "group" like unix files do.
    SugarCRM is pretty slick I can't believe they don't have a facility built in to deal with that. I can adjust the permissions, but in the httpdocs they should already be fairly loose. Windows has an account called creator but it doesn't actually "own" the file."

    I don't know if this has anything to do with the fact that my LAYOUT changes are not being applied or not.

    Any and all help is greatly appreciated,
    -Patrick

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

    Default Re: Edit Layout Problems

    Quote Originally Posted by phoban
    I don't know if this has anything to do with the fact that my LAYOUT changes are not being applied or not.
    I think there is a good chance that they are related.

    It kind of sounds like the problem is that the EditView.html or DetailView.html (depending on which you modified) is not being overwritten the copy corresponding to what you see in Studio.

    What happens if you try to rename either of those files within <sugar root>/modules/Accounts? If you are able to do so, try publishing your changes again.

    If you are not able to rename them, then you definitely have a permissions situation.
    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)
    ______________________________________________

  8. #8
    phoban is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: Edit Layout Problems

    Angel,

    Thanks for your reply.

    I am able to change the names of the files within the /modules/Accounts/ folder.

    The "EditView.html" file and the "DetailView.html" file still have the modification "date" as the day it was installed.
    Is there some kind of setting within Sugar itself that could be off?
    As if it is publishing the files to the wrong place maybe?

    Thanks again for your help,
    -Patrick

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

    Default Re: Edit Layout Problems

    Hmm...

    Are you able to copy EditView.html from <sugar root>/custom/working/modules/Accounts to <sugar root>/modules/Accounts?
    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)
    ______________________________________________

  10. #10
    phoban is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: Edit Layout Problems

    Yes!!!

    That worked.

    SO... Sugar is publishing the files to "/custom/working/modules/Accounts/",
    but not rewriting the files in "/modules/Accounts/"

    It would be nice if it would do this on it's own, but for now this is a quick fix for me to copy over them myself.

    If you have any suggestions to why Sugar is not rewriting the files in the "/modules/Accounts/" file
    I am willing to try and solve that as well.

    Thanks for your help!
    -Patrick

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. edit and detail view problems
    By ashley07 in forum Help
    Replies: 2
    Last Post: 2007-10-21, 09:47 PM
  2. Studio Edit Layout Not Working
    By amears1 in forum Help
    Replies: 3
    Last Post: 2007-09-27, 03:13 PM
  3. Custom Field add not visible is Edit Layout
    By tylerpoint in forum Help
    Replies: 0
    Last Post: 2007-07-09, 05:56 AM
  4. Replies: 2
    Last Post: 2007-02-07, 11:50 AM
  5. Replies: 0
    Last Post: 2006-04-03, 07:34 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
  •