Selecting Categories from Koha Admin page
I have set up 8 categories of borrowers by using insert statements in MySQL, but when I try to view them in preferences on the Koha Admin page http://libcat.calacademy.org:8080/cgi-bin/koha/admin/categorie.pl all I get is a blank screen. I'm betting that this has been fixed in the CVS, but can someone tell me what to do to correct this? Thanks. Larry Currie -- Lawrence W. Currie User Services Librarian California Academy of Sciences Golden Gate Park San Francisco, CA 94118 lcurrie@calacademy.org (415) 750-7108 (415) 750-7106 fax http://www.calacademy.org/research/library/
Larry Currie wrote:
I have set up 8 categories of borrowers by using insert statements in MySQL, but when I try to view them in preferences on the Koha Admin page http://libcat.calacademy.org:8080/cgi-bin/koha/admin/categorie.pl all I get is a blank screen. I'm betting that this has been fixed in the CVS, but can someone tell me what to do to correct this?
Thanks.
categorie.pl has not been modified since 3 months. it works for me. could you give us the errors reported in error_log file ? -- Paul POULAIN Consultant inde'pendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Hi, In article <3E59DCC3.9050500@free.fr>, paul POULAIN <paul.poulain@free.fr> wrote:
categorie.pl has not been modified since 3 months. it works for me. could you give us the errors reported in error_log file ?
categorie.pl generates a blank screen because it has not yet been templatized. To fix the problem before the problem is fixed in CVS, please find the "include" line in /etc/koha.conf and change it to: includes=/usr/local/koha/intranet/htdocs/intranet-tmpl/default/en/includes Sorry for not responding earlier; it would be easy for me (and Benedict) to spot any untemplated screens. -- Ambrose LI Cheuk-Wing <a.c.li@ieee.org> http://ada.dhs.org/~acli/
participants (3)
-
Ambrose LI <acli@ada.dhs.org> via forwarder -
Larry Currie -
paul POULAIN