Coming back with a new error that I didn't previously notice:
upon entering the database credentials and trying to save them I get this error:
Code: Select all
HTML::Template->new() : Cannot open included file Templates/message.html : file not found. at /***/***/******/****/cgi-bin/Modules/HTML/Template.pm line 329
HTML::Template::_init_template('HTML::Template=HASH(0x8711060)') called at /***/***/******/****/cgi-bin/Modules/HTML/Template.pm line 123
HTML::Template::_init('HTML::Template=HASH(0x8711060)') called at /***/***/******/****/cgi-bin/Modules/HTML/Template.pm line 79
HTML::Template::new('HTML::Template', 'filename', 'Templates/message.html', 'die_on_bad_params', 0, 'global_vars', 1, 'loop_context_vars', 1, ...) called at /***/***/******/****/cgi-bin/Modules/Session.pm line 118
Session::CreateTemplate('Session=HASH(0x8302354)', 'message.html') called at /***/***/******/****/cgi-bin/Modules/Session.pm line 154
Session::PrintTemplate('Session=HASH(0x8302354)', 'message.html', 'err', 'Can\'t read XFileConfig') called at /***/***/******/****/cgi-bin/Modules/Session.pm line 190
Session::message('Session=HASH(0x8302354)', 'Can\'t read XFileConfig') called at /***/***/******/****/cgi-bin/install.cgi line 53
ModPerl::****::ModPerl::PerlRun::***_***_******_****_cgi_2dbin_install_2ecgi::handler('Apache2::RequestRec=SCALAR(0x8859fb8)') called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::PerlRun=HASH(0x82a703c)') called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::PerlRun=HASH(0x82a703c)') called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/PerlRun.pm line 31
ModPerl::PerlRun::handler('ModPerl::PerlRun', 'Apache2::RequestRec=SCALAR(0x8859fb8)') called at -e line 0
eval {...} called at -e line 0
The Apache error log looks like this:
Code: Select all
[Thu Aug 07 18:23:25 2008] [error] [Thu Aug 7 18:23:25 2008] -e: HTML::Template->new() : Cannot open included file Templates/message.html : file not found. at /***/***/******/****/cgi-bin/Modules/HTML/Template.pm line 329\n[Thu Aug 7 18:23:25 2008] -e: \tHTML::Template::_init_template('HTML::Template=HASH(0x8720d50)') called at /***/***/******/****/cgi-bin/Modules/HTML/Template.pm line 123\n[Thu Aug 7 18:23:25 2008] -e: \tHTML::Template::_init('HTML::Template=HASH(0x8720d50)') called at /***/***/******/****/cgi-bin/Modules/HTML/Template.pm line 79\n[Thu Aug 7 18:23:25 2008] -e: \tHTML::Template::new('HTML::Template', 'filename', 'Templates/message.html', 'die_on_bad_params', 0, 'global_vars', 1, 'loop_context_vars', 1, ...) called at /***/***/******/****/cgi-bin/Modules/Session.pm line 118\n[Thu Aug 7 18:23:25 2008] -e: \tSession::CreateTemplate('Session=HASH(0x83029c0)', 'message.html') called at /***/***/******/****/cgi-bin/Modules/Session.pm line 154\n[Thu Aug 7 18:23:25 2008] -e: \tSession::PrintTemplate('Session=HASH(0x83029c0)', 'message.html', 'err', 'Can\\'t read XFileConfig') called at /***/***/******/****/cgi-bin/Modules/Session.pm line 190\n[Thu Aug 7 18:23:25 2008] -e: \tSession::message('Session=HASH(0x83029c0)', 'Can\\'t read XFileConfig') called at /***/***/******/****/cgi-bin/install.cgi line 53\n[Thu Aug 7 18:23:25 2008] -e: \tModPerl::****::ModPerl::PerlRun::***_***_******_****_cgi_2dbin_install_2ecgi::handler('Apache2::RequestRec=SCALAR(0x82b6a94)') called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/RegistryCooker.pm line 204\n[Thu Aug 7 18:23:25 2008] -e: \teval {...} called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/RegistryCooker.pm line 204\n[Thu Aug 7 18:23:25 2008] -e: \tModPerl::RegistryCooker::run('ModPerl::PerlRun=HASH(0x830248c)') called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/RegistryCooker.pm line 170\n[Thu Aug 7 18:23:25 2008] -e: \tModPerl::RegistryCooker::default_handler('ModPerl::PerlRun=HASH(0x830248c)') called at /usr/lib/perl5/vendor_perl/5.8.8/i486-linux/ModPerl/PerlRun.pm line 31\n[Thu Aug 7 18:23:25 2008] -e: \tModPerl::PerlRun::handler('ModPerl::PerlRun', 'Apache2::RequestRec=SCALAR(0x82b6a94)') called at -e line 0\n[Thu Aug 7 18:23:25 2008] -e: \teval {...} called at -e line 0\n\t(in cleanup) Can't locate object method "UnInitDB" via package "Session" at /***/***/******/****/cgi-bin/Modules/Session.pm line 26.\n
I believe I've got serious
path issues with the latest customizations made ...
Nick