← Back to blog home

Posts Tagged ‘errors’

Force PHP to show all errors or save them to a log for troubleshooting

17 Sep

Most servers are set to suppress PHP errors which can leave you guessing why something isn't working and make troubleshooting code almost impossible. This is especially frustrating when you install a 3rd party module with errors. Luckily forcing PHP to display errors is very easy.
Read the rest of this entry »