Summary | Error when trying to view forum |
Queue | Agora |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | mikko.tillikainen (at) cop (dot) fi |
Created | 08/15/2005 (7287 days ago) |
Due | |
Updated | 08/16/2005 (7286 days ago) |
Assigned | 08/15/2005 (7287 days ago) |
Resolved | 08/16/2005 (7286 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Chances are high that this makes it even worse, which obviously is the
case.
Agora requires Horde from CVS HEAD at the moment.
I installed latest update for DataTree.php from CVS and now that
specific error is gone. But I get different errors this time. These
errors come after I have added new thread to forum:
Warning: Illegal offset type in
/var/www/html/horde/lib/Horde/DataTree.php on line 980
Warning: Illegal offset type in
/var/www/html/horde/lib/Horde/DataTree/sql.php on line 258
Warning: Illegal offset type in
/var/www/html/horde/lib/Horde/DataTree/sql.php on line 258
Warning: Illegal offset type in
/var/www/html/horde/lib/Horde/DataTree/sql.php on line 258
Warning: Illegal offset type in
/var/www/html/horde/lib/Horde/DataTree/sql.php on line 258
Warning: Illegal offset type in
/var/www/html/horde/lib/Horde/DataTree.php on line 989
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/horde/lib/Horde/DataTree.php:980) in
/var/www/html/horde/agora/templates/common-header.inc on line 3
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/horde/lib/Horde/DataTree.php:980) in
/var/www/html/horde/agora/templates/common-header.inc on line 4
These errors come when I'm trying to view contents of forum:
Warning: array_slice(): The first argument should be an array in
/var/www/html/horde/agora/lib/Messages.php on line 406
Warning: Invalid argument supplied for foreach() in
/var/www/html/horde/lib/Horde/DataTree.php on line 449
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/horde/agora/lib/Messages.php:406) in
/var/www/html/horde/agora/templates/common-header.inc on line 3
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/horde/agora/lib/Messages.php:406) in
/var/www/html/horde/agora/templates/common-header.inc on line 4
If I comment out sortByAttributes-call in Messages.php I don't get
these errors but after that it still doesn't show threads or messages.
I'm using Horde 3.0.5 and 2005-08-12 dated snapshot of Agora.
State ⇒ Feedback
echo(get_class($this->threads));
before that line and watch for the output.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error when trying to view forum
Queue ⇒ Agora
message when trying to view forum:
Fatal error: Call to undefined function: sortbyattributes() in
/var/www/html/horde/agora/lib/Messages.php on line 402
Error occurs right after I have pressed "Send"-button in message editing form.