Results 1 to 4 of 4

Thread: Why are my searches not changing?

  1. #1
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Why are my searches not changing?

    I changed my Search views in studio for my accounts module and I click save an deploy but nothing changes. I completely changed all of the fields in the basic search but still Name, Address, etc. shows up.

    Sugar 5.5

  2. #2
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Re: Why are my searches not changing?

    Hmmmm...none of my views change either. Is this something to do with me renaming the tab?

  3. #3
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Re: Why are my searches not changing?

    figured it out just a glitch for some reason i changes the name of the tab and it wouldn't let me change the fields then i changes it back to accounts and back to what i had it again and it was fine
    Edit/Delete Message

  4. #4
    fattmox is offline Member
    Join Date
    Nov 2009
    Posts
    9

    Lightbulb Re: Why are my searches not changing?

    Quote Originally Posted by anicolais View Post
    I changed my Search views in studio for my accounts module and I click save an deploy but nothing changes. I completely changed all of the fields in the basic search but still Name, Address, etc. shows up.

    Sugar 5.5
    I experienced the same thing with deploying a custom module from Module Builder. The problem was, because I had such a large package (30 modules) it was timing out but no error was being reported. A way to check if your module is actually being deployed or not is to check the Module loader 'Date Installed' field and make sure it is current. If it isn't then you are timing out. Another way to test is to 'Publish' your module from Module Builder (just generate the zip, don't install it). You will actually get the 'maximum time exceeded' error in this case if you are timing out.

    If you are timing out then you need to adjust your php.ini.
    This setting worked for me:
    Code:
    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;
    
    max_execution_time = 120     ; Maximum execution time of each script, in seconds
    Be sure to reload/restart apache after you change this setting!

    This has taken me days to figure out. Hopefully I can save someone else the time!
    Last edited by fattmox; 2010-03-26 at 05:23 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Searches
    By TheOne2001 in forum Developer Help
    Replies: 4
    Last Post: 2009-07-15, 07:17 PM
  2. And/Or Searches
    By jcb23 in forum Help
    Replies: 2
    Last Post: 2008-04-22, 09:41 PM
  3. Searches
    By pentalift1 in forum Help
    Replies: 7
    Last Post: 2007-10-10, 06:20 PM
  4. Multiple Searches
    By kingbahamut in forum Help
    Replies: 0
    Last Post: 2006-11-07, 08:16 PM
  5. Searches Timing Out!!!
    By afoaf in forum Developer Help
    Replies: 6
    Last Post: 2005-05-10, 02:23 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
  •