Cybermon wrote: > I would like to ask about few questions for koha configuration. I was > successfully installed the koha used following address. > http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze. But my opac > address not working only show the apache the default web page /it works/, > which configuration is missing for me. > > I would like to add *084/other classification/* field for Koha cataloging, > what should i do ?
These are not development questions. They would be better asked in the general discussion area, not koha-devel. Quick answers: 1. you probably have a default virtual host taking priority over your koha virtual host. "a2dissite default" may be a quick fix, but reading the /usr/share/doc/apache2-common files and http://httpd.apache.org/docs/ will explain why that happened. It's a problem with apache httpd setup, not with koha setup. 2. you edit the framework(s) to add that field if it's not present or not as you want. Hope that helps, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for Koha work http://www.software.coop/products/koha _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
