>>moved to subscribe.php, there were some paths wrong, fixed in cvs
Thanks, that showed me where to look.
However,
The subscribe.inc file is still wrong.
Its should be:
for ($i = 0; $i < $count; $i++) {
$channel_url = Util::addParameter(Horde::applicationUrl('subscribe.php'),
'channel_id', $channels[$i]['channel_id']);
Duane