Gossamer Forum
Home : Products : Others : Fileman :

Help!!!!!!!!!

Quote Reply
Help!!!!!!!!!
I need someone to help me install Filman. I keep on getting errors.
Thanks,
Amanda
Quote Reply
Re: Help!!!!!!!!! In reply to
What are the errors you are getting? Can you show the settings in your %config array?
Quote Reply
Re: Help!!!!!!!!! In reply to
It's at http://www.aboutu.net/cgi-bin/fileman.cgi

Amanda
Quote Reply
Re: Help!!!!!!!!! In reply to
Hi

Have you checked that this directory exists:

Quote:
Error Message : Can't open dir: '/home/www/mando90/wdc/'.
Reason: No such file or directory

To get around the following you should be able to create a empty file which is writable by the web server:

Quote:
Error Message : Unable to open logfile: /home/www/mando90/cgi-bin/fileman.log. Reason: No such file or directory
Script Location : /usr/home/mando90/cgi-bin/fileman.cgi

Chris
Quote Reply
Re: Help!!!!!!!!! In reply to
I have both of those though. /home/www/mando90/wdc/ is http://www.aboutu.net/wdc/ and the fileman.log is in the cgi-bin also.
Quote Reply
Re: Help!!!!!!!!! In reply to
Interesting, I ask you to post the settings of your %config array in fileman.cgi and instead, you post the URL to fileman.cgi which tells me nothing. Just the errors like you are getting.
Quote Reply
Re: Help!!!!!!!!! In reply to
Oh, sorry. I though that since that showed the configuration and the errors I would just post the URL. Anyways here it is:
%config = (
root_dir => "/home/www/mando90/wdc",
logfile => "/home/www/mando90/cgi-bin/fileman.log",
password_dir => "/home/www/mando90/cgi-bin/protected/",
root_url => "http://www.aboutu.net/wdc",
script_url => "http://www.aboutu.net/cgi-bin/fileman.cgi",
icondir_url => '/icons',
use_flock => 1,
allowed_space => 1000,
max_upload => 100,
show_size => 1,
show_date => 1,
show_perm => 1,
show_icon => 1,
show_pass => 1,
version => '1.0'
);
Quote Reply
Re: Help!!!!!!!!! In reply to
Oh, sorry. I though that since that showed the configuration and the errors I would just post the URL. Anyways here it is:
%config = (
root_dir => "/home/www/mando90/wdc",
logfile => "/home/www/mando90/cgi-bin/fileman.log",
password_dir => "/home/www/mando90/cgi-bin/protected/",
root_url => "http://www.aboutu.net/wdc",
script_url => "http://www.aboutu.net/cgi-bin/fileman.cgi",
icondir_url => '/icons',
use_flock => 1,
allowed_space => 1000,
max_upload => 100,
show_size => 1,
show_date => 1,
show_perm => 1,
show_icon => 1,
show_pass => 1,
version => '1.0'
);
Quote Reply
Re: Help!!!!!!!!! In reply to
Does the fileman.log file actually exist? If so, is it chmod 666? If it doesn't exist, create one and chmod it to 666.

Make sure that /home/www/mando90/cgi-bin/protected/ exists and chmod it to 777 so that files can be created within it.

Looks like all this is for naught since you no longer seem to be at that address anymore.