Hi,

I have a fresh install of Mason, Apache and mod_perl on a Fedora 5 box, 
using the latest Fedora RPM's for mod_perl and Apache.  Apache is 
configured to use Mason like this:


        <Directory />
                <FilesMatch "\.html$">
                        SetHandler perl-script
                        PerlHandler HTML::Mason::ApacheHandler
                </FilesMatch>

                 Options FollowSymLinks -Indexes
                AllowOverride AuthConfig

        </Directory>
               
                PerlModule Apache::DBI
                PerlModule HTML::Mason::ApacheHandler
                PerlSetVar MasonCompRoot /var/www/html
                PerlSetVar MasonDataDir /var/www/mason
                PerlSetupEnv on

I get an error of "Can't call method "dir_path" on an undefined value at 
/usr/lib/perl5/vendor_perl/5.8.7/HTML/Mason/Request.pm line 1087." When 
I try to load any page.  Even if the page is blank.  From what I can 
tell mod_perl is working.

Any help would be greatly appreciated.

-Tyler



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to