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

Thread: little question in detail view

  1. #1
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default little question in detail view

    Hello, I have a little problem in detail view of my custom module that I'd like to solve.
    regards
    Attached Images Attached Images  

  2. #2
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: little question in detail view

    Probably there is some logic_hook or some other customization that was performed which execute an echo or other print function, you need to find that code and adjust it.
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

  3. #3
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default Re: little question in detail view

    Quote Originally Posted by rafael.q.g@hotmail.com View Post
    Probably there is some logic_hook or some other customization that was performed which execute an echo or other print function, you need to find that code and adjust it.
    Thanks Rafael for your answer, but I don't know where I can look for this, because in modules/mycustommodule/ or in custom/modules/mycustommodule/ there isn't anything strange...

  4. #4
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: little question in detail view

    Please take a look on:
    1. logic_hooks (if exists)
    2. views/detail.vew.php (if exists)
    3. metedata/detailviewdefs.php
    4. mycustommodule.php
    5. mycustommodule_Sugar.php
    Check the module folder also under the custom folder.

    If this issue is happening just for this module, is very probable that there is some "echo $id (or something like that)" in some of these places.
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

  5. #5
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Smile Re: little question in detail view

    Quote Originally Posted by rafael.q.g@hotmail.com View Post
    Please take a look on:
    1. logic_hooks (if exists)
    2. views/detail.vew.php (if exists)
    3. metedata/detailviewdefs.php
    4. mycustommodule.php
    5. mycustommodule_Sugar.php
    Check the module folder also under the custom folder.

    If this issue is happening just for this module, is very probable that there is some "echo $id (or something like that)" in some of these places.
    Hello Rafael, thanks for your answer.
    I have looked for this in these places, but I don't see nothing strange...
    I have created more custom modules, and this is become to happen in these new modules...because in previous custom modules this didn't happen. (the only change that I did, it was mark 'importable' as true when creating the new module....)
    what can be?
    Daniel

  6. #6
    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: little question in detail view

    Quote Originally Posted by garciasanchezdaniel View Post
    Hello Rafael, thanks for your answer.
    I have looked for this in these places, but I don't see nothing strange...
    I have created more custom modules, and this is become to happen in these new modules...because in previous custom modules this didn't happen. (the only change that I did, it was mark 'importable' as true when creating the new module....)
    what can be?
    Daniel
    This is not due your recent customization in Importable.
    This sugar id is displayed in context of Users after_retrieve logic hook or Controller.

    Do a quick test:
    Rename the folder custom to something else and try again.
    Let us know if it fix the issue.

    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.

  7. #7
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default Re: little question in detail view

    Quote Originally Posted by andopes View Post
    This is not due your recent customization in Importable.
    This sugar id is displayed in context of Users after_retrieve logic hook or Controller.

    Do a quick test:
    Rename the folder custom to something else and try again.
    Let us know if it fix the issue.

    Cheers
    for example...changing sugarcrm/custom/ to sugarcrm/customize?
    is needed to do quick repair and rebuild?
    thanks andopes

  8. #8
    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: little question in detail view

    Quote Originally Posted by garciasanchezdaniel View Post
    for example...changing sugarcrm/custom/ to sugarcrm/customize?
    is needed to do quick repair and rebuild?
    thanks andopes
    No needs to quick repair, and remember it is for test purpose, only to figure out if the issue is related to some customization.

    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.

  9. #9
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default Re: little question in detail view

    Quote Originally Posted by andopes View Post
    No needs to quick repair, and remember it is for test purpose, only to figure out if the issue is related to some customization.

    Cheers
    ok, thanks andopes.
    I can not test it now, because I'm at home and all is in the office, so tomorrow I will write the result.
    Daniel

  10. #10
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Smile Re: little question in detail view

    Hello!!
    I changed /custom to /customize and then sugarcrm doesn't work properly...
    more ideas? thanksss
    Attached Images Attached Images  

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. little question in detail view
    By garciasanchezdaniel in forum Developer Help
    Replies: 2
    Last Post: 2011-10-13, 08:59 AM
  2. Replies: 2
    Last Post: 2011-02-04, 01:40 PM
  3. Replies: 1
    Last Post: 2009-03-04, 10:56 AM
  4. Replies: 13
    Last Post: 2007-10-04, 05:53 AM
  5. Replies: 0
    Last Post: 2006-05-04, 01:27 AM

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
  •