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 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
Hmmmm...none of my views change either. Is this something to do with me renaming the tab?
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
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:
Be sure to reload/restart apache after you change this setting!Code:;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 120 ; Maximum execution time of each script, in seconds
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks