Results 1 to 6 of 6

Thread: Studio Re-Deploy Help

  1. #1
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Studio Re-Deploy Help

    SugarCRM 5.0.0b

    I created a custom module using Studio and deployed it. How do you redeploy once that is done? I tried just deleting the new module in the modules folder and redeploying and it's not working today. I swear I was able to do that last night and everything was great.

    Any ideas?

    Thanks,

  2. #2
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Studio Re-Deploy Help

    Custom modules need presents in the custom directory...You cannot create a custom module in Studio, don't you mean the module builder? In the module builder, you can create the zipped installable module.
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  3. #3
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Studio Re-Deploy Help

    Right, sorry. I call it Studio since I click on the Studio link to start. There is an option to deploy and I've been able to deploy it to the current install but I think I mucked something up so that I can't redeploy now. My bad.

  4. #4
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Studio Re-Deploy Help

    I had to remove an entry from the upgrade_history table for my issue.

  5. #5
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Studio Re-Deploy Help

    Here is what caused it. I had a file or two open from the published module so when I went to deploy it first uninstalls your custom module before installing it again. Since I had a file open in a text editor it couldn't uninstall the custom module. To fix it I had to close those files, delete the custom module folder, and then delete the record from the upgrade_history table.

    Hope this helps someone else.

  6. #6
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Studio Re-Deploy Help

    Search for your module in custom/, it should be present somewhere in the $beanlist etc.

    Code:
    cd custom
    grep -ri '<custommodulename>' .
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problema usando Studio
    By constantine in forum Español
    Replies: 6
    Last Post: 2008-01-08, 10:51 AM
  2. 4.5.0h Studio Problems
    By SH_3mrt in forum Help
    Replies: 2
    Last Post: 2007-02-22, 07:54 PM
  3. Replies: 1
    Last Post: 2007-02-20, 07:31 AM
  4. Problem with Studio and Sugar 4.5.0h
    By mergulhao83 in forum General Discussion
    Replies: 3
    Last Post: 2007-01-12, 11:10 AM
  5. Replies: 1
    Last Post: 2006-12-01, 04:13 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
  •