First of all, Thanks for you efforts.
I have been struggling thru getting imprints running.
and have found a bug. The conf file has language as
upper case.
Below is the diff:
[root@elmo imp]# diff -u imp_retrieval.cgi
imp_retrieval.cgi.orig
--- imp_retrieval.cgi Fri Jul 12 11:30:08 2002
+++ imp_retrieval.cgi.orig Thu Jul 11 10:07:54
2002
@@ -67,8 +67,8 @@
if (defined $cgi->param("language")) {
$language = $cgi->param("language");
}
-elsif (defined $DBCONF{"LANGUAGE"}) {
- $language = $DBCONF{"LANGUAGE"};
+elsif (defined $DBCONF{"language"}) {
+ $language = $DBCONF{"language"};
}
else {
$language = "en";
[root@elmo imp]#
Thanks,
Bill Shirley
Logged In: NO
Oops, reversed my files on the diff! In the perl
script, "language" should be "LANGUAGE".
By the way, I install a package with
install_printer_drivers.pl and the files are loaded into smb
printer$ but there is no "control" file like the docs say there
will be. Tried to add printer under Win98 and it doesn't
auto install drivers. Any clues as to what is wrong?
Bill Shirley
bill at shirleyfamily.net