Results 1 to 8 of 8

Thread: New Module - shortcut repeat itself twice

  1. #1
    allweather is offline Member
    Join Date
    Nov 2009
    Posts
    7

    Default New Module - shortcut repeat itself twice

    i created a new module called Warranty. Created it through Module Builder, and the only thing that is weird is that the shortcut panel repeats itself. Instead of saying "create warranty" it says "create warranty create warranty". It looks pretty ugly have the shortcut menus repeated like that. Does anybody know how to change that? attached screenshot.......

    thanks!

    tom porter
    Attached Images Attached Images  

  2. #2
    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: New Module - shortcut repeat itself twice

    Can you kindly provide us the module installer?

    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.

  3. #3
    allweather is offline Member
    Join Date
    Nov 2009
    Posts
    7

    Default Re: New Module - shortcut repeat itself twice

    hey

    I am using CE 5.5.1.

    I went Admin-> Module Builder -> New Package -> New Module

    I then hit the deploy package button. I noticed that when i hit the pulish/export button, it gives me an error message saying

    "403 Permission Denied
    You do not have permission for this request /sugar1/custom/modulebuilder/packages/ICI/zips/ICI2010_03_07_131413.zip "

    Also, i went to admin->module loader, and noticed that my package was there. I went to hit install, not knowing if i should of done this before, and it gave me the following error message

    "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 93 bytes) in /home1/icidualc/public_html/sugar1/include/SugarObjects/LanguageManager.php on line 48"

    thanks!

    Tom
    Last edited by allweather; 2010-03-07 at 07:16 PM.

  4. #4
    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: New Module - shortcut repeat itself twice

    Quote Originally Posted by allweather View Post
    "403 Permission Denied
    You do not have permission for this request /sugar1/custom/modulebuilder/packages/ICI/zips/ICI2010_03_07_131413.zip "
    Probably you need to setup the permissions for folder cache to user under which apache is running.

    Quote Originally Posted by allweather View Post
    Also, i went to admin->module loader, and noticed that my package was there. I went to hit install, not knowing if i should of done this before, and it gave me the following error message

    "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 93 bytes) in /home1/icidualc/public_html/sugar1/include/SugarObjects/LanguageManager.php on line 48"
    32M memory for sugar is the enough.
    You should edit your php.ini and set 128M or more. Restart your apache after saving php.ini

    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.

  5. #5
    allweather is offline Member
    Join Date
    Nov 2009
    Posts
    7

    Default Re: New Module - shortcut repeat itself twice

    update

    I reviewed my permissions and changed them appropiatley. I was able to run the export and publish function. Also, when I deployed the package from Module Builder I saw that there were no duplicate shortcut menus as in the picture.

    So my first question is if I hit the "deploy" button from the module builder screen, do i need to install the module from admin->module loader-> install package? Because then the following two error message are a result of me doing that, and in the future i won't do that.

    Still got this error message after editing the php.ini file.....

    ""Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 93 bytes) in /home1/icidualc/public_html/sugar3/include/SugarObjects/LanguageManager.php on line 48"

    Although my new bigger issue is this error message below, and then i got a new error message when trying to log in:

    "Fatal error: Call to a member function getQuery() on a non-object in /home1/icidualc/public_html/sugartest3/modules/Contacts/Contact.php on line 412"

    Question 2, does anybody knows how to deal with this second error message

    thanks in advance!
    Last edited by allweather; 2010-03-08 at 05:48 AM.

  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: New Module - shortcut repeat itself twice

    Did you upgrade the memory_limit at your php.ini and restart your apache?
    Did you create any relationship with Contacts module?

    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
    allweather is offline Member
    Join Date
    Nov 2009
    Posts
    7

    Default Re: New Module - shortcut repeat itself twice

    I did update the php.ini file, however, since i am on shared hosting, I don't have the ability to restart apache. i'll talk to my hosting company to see if they can do anything. i am using bluehost.

    and i haven't made any relationships with the contact module. i thought that error message was weird too.

    thanks andopes

  8. #8
    allweather is offline Member
    Join Date
    Nov 2009
    Posts
    7

    Default Re: New Module - shortcut repeat itself twice

    update

    okay, so i changed the php version i was using on bluehost to phpcgi.
    replaced the old php.ini file with the new one, and no error messages.
    i was successful in uploading the new module. everything looks great!

    did a quick repair on the contact module, and boom that error message went away.

    thanks for the help andopes.

    case closed....for now....

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Removing whole shortcut menu from module
    By ishi in forum Developer Help
    Replies: 3
    Last Post: 2010-10-02, 06:42 PM
  2. Reports Module- Create a Report Shortcut is Missing
    By wpwendypan in forum General Discussion
    Replies: 4
    Last Post: 2010-01-09, 04:40 AM
  3. Repeat Tasks
    By zunaidfloris in forum General Discussion
    Replies: 4
    Last Post: 2009-11-12, 12:14 AM
  4. Add Module with no Tab to Shortcut menu
    By mikesolomon in forum Developer Help
    Replies: 16
    Last Post: 2009-09-10, 12:36 AM
  5. Shortcut customizations disappear when I Deploy Module Builder.
    By jim.thornton in forum Developer Help
    Replies: 2
    Last Post: 2009-02-26, 05:13 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
  •