[trean] trean erros

Ilya mail@krel.org
Sun, 1 Sep 2002 19:59:30 -0400


whn I open trean in my horde environment, I cna see following erros in
php.log:
[01-Sep-2002 19:49:22] PHP Warning:  openlog() expects parameter 3 to be
long, string given in /usr/local/lib/php/Log/syslog.php on line 53
[01-Sep-2002 19:49:22] PHP Notice:  Uninitialized string offset:  0 in
/usr/local/www/horde/lib/Category.php on line 496
[01-Sep-2002 19:49:22] PHP Notice:  Uninitialized string offset:  1 in
/usr/local/www/horde/lib/Category.php on line 496
[01-Sep-2002 19:49:22] PHP Notice:  Uninitialized string offset:  1 in
/usr/local/www/horde/lib/Category.php on line 497
[01-Sep-2002 19:49:22] PHP Notice:  Uninitialized string offset:  2 in
/usr/local/www/horde/lib/Category.php on line 497


Also only my bookmark tree looks like this:
My Bookmarks ----
                                |____
                                        |__B
                                        |__E
i am not sure why there is another level between B and E

but the main problem, I cannot make trean keep anything. When I clikc create
new category, it opens up window, and than even has the new name in header,
but it doesnt appear in tree, and not saved in database.

WhenI try to add new bookmark, after submit a blank window opens, and thsi
error appears:
[01-Sep-2002 19:52:56] PHP Fatal error:  Call to undefined function:
getname() in /usr/local/www/horde/trean/add.php on line 27

Wehn I go back to trean last status is set to "There was an error adding the
bookmark"

this is bmy category settings from horde/conf.php

/**
 ** Category System Settings
 **/

// What backend should we use for Horde Categories? Valid options are
// currently 'none' and 'sql'. In the case of 'none', the categories
// only live for the duration of a single request - they are NOT
// stored in the user's session.
$conf['category']['driver'] = 'sql';

// An array holding any parameters that the Category object will need
// to function correctly.
$conf['category']['params'] = array();

$conf['category']['params'] = array();
$conf['category']['params']['phptype'] = 'mysql';
$conf['category']['params']['hostspec'] = 'localhost';
$conf['category']['params']['username'] = '****';
$conf['category']['params']['password'] = '*****';
$conf['category']['params']['database'] = 'horde';
$conf['category']['params']['table'] = 'horde_categories';

any suggestions?