Question
I'm a new install and am slowly working out the kinks. I can't edit Prefs, etc. because I am not logged in as an Admin user. I can't register an Admin user due to the following error (from warn*):
fileparse(): need a valid pathname at /usr/local/apache2/twiki/lib/TWiki/Store/RcsFile.pm line 112., then it refers to line 175 in the Basename.pm file. I get this error when trying to complete a registration. I checked whether rcs was installed by calling it from a command prompt in linux and it responds. Any ideas? Thanks.
Environment
--
LindaVenable - 01 Aug 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I'm guessing that you have modified either the name of the users web or the name of the directory used for registration approvals in
configure. If you attach your
LocalSite.cfg here this can be confirmed (change {DefaultUrlPath} and any mail addresses in the file before attaching it to foil hackers)
--
CrawfordCurrie - 06 Aug 2006
Thanks for looking at this! Sorry for the delay in providing this.
$TWiki::cfg{DataDir} = '/usr/local/apache2/twiki/data';
$TWiki::cfg{Password} = '2s5A0JPzStYwI';
$TWiki::cfg{Site}{Lang} = 'en';
$TWiki::cfg{LocalesDir} = '/usr/local/apache2/twiki/locale';
$TWiki::cfg{ScriptUrlPath} = '/twiki/bin';
$TWiki::cfg{DefaultUrlHost} = 'http://libwiki.imf.org';
$TWiki::cfg{Site}{FullLang} = 'en-us';
$TWiki::cfg{PubUrlPath} = '/twiki/pub';
$TWiki::cfg{PubDir} = '/usr/local/apache2/twiki/pub';
$TWiki::cfg{TemplateDir} = '/usr/local/apache2/twiki/templates';
$TWiki::cfg{Site}{CharSet} = 'iso-8859-15';
$TWiki::cfg{Register}{NeedVerification} = 0;
$TWiki::cfg{LoginManager} = 'TWiki::Client::TemplateLogin';
1;
--
LindaVenable - 05 Oct 2006