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.