bugphpGroupWare - Bugs: bug #23375, Fatal error when searching for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #23375: Fatal error when searching for todo list entries

Submitter:  jason king <pizzathief>
Submitted:  Tue 27 May 2008 04:29:00 AM UTC
   
 
Category:  bookmarks Item Group:  SVN trunk (dev code)
Severity:  3 - Normal Priority:  7 - High
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Discussion

Tue 27 May 2008 04:29:00 AM UTC, original submission:  

(using the bookmarks category, don't know where else to put this at the moment, don't see a todo category)

I tried a search of "xxx" in an empty todo list , just to see what would happen , and I got the following:

!Fatal Error
Can not createObject(todo.ui), file does not exist
!file: /path/to/phpgroupware/phpgwapi/inc/class.object_factory.inc.php
 !line: 84
!back trace
!Please include the following output when you report this incident on our bug tracker - https://savannah. ... roup=phpgroupware
Array
(
    [0] => Array
        (
            [function] => phpgw_handle_error
            [args] => Array
                (
                    [0] => 256
                    [1] => Can not createObject(todo.ui), file does not exist
                    [2] => /home/jason/website/phpgroupware/phpgwapi/inc/class.object_factory.inc.php
                    [3] => 84
                    [4] => **error_handler_content_data**
                )

        )

    [1] => Array
        (
            [file] => /path/to/phpgroupware/phpgwapi/inc/class.object_factory.inc.php
            [line] => 84
            [function] => trigger_error
            [args] => Array
                (
                    [0] => Can not createObject(todo.ui), file does not exist
                    [1] => 256
                )

        )

    [2] => Array
        (
            [file] => /path/to/phpgroupware/phpgwapi/inc/common_functions.inc.php
            [line] => 241
            [function] => object_factory->CreateObject
            [args] => Array
                (
                    [0] => todo.ui
                    [1] => UNDEF
                    [2] => UNDEF
                    [3] => UNDEF
                    [4] => UNDEF
                    [5] => UNDEF
                    [6] => UNDEF
                    [7] => UNDEF
                    [8] => UNDEF
                    [9] => UNDEF
                    [10] => UNDEF
                    [11] => UNDEF
                    [12] => UNDEF
                    [13] => UNDEF
                    [14] => UNDEF
                    [15] => UNDEF
                    [16] => UNDEF
                )

        )

    [3] => Array
        (
            [file] => /path/to/phpgroupware/index.php
            [line] => 73
            [function] => CreateObject
            [args] => Array
                (
                    [0] => todo.ui
                )

        )

)

jason king <pizzathief>

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by pizzathief (Submitted the item)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-ed84.
    Corresponding source code