Results 1 to 1 of 1

Thread: Error in Thread module

  1. #1
    kathiste is offline Sugar Community Member
    Join Date
    Oct 2007
    Posts
    16

    Default Error in Thread module

    In Thread module I get an error because $log variable is not defined in DetailView.ohp (and some more files)
    I try to update the code adding this line

    /*line added*/
    global $log;

    ...
    $log->info("Thread DetailView");

    and I can do something.
    Then I get another error when trying to display the list

    THREAD LIST
    mytread kathiste : 21/02/2008 12:48

    content of a thread
    Notice: Undefined index: type in D:\gw\ApacheSoftwareFoundation\Apache\htdocs\sugar \data\SugarBean.php on line 2881
    Notice: Undefined index: type in D:\gw\ApacheSoftwareFoundation\Apache\htdocs\sugar \data\SugarBean.php on line 2885
    Notice: Undefined index: type in D:\gw\ApacheSoftwareFoundation\Apache\htdocs\sugar \data\SugarBean.php on line 2881
    Notice: Undefined index: type in D:\gw\ApacheSoftwareFoundation\Apache\htdocs\sugar \data\SugarBean.php on line 2885
    Notice: Undefined index: type in D:\gw\ApacheSoftwareFoundation\Apache\htdocs\sugar \data\SugarBean.php on line 2881
    Notice: Undefined index: type in D:\gw\ApacheSoftwareFoundation\Apache\htdocs\sugar \data\SugarBean.php on line 2885

    Post List
    Select Start Previous (0 - 0 of 0) Next End
    Title Sort Parent Thread Created By Sort Modified By Sort Date Modified Sort
    Select Start Previous (0 - 0 of 0) Next End

    And more, the button REPLY TO POST shows the code
    <? echo $mod_strings['LBL_REPLY_TO_POST']; ?>
    not the correct label
    Last edited by kathiste; 2008-02-21 at 09:17 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I Can't Get Passed the Logon Page!
    By whatistocome in forum Help
    Replies: 109
    Last Post: 2010-12-28, 07:37 AM
  2. Module Builder
    By Olavo in forum Downloads
    Replies: 418
    Last Post: 2009-02-26, 06:36 AM
  3. HOWTO - Enhance ModuleBuilder generated modules to include AJAX
    By kenneth.thorman in forum Developer Tutorials
    Replies: 10
    Last Post: 2009-01-16, 05:53 PM
  4. Replies: 0
    Last Post: 2006-09-15, 04:50 PM
  5. Replies: 1
    Last Post: 2006-09-11, 03:38 PM

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
  •