Results 1 to 3 of 3

Thread: Fatal errors after installing Kinamu Full Text Search

  1. #1
    hoomel is offline Member
    Join Date
    Mar 2010
    Posts
    5

    Default Fatal errors after installing Kinamu Full Text Search

    Hi,

    i am currently trying out sugarCRM if it is suitable for the tasks in our company.

    I wanted to try out the Kinamu Full Text Search Module, so i downloaded it at SugarForge, corrected the typing error in the manifest.php and installed it.

    But after installing it, SugarCRM does not start anymore.
    display_errors = On in php displays the following errors:

    Fatal error: Cannot redeclare class VardefManager in C:\Programme\sugarcrm-5.5.1RC\htdocs\sugarcrm\include\SugarObjects\Varde fManager.php on line 38

    Fatal error: Class 'LogicHook' not found in C:\Programme\sugarcrm-5.5.1RC\htdocs\sugarcrm\include\utils.php on line 2552

    I am using the Stack installation fo SugarCRM 5.5.1 RC1 with PHP 5.2.5 and Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8e PHP/5.2.5

    What can i do to either correct these errors or undo the changes the Kinamu module installation has made?
    I know, the current version of Kinamu Full Text Search and the SugarCRM RC are not officially working together, but i was curious about the functions. As i said, the SugarCRM installation is just a local testing environment, it is not that bad if the data get lost, but it would be nice if there was a workaround.

    Thanks in advance for any help,
    hoomel

  2. #2
    andertxu is offline Member
    Join Date
    Dec 2007
    Posts
    9

    Default Re: Fatal errors after installing Kinamu Full Text Search

    Hello I had a similar problem, and I edit file ./include/entryPoint.php, I found VadefManager declaration

    require('include/SugarObjects/VardefManager.php');

    and I commentted it using //

    //require('include/SugarObjects/VardefManager.php');

    Then I get another similar error but with Currency and I commented it too.

    Then Problem was solved.

    I ran rebuild vardefs process at the end-

    I am not sure if this is an ideal solution, but works for me.

    Good Luck
    Ander

  3. #3
    hoomel is offline Member
    Join Date
    Mar 2010
    Posts
    5

    Default Re: Fatal errors after installing Kinamu Full Text Search

    ok, thanks for the help.

    But there is one problem with your solution:

    After commenting both entries, i can in fact access SugarCRM again, but the Kinamu Full Text Search is nowhere to be found.

    In the Module Loader it appears to be installed, but i can find it nowhere in the SugarCRM GUI.
    Do i have to insert any code for the search field to appear or is there another error within my installation?

    Best Regards,
    hoomel

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 2010-04-12, 06:47 PM
  2. Full Text Search
    By manoj in forum Feature Requests
    Replies: 18
    Last Post: 2009-11-24, 11:35 AM
  3. Full Text Search
    By manoj in forum General Discussion
    Replies: 29
    Last Post: 2009-11-18, 03:24 PM
  4. Kinamu Full text search
    By kalaisugar in forum Developer Help
    Replies: 5
    Last Post: 2009-07-17, 06:06 AM
  5. Full Text Search within Standard Fields
    By ludvik in forum General Discussion
    Replies: 2
    Last Post: 2005-06-23, 07:01 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
  •