please have a brief look at this...
Hi, After installing koha via buildrelease script and then using the newly created tar file I am getting about 30% of what the turnkey system should be. Circulation doesn't show up at all, just a blank page. No pages mysql related work, either. Is this related to the flaws of the installer itself ot is it perhaps my own wierd setup? At the initial stage the installer OKs perl modules - all are in place, no complaints. Here is a random dump of what the httpd error-log files says. If anyone has anything to say about it please drop me at least a line, so perhaps I will resolve the problem, Thanks Benedict [Sat Jan 11 19:26:13 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/opac/htdocs/favicon.ico [Sat Jan 11 19:28:45 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/opac/htdocs/images/background-mem.gif DBI->connect(Koha:localhost) failed: Unknown database 'Koha' at /usr/local/koha/intranet/modules/C4/Context.pm line 361 DBI->connect(Koha:localhost) failed: Unknown database 'Koha' at /usr/local/koha/intranet/modules/C4/Context.pm line 361 By the way look at this: mysql> show databases; +----------+ | Database | +----------+ | Koha | | mysql | | test | +----------+ 3 rows in set (0.01 sec) Can't call method "selectrow_array" on an undefined value at /usr/local/koha/intranet/modules/C4/Context.pm line 319. [Sat Jan 11 20:23:05 2003] [error] [client 127.0.0.1] Premature end of script headers: /usr/local/koha/opac/cgi-bin/search.pl DBI->connect(Koha:localhost) failed: Unknown database 'Koha' at /usr/local/koha/intranet/modules/C4/Context.pm line 361 DBI->connect(Koha:localhost) failed: Unknown database 'Koha' at /usr/local/koha/intranet/modules/C4/Context.pm line 361 Can't call method "selectrow_array" on an undefined value at /usr/local/koha/intranet/modules/C4/Context.pm line 319. [Sat Jan 11 20:23:12 2003] [error] [client 127.0.0.1] Premature end of script headers: /usr/local/koha/opac/cgi-bin/search.pl [Sat Jan 11 20:27:12 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/opac/htdocs/images/background-mem.gif [Sun Jan 12 00:06:16 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/opac/htdocs/images/background-mem.gif
Hi, In article <E18XWHw-00047D-00@sc8-sf-list1.sourceforge.net>, Benedict <kb2qzv@poczta.wp.pl> wrote:
Circulation doesn't show up at all, just a blank page.
this is probably caused by unfinished "templatization" of Koha. The Perl script for circulation seems to still expect the template to be at a specific directory, but that directory no longer exists. (The intranet templates are now in various language-specific directories.) -- Ambrose Li <a.c.li@ieee.org> http://ada.dhs.org/~acli/cmcc/ http://www.cccgt.org/ DRM is theft - We are the stakeholders
acli@ada.dhs.org via news-to-mail gateway a écrit:
Hi,
In article <E18XWHw-00047D-00@sc8-sf-list1.sourceforge.net>, Benedict <kb2qzv@poczta.wp.pl> wrote:
Circulation doesn't show up at all, just a blank page.
this is probably caused by unfinished "templatization" of Koha. The Perl script for circulation seems to still expect the template to be at a specific directory, but that directory no longer exists. (The intranet templates are now in various language-specific directories.)
Ambrose is right again :-) Benedict, can you create a bug on bugzilla ? (http://bugs.koha.org/) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
acli@ada.dhs.org via news-to-mail gateway -
Benedict -
paul POULAIN