I have a fully working slash site. You can't just run the.pl scripts from the command line because they aren't perl scripts as such. They are mod_perl scripts... technically meaning your.pl files become subroutines called in a mod_perl environment.
Here is me: [admin htdocs]$./index.pl DBIx::Password returned *nothing* for virtual user DSN (is the username correct?) at/usr/lib/perl5/site_perl/5.005/i386-linux/Slash / B.pm line 46.
You will have to look for errors somewhere else. Try the error logs
That was meant to happen (Score:1)
Here is me:
[admin htdocs]$
DBIx::Password returned *nothing* for virtual user DSN (is the username correct?) at
You will have to look for errors somewhere else. Try the error logs
Re:That *bit* was meant to happen (Score:1)
Looking at the error logs, I can't help, sorry =P My only use was saying that you can't run the scripts from the command line
Parent