Checking the ARDI Error Log

On linux-based systems, the ARDI error log is located at /var/log/apache2/ardi-error.log.

You can see the most recent logged events with the following command…

tail /var/log/apache2/ardi-error.log

How you resolve the issue depends on what kind of error is reported.

Database Errors

If your ARDI server is complaining about database issues (there will be mention of PDO errors), it may be that your database wasn't created during the installation of ARDI.

To install the initial database, see our tutorial on Manual ARDI Database Installation.