Gossamer Forum
Home : Products : Others : Fileman :

Missing Toolbar

Quote Reply
Missing Toolbar
On my new install, I have no toolbar. I would apreciate any suggestions as to what's wrong.

The ConfigData.pm is:

{
'cookie' => '1',
'password' => 'xxxxxx',
'html_root_url' => 'http://localhost/cgi-bin/images',
'reg_number' => undef,
'passwd_dir_level' => '0',
'root_path' => '/var/www/cgi-bin',
'priv_path' => '/var/www/cgi-bin/private',
'checkspace' => '0',
'image_path' => '/var/www/cgi-bin/images',
'command_time_out' => '20',
'template_root' => '/var/www/cgi-bin/private/templates',
'username' => 'admin',
'path_to_perl' => '/usr/local/bin/perl',
'allowed_space' => '0',
'version' => '2.0.1',
'root_url' => 'http://localhost/cgi-bin',
'single' => '1',
'root_dir' => '/var/www'
};
Quote Reply
Re: [rshannon] Missing Toolbar In reply to
Actually, I have no images at all. I am probably misinterpreting the queries for various directory locations in the INSTALL script, however, after several attempts, I am still missing the missing logic that I am missing. :-)

BTW, this is a default Apache 1.3.22 on RH 7.2, where (before installing FileMan) the dir structuree includes:

/var/www/html
/var/www/cgi-bin --# empty
/var/www/icons
Quote Reply
Re: [rshannon] Missing Toolbar In reply to
Hi,

Sorry about the late reply! Sounds like the images weren't uploaded to the proper place, or they were put in the cgi-bin.

Make sure to put your images outside of the cgi-bin (i.e /var/www/html/images/fileman with a url of http://yoursite/images/fileman).

Cheers,

Alex
--
Gossamer Threads Inc.