Koha 1.2.1 install problems PETE DUBLER (fwd)
Thanks for the error report. We'll work on getting this fixed up and get a new version out early in the week. -pate ---------- Forwarded message ---------- Date: Fri, 21 Jun 2002 20:38:35 -0600 From: root <pete@dublerfamily.com> To: pate@eylerfamily.org Subject: Koha 1.2.1 install problems PETE DUBLER Pat, Well I got my new system and installed a fresh copy of RH 7.1 followed by Koha 1.2.1. I used the installer,pl and found I had to tune just a few things after that. I still have a few problems: 1- When I click on Acquistions, the message comes back "The requested object does not exist on this server. The link you followed is either outdated, inaccurate, or the server has been instructed not to let you have it. Please inform the site administrator of the referring page." No entry appears in the koha_error log for this. The netsite (url) bar at the top of the browser has this in it: http://www.lib.com/acquisitions/ 2- The Circulation page still lacks a printer or branch menu. I went into the parameters/library_branches menu and added a branch (I did not know what the "Issuing " field meant so I left it blank. After prssing OK, it came up with a blank screen. I was able to add a printer. Still though, the circulation screen comes up without the pulldowns for printer and branch. I also tried to add a book. By going to the addbooks.pl directly. (I had also already set the acquistions ariable to simple). attached is a copy of my error log. (look mostly at the end). 3 - I still must be doing something wrong with virtual hosts as I cannot hit the koha or opac directiiers (called lib and lookup here). I have to use an IP number. I have added both to my /etc/hosts files. (attached) Also attached is the appropriate section of httpd.conf. What am I missing ooh great one? Many thanks! I am still optimistic, but need to get on the air real soon. Thanks again, Pete Dubler [Fri Jun 21 19:28:28 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:32:19 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:33:34 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:34:36 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:37:09 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:38:35 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:40:18 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:40:55 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:41:05 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binstats.pl [Fri Jun 21 19:48:15 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl [Fri Jun 21 19:48:27 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-binloadmodules.pl DBI quote: invalid number of parameters: handle + 0 Usage: $h->quote($string [, $data_type ]) at /var/www/koha/cgi-bin/admin/branches.pl line 166, <KC> line 5. Issuing rollback() for database handle being DESTROY'd without explicit disconnect(), <KC> line 5. Issuing rollback() for database handle being DESTROY'd without explicit disconnect() at /var/www/koha/cgi-bin/admin/printers.pl line 244, <KC> line 5. DBI quote: invalid number of parameters: handle + 0 Usage: $h->quote($string [, $data_type ]) at /var/www/koha/cgi-bin/admin/branches.pl line 166, <KC> line 5. Issuing rollback() for database handle being DESTROY'd without explicit disconnect(), <KC> line 5. [Fri Jun 21 20:06:29 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-bin/admin/ [Fri Jun 21 20:06:39 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-bin/admin/aqbooksellers.pl [Fri Jun 21 20:07:36 2002] [error] [client 192.168.1.43] script not found or unable to stat: /var/www/koha/cgi-bin/acqui.simple/addbooks DBD::mysql::st execute failed: Unknown column 'lccn' in 'field list' at /var/www/koha/cgi-bin/acqui.simple/addbooks.pl line 216. DBI quote: invalid number of parameters: handle + 0 Usage: $h->quote($string [, $data_type ]) at /var/www/koha/cgi-bin/admin/branches.pl line 166, <KC> line 5. Issuing rollback() for database handle being DESTROY'd without explicit disconnect(), <KC> line 5. # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 Koha localhost.localdomain localhos:q! 192.168.1.43 lib 192.168.1.44 lookup <VirtualHost 192.168.1.44> ServerName lookup ServerPath /var/www DocumentRoot /var/www/opac/htdocs ScriptAlias /cgi-bin/koha/ "/var/www/opac/cgi-bin/" ErrorLog /var/log/opac-error_log TransferLog /var/log/opac-access_log SetEnv PERL5LIB "/var/www/koha/modules" <Directory "/var/www/opac/htdocs"> AllowOverride None Options +Includes -FollowSymlinks -Indexes AddHandler server-parsed .html </Directory> </VirtualHost> <VirtualHost 192.168.1.43> ServerName lib ServerPath /var/www DocumentRoot /var/www/koha/htdocs ScriptAlias /cgi-bin/koha/ "/var/www/koha/cgi-bin/" ErrorLog /var/log/koha-error_log TransferLog /var/log/koha-access_log SetEnv PERL5LIB "/var/www/koha/modules" <Directory "/var/www/koha/htdocs> AllowOverride None Options +Includes -FollowSymlinks -Indexes AddHandler server-parsed .html </Directory> </VirtualHost>
participants (1)
-
Pat Eyler