phpGroupWare - 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 | ||
Item Group: | SVN trunk (dev code) | Category: | bookmarks |
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: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
No changes have been made to this item
(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.gnu.org/bugs/?group=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
)
)
)