Home › Forums › ABCD Installation › ABCD OPAC › Reply To: ABCD OPAC
alberto RosenbergHello, when I run the command:
(I’m running it in a local test environment)
http://127.0.0.1:9090/cgi-bin/wxis.exe?hello
The response is:
CISIS Interface v5.2bb/PC32/W/M/32767/16/60/I – XML IsisScript WWWISIS 7.1c
CISIS Interface v5.2bb/.iy0/Z/4GB/GIZ/DEC/ISI/UTL/INVX/B7/FAT/CIP/CGI/MX/W
Copyright (c)BIREME/PAHO 2006. [http://www.bireme.br/products/cisis]
WXIS release date: 20070719
The configuration in config.php is as follows:
if ($postMethod == ‘1’){
$wxisUrl=$server_url.”/cgi-bin/”;
if ($unicode!=””) $wxisUrl.=”$unicode/”;
if ($cisis_ver!=””) $wxisUrl.=$cisis_ver.”/”;
$wxisUrl.=$wxis_exec; // POST method used
$Wxis=””;
}else{
$wxisUrl=””;
$Wxis=$cgibin_path;
if ($unicode!=””) $Wxis.=”$unicode/”;
if ($cisis_ver!=””) $Wxis.=$cisis_ver.”/”;
$Wxis.=$wxis_exec; //GET method is used
}
The Editing module works fine; even the same query returns the correct result, unlike in the OPAC. However, if the search result is small, for example, 800 records, it works fine. The problem arises when the search result is large, for example, 12,000 records.
