How to turn on PHP error logging
Encountering PHP errors is fairly common when using content management systems (CMS) such as WordPress and Joomla, due to third-party plugins and themes being installed and frequently updated. To help diagnose these errors you can use PHP error logging. Whilst these plugins are usually tested locally, they can conflict with others once live. PHP errors can cause the […]