Results 1 to 3 of 3

Thread: Need Custom Search and Export - Problems with CRMUpgrades: SugarSearch

  1. #1
    eagleone is offline Member
    Join Date
    Nov 2007
    Posts
    8

    Default Need Custom Search and Export - Problems with CRMUpgrades: SugarSearch

    Hello Everybody,

    I have a Problem with CRMUpgrades: SugarSearch.
    I have Sugar 4.51g installed, TeamOS 3.3d an Zucker Hierarchie 1.0.

    When I tried to use any "Advanced Search" I get no Results. What is wrong ?

    I made a copy of the entire Project to another Server and it´s the same.

    On both Server I run PHP 4.4 maybe thats the Problem ?

    Any Help ist welcome, PLEASE

  2. #2
    paikmoses's Avatar
    paikmoses is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    541

    Default Re: Need Custom Search and Export - Problems with CRMUpgrades: SugarSearch

    Looks like the something broke while installation. Try with a fresh download of sugar and then go through the installation again.

    Hope this helps.

    Regards

  3. #3
    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: Need Custom Search and Export - Problems with CRMUpgrades: SugarSearch

    Hi, eagleone.

    If you know how to debug php scripts you can do that:

    Open the file include/ListView/ListViewData.php
    Look for this line:

    PHP Code:
    $_SESSION['export_where'] = $ret_array['where'
    And insert this one above:

    PHP Code:
    echo "$main_query"
    This will show the query for retrieving data from database.

    And modify the line bellow:
    PHP Code:
    $result $GLOBALS['db']->query($main_query); 
    to this one:

    PHP Code:
    $result $GLOBALS['db']->query($main_querytrue); 
    This will make the execution dies if the database gets some error. It will display the error on screen.

    If AdvancedSearchs returns nothing it could be because any dropdown customization where the label '-- None --' has been related the the option '0' besides ''.

    Remember to restore the file after debugging.

    Cheers

    --
    André Lopes
    Lâmpada Global Services
    Rua Bela Cintra, 299 conjunto. 51
    São Paulo, SP 01415-000
    tel1. 55 11 3237-3110
    cel. 55 11 7636-5859
    e-mail: info@lampadacrm.com.br

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Export Search results (bug??)
    By dkikalis in forum Feature Requests
    Replies: 0
    Last Post: 2005-10-20, 10:49 AM
  2. Search and export by newly added field
    By garfield in forum Help
    Replies: 3
    Last Post: 2005-04-26, 04:57 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
  •