From d9442caa4ff7da871aa8275c257cc15226f182ae Mon Sep 17 00:00:00 2001 From: Carlos Lema Gallego Date: Sun, 16 Apr 2023 16:50:15 -0500 Subject: [PATCH] Update index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consulting Isis users list the following error was reported. The error was resolved setting to On the short_open_tag parameter in php.ini file (line 96) From: NARENDRA KUMAR Date: 12/08/2016 20:12 (GMT+01:00) To: isis-users at iccisis.org Subject: [Isis-users] ABCD VER 2.0b - Installation Dear professionals, Recently, I tried to install the Linux version of ABCD2.0b and installed properly and central module is working very well with http://127.0.0.1:9090. In case of OPAC with http://127.0.0.1:9090/site, it provides the following errors: $file){ $html = $localPath['html'] . $file . ".html"; include($html); } flush(); ?> $file){ $html = $localPath['html'] . $file . ".html"; include($html); } flush(); ?> $file){ $html = $localPath['html'] . $file . ".html"; include($html); } flush(); ?> BVS Site 5.3.1 © BIREME/OPS/OMS [Valid XHTML 1.0 Transitional] [Valid CSS] --- en/abcd-installation/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/abcd-installation/index.md b/en/abcd-installation/index.md index 69a0a24..ed9d8b8 100644 --- a/en/abcd-installation/index.md +++ b/en/abcd-installation/index.md @@ -93,6 +93,7 @@ Be careful with possible other php.ini files existing, e.g. in \Windows or \PHP The php.ini file contains a few more settings which need to be checked for ABCD to run correctly : - register_globals = On (default = Off) +- short_open_tag= On - extension_dir = "/ABCD/php/ext" (or adjust to the real path to your ABCD installation) - default_charset = "iso-8859-1" (default = not active) or "utf8" if Unicode is to be used - extension_dir = "/ABCD/php/ext" => defines the extensions directory @@ -257,4 +258,4 @@ Finally the 'Site' module combines advanced OPAC searching (with meta-search pos #### EmpWeb (only if installation of EmpWeb was added !) -This folder contains most but not all files necessary to run EmpWeb, e.g. the Java Jetty server and the scripts. EmpWeb however additionally needs also added scripts in ABCD Central (this allows the Advanced Loans to be compatible with the built-in Loans system of ABCD) and - since it uses an SQL-database for storing the transactions - an installation of one of the common SQL-databases (MySQL, PostGres, Oracle...), which needs to be done separately - use the installation instructions for the SQL-solution chosen. A separate manual on EmpWeb is available. \ No newline at end of file +This folder contains most but not all files necessary to run EmpWeb, e.g. the Java Jetty server and the scripts. EmpWeb however additionally needs also added scripts in ABCD Central (this allows the Advanced Loans to be compatible with the built-in Loans system of ABCD) and - since it uses an SQL-database for storing the transactions - an installation of one of the common SQL-databases (MySQL, PostGres, Oracle...), which needs to be done separately - use the installation instructions for the SQL-solution chosen. A separate manual on EmpWeb is available.