Forum Replies Created
-
AuthorReplies
-
alberto RosenbergParticipant::Hi Roger, sorry for the delay; I was out of the office. I’m getting the following error, with both the modified file and the original. I get the impression that with the “buscar_integrada-teste-2026-07-17” PHP file, the wait time is shorter—though still long—and the response depends on server usage.
alberto RosenbergParticipant::Hello, when I run the command:
(I’m running it in a local test environment)
http://127.0.0.1:9090/cgi-bin/wxis.exe?helloThe 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: 20070719The 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.
alberto RosenbergParticipant::Hi, for example I get this error:
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\central\common\wxis_llamar.php on line 80
PC: AMD A8 Pro-7600B R7, 10 Compute Cores 4c+6g 3.10Ghz. 8 GB Ram. Windows 10
I usually get this error; I could add more time, but the same search in the Central Module works fine.Thanks
Alberto -
AuthorReplies
