Results 1 to 2 of 2

Thread: Notice: Undefined index: lead_conv_activity_opt in view.convertlead.php

  1. #1
    vincenzo.frezza is offline Junior Member
    Join Date
    Oct 2007
    Location
    Milan
    Posts
    10

    Default Notice: Undefined index: lead_conv_activity_opt in view.convertlead.php

    Hi all,

    I just upgraded my SugarCRM box from 6.2.4 to 6.4.0

    Everything is ok until today ... now, converting a lead I, encountered these errors in the page:

    Notice: Undefined index: lead_conv_activity_opt in /modules/Leads/views/view.convertlead.php on line 131

    Notice: Undefined index: lead_conv_activity_opt in /modules/Leads/views/view.convertlead.php on line 134

    Notice: Undefined index: lead_conv_activity_opt in /modules/Leads/views/view.convertlead.php on line 138


    Analyzing the first one source file, view.convertlead.php, at line 131 I can find

    PHP Code:
    $smarty->assign('lead_conv_activity_opt'$sugar_config['lead_conv_activity_opt']); 
    So ...smarty cannot find $sugar_config['lead_conv_activity_opt'] ...

    Where should lead_conv_activity_opt option be stored ? I ask this because I cannot find this in the config.php file ...

    Thanks in advance, Vincenzo

  2. #2
    vincenzo.frezza is offline Junior Member
    Join Date
    Oct 2007
    Location
    Milan
    Posts
    10

    Talking Re: Notice: Undefined index: lead_conv_activity_opt in view.convertlead.php

    I found the solution !

    Something was wrong during my last upgrade process so the config.php file was not upgraded.

    Comparing my config.php file with the same file generated with a fresh installation this row is missing:

    PHP Code:
      'lead_conv_activity_opt' => 'donothing'

    So the 'lead_conv_activity_opt' parameter must be in the config.php file otherwise the app cannot read the value.

    Adding the upon code everything was fine.


    Vincenzo

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Undefined Index Notice On Home Page
    By jnovak in forum Installation and Upgrade Help
    Replies: 7
    Last Post: 2008-01-04, 09:39 PM
  2. Calendar Notice: Undefined index TIME_START
    By jeannemeng in forum General Discussion
    Replies: 0
    Last Post: 2006-04-10, 06:03 PM
  3. Notice: Undefined index
    By reginato in forum Help
    Replies: 0
    Last Post: 2006-02-14, 09:23 AM
  4. Notice: Undefined index:
    By AtomicJunction in forum Help
    Replies: 2
    Last Post: 2004-08-10, 06:00 AM

Tags for this Thread

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
  •