I'm getting this error when I load the script from the browser
Error
file error - frames.html: not found
These are the errors I'm getting in my apache2 error logs:
Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::var_www_perl_docperl_docperl_2ecgi::read_config: none vs ($\[%$]) at /usr/local/share/perl/5.8.7/Config/Std.pm line 6.
Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::var_www_perl_docperl_docperl_2ecgi::write_config: none vs (\[%$];$) at /usr/local/share/perl/5.8.7/Config/Std.pm line 7.
Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::var_www_perl_docperl_docperl_2ecgi::Readonly: none vs (\[$@%]@) at /usr/share/perl/5.8/Exporter.pm line 65.
This is the output of ./checksetup.pl
Readonly 1.03 OK
Template 2.14 OK
Too late to run CHECK block at /usr/local/share/perl/5.8.7/Class/Std.pm line 359.
Config::Std v0.0.2 OK
I am looking in the DocPerl.pm and docperl.cgi file for this error.
Any help will be appreciated
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Check the docperl/data/docperl.conf file has been created (you can copy the docperl.conf.example for a quick start) and that the template directory is correctly defined in that.
I am working on making checksetup.pl be a bit more usefull for this sort of problem in the future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting this error when I load the script from the browser
Error
file error - frames.html: not found
These are the errors I'm getting in my apache2 error logs:
Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::var_www_perl_docperl_docperl_2ecgi::read_config: none vs ($\[%$]) at /usr/local/share/perl/5.8.7/Config/Std.pm line 6.
Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::var_www_perl_docperl_docperl_2ecgi::write_config: none vs (\[%$];$) at /usr/local/share/perl/5.8.7/Config/Std.pm line 7.
Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::var_www_perl_docperl_docperl_2ecgi::Readonly: none vs (\[$@%]@) at /usr/share/perl/5.8/Exporter.pm line 65.
This is the output of ./checksetup.pl
Readonly 1.03 OK
Template 2.14 OK
Too late to run CHECK block at /usr/local/share/perl/5.8.7/Class/Std.pm line 359.
Config::Std v0.0.2 OK
I am looking in the DocPerl.pm and docperl.cgi file for this error.
Any help will be appreciated
Regards.
Check the docperl/data/docperl.conf file has been created (you can copy the docperl.conf.example for a quick start) and that the template directory is correctly defined in that.
I am working on making checksetup.pl be a bit more usefull for this sort of problem in the future.