Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion en/abcd-installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.