[dev] recent agora changes
Vilius Šumskas
vilius at lnk.lt
Thu Oct 13 00:17:51 PDT 2005
Jan Schneider <jan at horde.org> rašė:
>> before, but now I always get empty $data_root variable and a lot of
>> notices in agora block, like:
>>
>> Notice: Undefined offset: 1 in
>> /var/www/html/horde/agora/lib/Block/threads.php on line 38
>>
>> Fatal error: Call to a member function on a non-object in
>> /var/www/html/horde/agora/lib/Block/threads.php on line 99
I think, I've found the problem. See: http://bugs.horde.org/ticket/?id=2772
You still must re-layout agora block in portal though. These two lines
of serialized preferences before and after recent agora changes can
show you why:
-- before --
a:2:{i:0;a:1:{i:0;a:4:{s:3:"app";s:3:"imp";s:6:"height";i:1;s:5:"width";i:1;s:6:"params";a:2:{s:4:"type";s:7:"summary";s:6:"params";a:1:{s:10:"show_total";s:2:"on";}}}}i:1;a:1:{i:0;a:4:{s:3:"app";s:5:"agora";s:6:"height";i:1;s:5:"width";i:1;s:6:"params";a:2:{s:4:"type";s:7:"threads";s:6:"params";a:2:{s:8:"forum_id";s:4:"5396";s:14:"thread_display";s:2:"10";}}}}}
-- after --
a:2:{i:0;a:1:{i:0;a:4:{s:3:"app";s:3:"imp";s:6:"height";i:1;s:5:"width";i:1;s:6:"params";a:2:{s:4:"type";s:7:"summary";s:6:"params";a:1:{s:10:"show_total";s:2:"on";}}}}i:1;a:1:{i:0;a:4:{s:3:"app";s:5:"agora";s:6:"height";i:1;s:5:"width";i:1;s:6:"params";a:2:{s:4:"type";s:7:"threads";s:6:"params";a:2:{s:8:"forum_id";s:17:"agora.forums:5396";s:14:"thread_display";s:2:"10";}}}}}
--
Best Regards,
Vilius
More information about the dev
mailing list