This is the list of error messages, as found in die() and exit() expressions.
Message | File | Line |
---|---|---|
"Reporter can't add private notes" | /core/commands/IssueNoteAddCommand.php | 196 |
"Reporter can't add notes" | /core/commands/IssueNoteAddCommand.php | 190 |
'Access denied to override reporter' | /core/commands/IssueNoteAddCommand.php | 184 |
'Issue note not specified.' | /core/commands/IssueNoteAddCommand.php | 165 |
"Unable to add note" | /core/commands/IssueNoteAddCommand.php | 251 |
'access denied for time tracking' | /core/commands/IssueNoteAddCommand.php | 214 |
'time tracking disabled' | /core/commands/IssueNoteAddCommand.php | 210 |
'access denied for uploading files' | /core/commands/IssueNoteAddCommand.php | 203 |
"Tag with id $t_tag_id not found." | /core/commands/IssueAddCommand.php | 484 |
'User not allowed to attach files.' | /core/commands/IssueAddCommand.php | 324 |
sprintf("User '%d' can't create tag '%s'.", $this->user_id, $t_tag['name']) | /core/commands/IssueAddCommand.php | 227 |
sprintf("User '%d' can't be assigned issues.", $t_handler_id) | /core/commands/IssueAddCommand.php | 216 |
sprintf("Issue '%d' is read-only.", $t_issue_id) | /core/commands/IssueNoteAddCommand.php | 143 |
sprintf("Invalid value '%s' for 'type'.", $t_type) | /core/commands/IssueNoteAddCommand.php | 132 |
'Tag without id or name.' | /core/commands/IssueAddCommand.php | 502 |
"Tag name '{$p_tag['name']}' is not valid." | /core/commands/IssueAddCommand.php | 493 |
'No more tokens' | /core/classes/Tokenizer.class.php | 124 |
'Invalid token: got "' . $this->value( ) . '", expected "' . $p_value . '"' | /core/classes/Tokenizer.class.php | 180 |
'Unknown Event Type' | /core/classes/IssueAttachmentTimelineEvent.class.php | 66 |
'syntax error' | /core/classes/Tokenizer.class.php | 69 |
'Server' | /api/soap/mc_api.php | 1174 |
"Custom field '" . $t_field['name'] . "' not found." | /api/soap/mc_issue_api.php | 419 |
"Version '$t_version_for_error' does not exist in project '$t_project_name'." | /api/soap/mc_api.php | 920 |
'Category field must be supplied.' | /api/soap/mc_api.php | 1004 |
'Invalid version name' | /core/commands/VersionAddCommand.php | 56 |
'Unexpected token "' . $this->tokens->value( ) . '"' | /core/classes/ConfigParser.class.php | 85 |
sprintf("File field '%s' is missing.", $t_field) | /core/commands/IssueNoteAddCommand.php | 316 |
'Access denied to add versions' | /core/commands/VersionAddCommand.php | 51 |
"Unknown string literal '$t_value'" | /core/classes/ConfigParser.class.php | 200 |
"Unexpected value" . $this->tokens->value( ) | /core/classes/ConfigParser.class.php | 232 |
'Extra tokens found "' . $this->tokens->get_string( ) . '":' | /core/classes/ConfigParser.class.php | 90 |
"Invalid token '" . $this->tokens->value( ) . "'" | /core/classes/ConfigParser.class.php | 162 |
"Tag with id $t_tag_id not found." | /api/soap/mc_tag_api.php | 165 |
"Invalid custom field '$t_name' value." | /api/soap/mc_project_api.php | 714 |
'Tag without id or name.' | /api/soap/mc_tag_api.php | 181 |
"Tag '{$t_tag['name']}' not found." | /api/soap/mc_tag_api.php | 173 |
'File content not set' | /api/rest/restcore/issues_rest.php | 516 |
"Invalid value for custom field '$t_name'." | /api/soap/mc_issue_api.php | 442 |
"Invalid value for custom field '$t_name'" | /api/soap/mc_issue_api.php | 435 |
'Custom field has no value specified.' | /api/soap/mc_project_api.php | 653 |
"Invalid Custom Field '$p_custom_fields'" | /api/soap/mc_project_api.php | 644 |
'Invalid Custom Field ' . str_replace('"', '', json_encode($t_custom_field['field'])) | /api/soap/mc_project_api.php | 672 |
'Custom field with no specified id or name.' | /api/soap/mc_project_api.php | 661 |
"Mandatory field '$t_name' is missing." | /api/soap/mc_project_api.php | 704 |
"Custom Field Id '$t_custom_field_id' not found in Project '$p_project_id'." | /api/soap/mc_project_api.php | 679 |
sprintf("Tag '%s' not found. Access denied to auto-create tag.", $t_tag['name']) | /core/commands/TagAttachCommand.php | 107 |
"Invalid tag with no id or name" | /core/commands/TagAttachCommand.php | 116 |
'Access denied to attach tags' | /core/commands/TagAttachCommand.php | 84 |
'Invalid tags array' | /core/commands/TagAttachCommand.php | 89 |
'Admin access required to get configs for other users' | /core/commands/ConfigsGetCommand.php | 89 |
sprintf("User '%d' not found.", $this->user_id) | /core/commands/ConfigsGetCommand.php | 95 |
'Deleting last administrator not allowed' | /core/commands/UserDeleteCommand.php | 77 |
sprintf("Project '%d' not found", $this->project_id) | /core/commands/ConfigsGetCommand.php | 76 |
"'id' must be >= 1" | /core/commands/IssueDeleteCommand.php | 48 |
"Issue '" . $this->id . "' does not exist." | /core/commands/IssueDeleteCommand.php | 53 |
'Access denied to delete subprojects' | /core/commands/ProjectHierarchyDeleteCommand.php | 82 |
"Project '$this->subproject_id' is not a subproject of '$this->project_id'" | /core/commands/ProjectHierarchyDeleteCommand.php | 88 |
"Project '$this->project_id' not found" | /core/commands/ProjectHierarchyDeleteCommand.php | 65 |
"Project '$this->subproject_id' not found" | /core/commands/ProjectHierarchyDeleteCommand.php | 74 |
sprintf("Invalid tag id '%s'", $this->tag_id) | /core/commands/TagDetachCommand.php | 66 |
'Project hierarchy (subprojects) is disabled' | /core/commands/ProjectHierarchyDeleteCommand.php | 58 |
"Project '$this->subproject_id' is already a subproject of '$this->project_id'" | /core/commands/ProjectHierarchyAddCommand.php | 105 |
'Access denied to add subprojects' | /core/commands/ProjectHierarchyAddCommand.php | 99 |
"Project can't be subproject of itself" | /core/commands/ProjectHierarchyAddCommand.php | 92 |
"Project '$this->subproject_id' not found" | /core/commands/ProjectHierarchyAddCommand.php | 85 |
"Project '$t_subproject_name' not found" | /core/commands/ProjectHierarchyAddCommand.php | 80 |
"Project '$this->project_id' not found" | /core/commands/ProjectHierarchyAddCommand.php | 70 |
'Project hierarchy (subprojects) is disabled' | /core/commands/ProjectHierarchyAddCommand.php | 63 |
sprintf('Access denied to delete issue %d', $this->id) | /core/commands/IssueDeleteCommand.php | 64 |
'Access denied to add relationship' | /core/commands/IssueRelationshipDeleteCommand.php | 71 |
'Invalid relationship type' | /core/commands/IssueRelationshipAddCommand.php | 174 |
sprintf("Access denied to issue %d", $t_target_issue_id) | /core/commands/IssueRelationshipAddCommand.php | 134 |
sprintf("Issue %d is read-only", $t_source_issue_id) | /core/commands/IssueRelationshipAddCommand.php | 124 |
"Issue can't have relationship to itself" | /core/commands/IssueRelationshipAddCommand.php | 113 |
'Access denied to add relationship' | /core/commands/IssueRelationshipAddCommand.php | 105 |
'Invalid issue id' | /core/commands/IssueRelationshipAddCommand.php | 90 |
"Project can't be a descendant subproject of itself" | /core/commands/ProjectHierarchyAddCommand.php | 112 |
'Access denied to override reporter' | /core/commands/IssueFileAddCommand.php | 129 |
'access denied for uploading files' | /core/commands/IssueFileAddCommand.php | 135 |
sprintf("File field '%s' is missing.", $t_field) | /core/commands/IssueFileAddCommand.php | 174 |
'Project hierarchy (subprojects) is disabled' | /core/commands/ProjectHierarchyUpdateCommand.php | 66 |
sprintf("Issue %d is read-only", $t_issue_id) | /core/commands/IssueRelationshipDeleteCommand.php | 79 |
sprintf("Access denied to issue %d", $t_target_issue_id) | /core/commands/IssueRelationshipDeleteCommand.php | 93 |
sprintf("Issue '%d' is read-only.", $t_issue_id) | /core/commands/IssueFileAddCommand.php | 97 |
'Files not provided' | /core/commands/IssueFileAddCommand.php | 108 |
'inherit_parent must be supplied' | /core/commands/ProjectHierarchyUpdateCommand.php | 102 |
"'id' must be >= 1" | /core/commands/IssueNoteDeleteCommand.php | 56 |
"Issue note doesn't belong to issue" | /core/commands/IssueNoteDeleteCommand.php | 64 |
'Access denied' | /core/commands/IssueNoteDeleteCommand.php | 87 |
"Project '$this->project_id' not found" | /core/commands/ProjectHierarchyUpdateCommand.php | 73 |
"Project '$this->subproject_id' not found" | /core/commands/ProjectHierarchyUpdateCommand.php | 81 |
'Access denied to delete subprojects' | /core/commands/ProjectHierarchyUpdateCommand.php | 89 |
"Project '$this->subproject_id' is not a subproject of '$this->project_id'" | /core/commands/ProjectHierarchyUpdateCommand.php | 95 |
'access denied' | /core/commands/MonitorAddCommand.php | 94 |
"anonymous account can't monitor issues" | /core/commands/MonitorAddCommand.php | 78 |
'Summary not specified' | /core/commands/IssueAddCommand.php | 114 |
sprintf("Master issue '%d' is read-only", $t_clone_info['master_issue_id']) | /core/commands/IssueAddCommand.php | 105 |
'Access denied to create users' | /core/commands/UserCreateCommand.php | 87 |
sprintf("Issue '%d' is read-only.", $this->issueId) | /core/commands/IssueNoteDeleteCommand.php | 92 |
'Invalid users array' | /core/commands/MonitorAddCommand.php | 64 |
'Access denied to create users with higher access level' | /core/commands/UserCreateCommand.php | 100 |
'Active user does not have access level required to specify a different issue reporter' | /core/commands/IssueAddCommand.php | 184 |
'User does not have access right to report issues' | /core/commands/IssueAddCommand.php | 161 |
sprintf("User '%d' not found.", $t_handler_id) | /core/commands/IssueAddCommand.php | 209 |
'User not allowed to assign issues' | /core/commands/IssueAddCommand.php | 196 |
'Project not specified' | /core/commands/IssueAddCommand.php | 132 |
'Description not specified' | /core/commands/IssueAddCommand.php | 123 |
sprintf("Relation type '%s' not found.", $p_relationship_type) | /core/relationship_api.php | 208 |
sprintf("Project '%d' not found", $t_project_id) | /core/commands/IssueAddCommand.php | 148 |
'Project not specified' | /core/commands/IssueAddCommand.php | 141 |
"Column '$p_column' not found in table '$p_table'" | /core/install_helper_functions_api.php | 186 |
sprintf("Tag '%d' does not exist", $p_tag_id) | /core/tag_api.php | 196 |
sprintf("Unknown relationship type '%s'", $p_relationship_type_name) | /core/relationship_api.php | 686 |
'Unable to check information_schema' | /core/install_helper_functions_api.php | 184 |
'Time tracking not allowed with empty note' | /core/bugnote_api.php | 251 |
"Invalid date format '$p_value'" | /core/version_api.php | 117 |
sprintf("Access denied to detach '%s'", $t_tag_row['name']) | /core/tag_api.php | 876 |
"Issue note #$p_bugnote_id not found" | /core/bugnote_api.php | 194 |
"Version '$p_version' already exists" | /core/version_api.php | 302 |
"Version '$t_version' already exists" | /core/version_api.php | 359 |
"Version with id $p_version_id not found" | /core/version_api.php | 203 |
"Version with id '$p_version_id' not found" | /core/version_api.php | 286 |
"Profile #$p_profile_id not found" | /core/profile_api.php | 193 |
"Hit rate limit threshold" | /core/antispam_api.php | 62 |
"Field '$p_field_name' not found" | /core/version_api.php | 607 |
"Project #$p_project_id not found" | /core/project_api.php | 120 |
sprintf("Email '%s' already used.", $p_email) | /core/user_api.php | 321 |
sprintf("Username '%s' already used.", $p_username) | /core/user_api.php | 271 |
"User $c_user_id not found" | /core/user_api.php | 238 |
sprintf("User id '%d' not found.", (integer) $p_user_id) | /core/user_api.php | 90 |
"User with email '$p_email' not found" | /core/user_api.php | 746 |
"Username '$p_username' not found" | /core/user_api.php | 714 |
'User protected.' | /core/user_api.php | 435 |
sprintf("Invalid username '%s'", $p_username) | /core/user_api.php | 360 |
"User id missing" | /core/user_api.php | 849 |
1 | /admin/upgrade_unattended.php | 204 |
1 | /admin/upgrade_unattended.php | 116 |
0 | /admin/upgrade_unattended.php | 200 |
1 | /admin/upgrade_unattended.php | 86 |
1 | /admin/upgrade_unattended.php | 93 |
1 | /core/error_api.php | 325 |
1 | /core/error_api.php | 399 |
0 | /scripts/send_emails.php | 43 |
1 | /core/error_api.php | 290 |
1 | /core.php | 248 |
1 | /scripts/send_emails.php | 36 |
'Access denied to delete users' | /core/commands/UserDeleteCommand.php | 61 |
'Access denied to deleted users with higher access level' | /core/commands/UserDeleteCommand.php | 69 |
'Resetting last administrator not allowed' | /core/commands/UserResetPasswordCommand.php | 97 |
'Invalid user id' | /core/commands/UserDeleteCommand.php | 56 |
'Password reset not allowed for protected accounts' | /core/commands/UserResetPasswordCommand.php | 81 |
'Access denied to reset user password with higher access level' | /core/commands/UserResetPasswordCommand.php | 89 |
'Access denied to reset user password' | /core/commands/UserResetPasswordCommand.php | 63 |
'Invalid user id' | /core/commands/UserResetPasswordCommand.php | 71 |
'File name or path is empty' | /core/file_api.php | 1131 |
'File is not readable' | /core/file_api.php | 1136 |
sprintf("File '%s' too big", $p_file['name']) | /core/file_api.php | 1119 |
sprintf("File '%s' upload failure", $p_file['name']) | /core/file_api.php | 1125 |
'Unknown file upload method' | /core/file_api.php | 961 |
'Upload folder not valid' | /core/file_api.php | 1101 |
'Unable to move uploaded file' | /core/file_api.php | 943 |
'Duplicate file' | /core/file_api.php | 953 |
'Unable to move uploaded file' | /core/file_api.php | 936 |
sprintf("File '%s' too big", $t_file_name) | /core/file_api.php | 895 |
sprintf("File '%s' not uploaded", $t_file_name) | /core/file_api.php | 886 |
sprintf("File '%s' type not allowed", $t_file_name) | /core/file_api.php | 860 |
sprintf("Email '%s' is disposable.", $p_email) | /core/email_api.php | 217 |
sprintf("Email '%s' is invalid.", $p_email) | /core/email_api.php | 193 |
"'$p_field_name' must be >= 1" | /core/helper_api.php | 828 |
"'$p_field_name' must be numeric" | /core/helper_api.php | 823 |
"'$p_field_name' missing" | /core/helper_api.php | 820 |
"Empty view state" | /core/helper_api.php | 801 |
sprintf("Invalid view state id '%d'.", $t_view_state_id) | /core/helper_api.php | 793 |
sprintf("Invalid view state id '%d'.", $t_view_state_id) | /core/helper_api.php | 784 |
sprintf("Invalid value '%s' for field '%s'.", $p_hhmm, $p_field) | /core/helper_api.php | 660 |
sprintf("Invalid value '%s' for field '%s'.", $p_hhmm, $p_field) | /core/helper_api.php | 651 |
sprintf("Invalid value '%s' for field '%s'.", $p_hhmm, $p_field) | /core/helper_api.php | 640 |
'Invalid access level' | /core/access_api.php | 890 |
sprintf("User id '%d' does not have an e-mail address.", (int) $p_user_id) | /core/user_api.php | 1745 |
"Issue #$c_bug_id not found" | /core/bug_api.php | 879 |
"Issue '$p_bug_id' not found" | /core/bug_api.php | 987 |
"Issue #$p_bug_id not found" | /core/bug_api.php | 1049 |
"User realname '$p_realname' not found" | /core/user_api.php | 800 |
sprintf("User with id '%d' doesn't exist", $t_user_id) | /core/user_api.php | 823 |
"User '$t_identifier' not found" | /core/user_api.php | 843 |