Mercurial > hg > rc2
comparison program/steps/utils/error.inc @ 5:3a5f959af5ae
debugging aids, all commented out
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 16:15:17 -0400 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
4:1ab920879b88 | 5:3a5f959af5ae |
---|---|
89 | 89 |
90 // database connection error | 90 // database connection error |
91 else if ($ERROR_CODE == 603) { | 91 else if ($ERROR_CODE == 603) { |
92 $__error_title = "DATABASE ERROR: CONNECTION FAILED!"; | 92 $__error_title = "DATABASE ERROR: CONNECTION FAILED!"; |
93 $__error_text = "Unable to connect to the database!<br />Please contact your server-administrator."; | 93 $__error_text = "Unable to connect to the database!<br />Please contact your server-administrator."; |
94 //$__error_text.=print_r(debug_backtrace()); | |
94 } | 95 } |
95 | 96 |
96 // system error | 97 // system error |
97 else { | 98 else { |
98 $__error_title = "SERVICE CURRENTLY NOT AVAILABLE!"; | 99 $__error_title = "SERVICE CURRENTLY NOT AVAILABLE!"; |