Results 1 to 2 of 2

Thread: New module error

  1. #1
    sgilleland is offline Senior Member
    Join Date
    Jun 2009
    Posts
    45

    Default New module error

    I created a new module "Policies" and I am getting the following error when I click "Policies" in the shortcut bar... does anyone know what this could be? Actually, I am getting the same type of error on the LEADS and OPPORTUNITY modules as well

    Version 5.5.4 (Build 1246)

    {* /************************************************** ******************************* * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU 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 General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses 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 General Public License version 3. * * In accordance with Section 7(b) of the GNU 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". ************************************************** ******************************/ *} {* BEGIN Enhanced Search ::TAG 0121r788:: *} {* END Enhanced Search ::TAG 0121r788:: *} {counter assign=index} {math equation="left % right" left=$index right=$templateMeta.maxColumns assign=modVal } {if ($index % $templateMeta.maxColumns == 1 && $index != 1)} {/if} {counter assign=index} {math equation="left % right" left=$index right=$templateMeta.maxColumns assign=modVal } {if ($index % $templateMeta.maxColumns == 1 && $index != 1)} {/if}
    {sugar_translate label='LBL_NAME' module='pol_Policies'} {* /************************************************** ******************************* * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU 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 General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses 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 General Public License version 3. * * In accordance with Section 7(b) of the GNU 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_basic.value) <= 0} {assign var="value" value=$fields.name_basic.default_value } {else} {assign var="value" value=$fields.name_basic.value } {/if}
    {sugar_translate label='LBL_TYPE' module='pol_Policies'}
    Fatal error: Call to undefined method SugarFieldEnum::getSearchViewBasicSmarty() in /home/skipandg/public_html/mylmagent/include/SugarFields/SugarFiel
    Last edited by sgilleland; 2010-07-22 at 12:50 PM.

  2. #2
    kenshiro is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Macerata - ITALY
    Posts
    421

    Default Re: New module error

    Quote Originally Posted by sgilleland View Post
    Fatal error: Call to undefined method SugarFieldEnum::getSearchViewBasicSmarty() in /home/skipandg/public_html/mylmagent/include/SugarFields/SugarFiel
    Hi,

    I guess from the error above that you have tried to install Enhanced Search but something has gone wrong.

    Please try to uninstall / re-install the Enhanced Search extension and pay attention to the warnings.
    Patrizio Gelosi.
    Dispage - http://www.dispage.com

    Discover how to modify web pages from your browser with Jelliphy

    Follow us on Facebook and Twitter

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2008-09-16, 08:42 PM
  2. BUILDER ERROR: Module definition with error. Cannot proceed
    By deepaksingh in forum Developer Help
    Replies: 0
    Last Post: 2008-01-03, 10:00 AM
  3. Replies: 1
    Last Post: 2007-12-16, 07:27 PM
  4. Replies: 1
    Last Post: 2007-10-16, 07:38 PM
  5. Replies: 1
    Last Post: 2006-06-27, 11:10 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
  •