[gollem] Getting Blank Screen

jrobbins@gasou.edu cssjr04@gsaix2.cc.GaSoU.EDU
Tue, 23 Apr 2002 16:18:02 -0400 (EDT)


Hello all,

I have installed the following horde modules

Horde: 2.1-cvs 
IMP: 3.1-cvs 
Turba: 1.1-cvs 
Kronolith: 1.0-cvs 
Gollem: 0.0.1-cvs 

To get gollem, I checked out gollem (specifying no tag cause I don't know
one), then ran cvs update -Pd.

In gollem/config/conf.php I changed one line:
$conf['menu']['apps'] = array('turba','kronolith','imp');

In horde/config/registry.php I added:

$this->applications['gollem'] = array(
    'fileroot' => dirname(__FILE__) . '/../gollem',
    'webroot' => '/horde9/horde/gollem',
    'icon' => '/horde9/horde/gollem/graphics/gollem.gif',
    'name' => _("FTP"),
    'allow_guests' => true,
    'show' => false
);
$this->services['gollem']['auth']['login'] = array(
    'link' => "%application%/login.php?redirect_url=|url|"
);
$this->services['gollem']['auth']['logout'] = array(
    'link' => "%application%/login.php?reason=logout&redirect_url=|url|"
);

When I click on the ftp button from imp, I get a blank screen with the url
http://eagle4.cc.gasou.edu/horde9/horde/gollem/manager.php?actionID=101
displayed.  The path name is correct.

If I log completely out of the browser, then log back in to imp, then
select ftp I get to enter user/pass/server/port , then a blank screen with
this url displayed:
http://eagle4.cc.gasou.edu/horde9/horde/gollem/redirect.php

Any help would be greatly appreciated!

+-------------------------------------------------------------------------+
| Jackie Robbins                                                          |
| Systems Support Specialist                                              |
| Computer Services                                                       |
| Georgia Southern University                                             |
| P O Box 8136                                                            |
| Statesboro, GA  30460-8136                                              |
|                                                                         |
| Internet Electronic Mail:  jrobbins@GaSoU.edu                           |
|                                                                         |
+-------------------------------------------------------------------------+