1. Wack everything and re-install. ie
rm -f/usr/local/slash
then go into cpan and install Bundle::Slash
then make install and install-slashsite to
get your site setup. you should be able to do
all this, restart apache, and your site should
work.
The other option would be to check your DBIx::Password setup:
i'm lost.. i never setup a virtual user named "DSN" i named it slash!
You did. from the shell, as root, do
locate Password.pm
That gives me, on one of my boxes,
$ locate Password.pm /usr/local/lib/perl5/site_perl/5.6.1/ D BIx/Password.pm
cat that file. it's your DBIx::Password configuration file. Edit it. Make sure it has the correct username, password, host, etc in it. That section/part of the file should look something like this:
(ugh: Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted. )
1. read perldoc DBIx::Password 2. try a search [slashcode.com] for related information on slashcode 3. read through the slash mailing list archives [sourceforge.net].
i'm lost.. i never setup a virtual user named "DSN" i named it slash!
You did.
Not necessarily. But then he told the slash install scripts that his virtual user is DSN. Either ways it doesn't work for him now.
Another question: we've heard about that request thing thousands of times, but nobody ever posted a solution. What fixed that error message for those of you who had it?
--
-- symlink.ch [symlink.ch]: YAGSS - yet another German slash si
Two options (Score:2)
rm -f
then go into cpan and install Bundle::Slash
then make install and install-slashsite to
get your site setup. you should be able to do
all this, restart apache, and your site should
work.
The other option would be to check your DBIx::Password setup:
i'm lost.. i never setup a virtual user named "DSN" i named it slash!
You did. from the shell, as root, do
locate Password.pm
That gives me, on one of my boxes,
$ locate Password.pm
/usr/local/lib/perl5/site_perl/5.6.1
cat that file. it's your DBIx::Password configuration file. Edit it. Make sure it has the correct username, password, host, etc in it. That section/part of the file should look something like this:
(ugh: Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted. )
my $virtual1 = {
'slash' => {
'driver' => 'mysql',
'username' => 'slash',
'attributes' => {},
'port' => '',
'database' => 'slash',
'password' => 'password',
'host' => 'sql1',
'connect' => 'DBI:mysql:database=slash;host=sql1'
}
};
If you still need help, be sure to:
1. read perldoc DBIx::Password
2. try a search [slashcode.com] for related information on slashcode
3. read through the slash mailing list archives [sourceforge.net].
lottadot [lottadot.com]
Re:Two options (Score:1)
- i'm lost.. i never setup a virtual user named "DSN" i named it slash!
- You did.
Not necessarily. But then he told the slash install scripts that his virtual user is DSN. Either ways it doesn't work for him now.Another question: we've heard about that request thing thousands of times, but nobody ever posted a solution. What fixed that error message for those of you who had it?
--
symlink.ch [symlink.ch]: YAGSS - yet another German slash si
Parent