Results 1 to 9 of 9

Thread: No Create account form

  1. #1
    jatwell is offline Junior Member
    Join Date
    Jul 2009
    Posts
    1

    Exclamation No Create account form

    I am a new user and we just did the setup of Sugar 5.2. All is OK except we can not get the Create Account form to appear or the Create Opportunity Form to appear. The window appears but it "all white" - no form. We can enter Accounts through the Create Contact but not thru create Account. Is this a permissions problem?

    Thanks - JA

  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,334

    Default Re: No Create account form

    Hi JA

    Have a look at the tail of sugarcrm.log (at the root of your sugar installation) and error_log of your apache or IIS.

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

    Default Re: No Create account form

    Very nice post with a ton of informative information. I really appreciate the fact that you approach these topics from a stand point of knowledge and information
    instead of the typical “I think” mentality that you see so much on the internet these days.
    Last edited by liannagreyson; 2009-11-22 at 04:34 PM.

  4. #4
    etj
    etj is offline Junior Member
    Join Date
    May 2010
    Posts
    2

    Default Re: No Create account form

    Quote Originally Posted by jatwell View Post
    I am a new user and we just did the setup of Sugar 5.2. All is OK except we can not get the Create Account form to appear or the Create Opportunity Form to appear. The window appears but it "all white" - no form. We can enter Accounts through the Create Contact but not thru create Account. Is this a permissions problem?

    Thanks - JA
    I am seing a similar error on 5.5.2.

    Error showing in the apache error.log:


    [Sun May 09 15:25:40 2010] [error] [client 127.0.0.1] PHP Fatal error: Call to a member function assign() on a non-object in /home/sugarcrm/sugarcrm-5.2.0e/htdocs/sugarcrm/modules/DynamicFields/DynamicField.php on line 734, referer: http://localhost:8080/sugarcrm/index...n&action=index

    I am unsure how to progress from there.

  5. #5
    etj
    etj is offline Junior Member
    Join Date
    May 2010
    Posts
    2

    Default Re: No Create account form

    The error was caused by an old plugin (http://www.sugarforge.org/frs/?group_id=673), I upgraded to the latest version of the plugin and the problem is now gone.

  6. #6
    dolguin is offline Member
    Join Date
    Feb 2009
    Posts
    5

    Exclamation Re: No Create account form

    Quote Originally Posted by etj View Post
    The error was caused by an old plugin (http://www.sugarforge.org/frs/?group_id=673), I upgraded to the latest version of the plugin and the problem is now gone.
    I have the same problem in sugar 5.5.2
    I have installed MyCRM Connector for Google Calendar Tool v.1.6 CE-21 is the latest that is available, so I can not make any upgrade.

    attempt to remove the module but I got a new error:
    Code:
    Fatal error: Call to undefined function hashToFile() in /var/www/sugar/modules/Administration/UpgradeWizard_prepare.php on line 55
    same thing happens if I try to disable it

    anyone knows how I can uninstall the module?

  7. #7
    dolguin is offline Member
    Join Date
    Feb 2009
    Posts
    5

    Lightbulb Re: No Create account form

    so far as to work as it solves this problem comment the lines 734 and 738 of modules

    /DynamicFields/DynamicField.php

    Code:
    728    function populateXTPL(&$xtpl, $view){
    729                 if($this->bean->hasCustomFields()){
    730                 $results = $this->getAllFieldsView($view, 'xtpl');
    731                 foreach($results as $name=>$value){
    732                                 if(is_array($value['xtpl'])){
    733                         foreach($value['xtpl'] as $xName=>$xValue){
    734                             //$xtpl->assign(strtoupper($xName), $xValue);
    735
    736                         }
    737                     }else{
    738                         //$xtpl->assign(strtoupper($name), $value['xtpl']);
    739                     }
    740                 }
    741                 }
    742
    743     }

  8. #8
    strauss is offline Junior Member
    Join Date
    Nov 2010
    Posts
    1

    Default Re: No Create account form

    I learned a lot from this discussion. Thank you very much to all who have shared their knowledge.

  9. #9
    jacketshen is offline Banned
    Join Date
    May 2011
    Posts
    4

    Thumbs up Re: No Create account form

    HI ! guys , i am learn more ........thank you !!!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to set create account form to be loaded first?
    By esplgopal in forum Developer Help
    Replies: 3
    Last Post: 2009-02-25, 07:59 AM
  2. Data Entry - One form to create Account/Contact/Opportunity
    By grantadam in forum General Discussion
    Replies: 0
    Last Post: 2008-09-17, 02:20 PM
  3. Replies: 3
    Last Post: 2008-08-06, 12:31 AM
  4. Blank 'Create Account' Form
    By tcornett in forum Help
    Replies: 2
    Last Post: 2008-04-01, 08:50 PM
  5. Replies: 5
    Last Post: 2007-04-26, 07:43 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
  •