View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023957 | mantisbt | custom fields | public | 2018-02-10 07:44 | 2018-02-22 17:09 |
Reporter | sakthiugapriyan | Assigned To | cproensa | ||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | ||
Product Version | 1.3.4 | ||||
Summary | 0023957: Database query failed. Error received from database was 0001146: Table 'helpdesk.mantis_bug_table' doesn't exist for the query: | ||||
Description | I just add one custom field called "UName" and allocated to one project. after click the any one bug "id" from view_all_bug_page.php page, i can't view the bug details. its show this error. APPLICATION ERROR 0000401 | ||||
Tags | No tags attached. | ||||
Did you verify that the |
|
i have two projects. create one custom field and allocate to one project. custom field allocated project only not working. another one working fine. |
|
I suspect there is something wrong with your database settings. Did you customize $g_db_table_prefix ? What is the value for $g_database_name ? According to your query, it is set to default value As things stand, I am not able to reproduce the issue. |
|
$g_database_name = 'helpdesk'; |
|
This was solved in 1.3.5. See 0021966 |
|
@sakthiugapriyan in the future before reporting an issue please check if it has been resolved in the latest release. And I strongly suggest you upgrade to the latest 1.3.x (1.3.14 at the moment), to benefit from latest bug and security fixes. |
|