Results 1 to 3 of 3

Thread: Error saving a new account 6.3.1

  1. #1
    ibdmanhb is offline Junior Member
    Join Date
    Jan 2012
    Posts
    1

    Default Error saving a new account 6.3.1

    I am new to Sugar and just installed 6.3.1 for evaluation. When creating a new account and clicking on the save button I receive the following error:

    {* /************************************************** ******************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see Licenses - GNU Project - Free Software Foundation (FSF) or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ************************************************** ******************************/ *} {* /************************************************** ******************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see Licenses - GNU Project - Free Software Foundation (FSF) or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ************************************************** ******************************/ *}
    {if $bean->aclAccess("edit")}{/if} {if $bean->aclAccess("edit")}{/if} {if $bean->aclAccess("delete")}{/if} {if $bean->aclAccess("edit") && $bean->aclAccess("delete")}{/if}
    {if $bean->aclAccess("detail")}{if !empty($fields.id.value) && $isAuditEnabled}{/if}{/if} {$ADMIN_EDIT} {$PAGINATION}
    {sugar_include include=$includes}
    {counter name="panelFieldCount" start=0 print=false assign="panelFieldCount"}
    {sugar_translate label='LBL_ACCOUNT_INFORMATION' module='Accounts'}
    {counter name="fieldsUsed" start=0 print=false assign="fieldsUsed"} {counter name="fieldsHidden" start=0 print=false assign="fieldsHidden"} {capture name="tr" assign="tableRow"} {counter name="fieldsUsed"}
    {if !$fields.name.hidden} {capture name="label" assign="label"}{sugar_translate label='LBL_NAME' module='Accounts'}{/capture} {$label|strip_semicolon}: {/if} {if !$fields.name.hidden} {counter name="panelFieldCount"} {* /************************************************** ******************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see Licenses - GNU Project - Free Software Foundation (FSF) or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ************************************************** ******************************/ *} {if strlen($fields.name.value) <= 0} {assign var="value" value=$fields.name.default_value } {else} {assign var="value" value=$fields.name.value } {/if} {$fields.name.value} {if !empty($value)}

    The account saves OK. This is running in Apache, PHP 5.2 and MYSQL. Any suggestions would be appreciated.

    Thank you

  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: Error saving a new account 6.3.1

    I believe there is some php extension bugging your SugarCRM instance.
    Can you provide the output of phpinfo()?

    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
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Error saving a new account 6.3.1

    The problem is that you have a file that SHOULD start with a <?php but is either got a <? or nothing at all.

    First thing to try is to turn on ASP style tags in your php.ini


    PHP Code:
    Allow ASP-style <% %> tags.
    PHPDescription of core php.ini directives Manual
    asp_tags 
    On 
    and restart your web server.

    if it then works then you have a file somewhere that only has <? instead of the full <?php. If it still fails then you have a file that is missing the tag altogether.

    Let us know what happens.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Account Email Address Not Saving
    By KrisM in forum Help
    Replies: 1
    Last Post: 2011-09-12, 09:15 AM
  2. Error alert when saving account
    By blablaz in forum General Discussion
    Replies: 3
    Last Post: 2011-07-07, 09:34 AM
  3. Saving mail account information hanging
    By tlawson in forum Help
    Replies: 4
    Last Post: 2011-04-05, 02:26 PM
  4. Replies: 6
    Last Post: 2009-05-19, 06:05 PM
  5. Account Fields Not Saving properly
    By supperman2k in forum Help
    Replies: 1
    Last Post: 2007-05-15, 10:27 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
  •