Show if there are database errors

This commit is contained in:
Nabeel Shahzad
2019-05-10 19:31:11 -05:00
parent a90d9aac39
commit 4dd3fc5244
5 changed files with 32 additions and 2 deletions
+3
View File
@@ -10,3 +10,6 @@ pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
php_flag[display_errors] = on
php_admin_flag[log_errors] = on