Default Featured Image

How to enable error logging

Alex Tselegidis

Easy!Appointments is based on CodeIgniter and thus can be extended and configured to take advantage of the popular PHP framework. You can easily enable PHP error logging in order to debug your installations and store information into plain files on your server. Read the following guide from the official CodeIgniter manual.

https://ellislab.com/codeigniter/user-guide/general/errors.html

Enable Error Logging in Easy!Appointments
Open the /application/config/config.php file and go to line 201: $config[‘log_threshold’] and change its value to 1. Log files will be stored in the /application/logs directory so make sure that it is writable.

EasyHints - Enable Error Logging

More great articles

coding-illustration

Best practices on code refactoring

Find out all the best practices of code refactoring and how to apply them correctly on your own project.

Read Story
Default Featured Image

The Easy!Hints manifesto

This is the first article of a series that will aim to give small but useful hints and tips to…

Read Story
how-to-install-easyappointments-with-cpanel

How to Install Easy!Appointments With cPanel

The Easy!Appointments installation is pretty simple, and in this post you will learn how to install Easy!Appointments on cPanel. If…

Read Story

Never miss a minute

Get great content to your inbox every month. No spam.

    Only great content, we don’t share your email with third parties.
    Arrow-up