Installation error: can't configure
I'm trying to install Koha 3.00 on a server, and I've completed the entire "install" process except the final configuration. When I try to go to the configure.pl script, I get the following in my apache error.log:
[Wed Jan 14 02:09:04 2009] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. [Wed Jan 14 02:09:04 2009] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. [Wed Jan 14 02:09:04 2009] install.pl: Can't call method "id" on an undefined value at InstallAuth.pm line 278.
Thanks in advance! Paul Fisher (...was in IRC briefly as torpedo|dog)
I'm not sure, but I think this might be a CGI::Session problem. From the INSTALL document: Recent versions of CGI::Session have caused some issues for users;
as of this release date, we suggest downloading the CGI::Session::Serialize::yaml tarball direct from CPAN and install it directly rather than using the cpan command
So try installing CGI::Session::Serialize::yaml if you haven't already. Otherwise I'd expect to see more indication in the log. --Joe On Wed, Jan 14, 2009 at 2:30 AM, Paul Fisher <paul.fisher@mail.rit.edu>wrote:
I'm trying to install Koha 3.00 on a server, and I've completed the entire "install" process except the final configuration. When I try to go to the configure.pl script, I get the following in my apache error.log:
[Wed Jan 14 02:09:04 2009] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. [Wed Jan 14 02:09:04 2009] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. [Wed Jan 14 02:09:04 2009] install.pl: Can't call method "id" on an undefined value at InstallAuth.pm line 278.
Thanks in advance!
Paul Fisher (...was in IRC briefly as torpedo|dog)
Joe Atzberger wrote, On 14/01/09 10:26 AM:
I'm not sure, but I think this might be a CGI::Session problem. From the INSTALL document:
Recent versions of CGI::Session have caused some issues for users; as of this release date, we suggest downloading the CGI::Session::Serialize::yaml tarball direct from CPAN and install it directly rather than using the cpan command
So try installing CGI::Session::Serialize::yaml if you haven't already.
Thanks! That worked just fine.
participants (2)
-
Joe Atzberger -
Paul Fisher