View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016480 | mantisbt | installation | public | 2013-10-14 05:01 | 2014-12-08 02:07 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | immediate | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.0dev | ||||
| Target Version | 1.3.0-beta.1 | ||||
| Summary | 0016480: Broken installer following removal of legacy db_prepare_int calls | ||||
| Description | Commit a61aed3b0b1f89e7e978be486beeac97492a83c0 introduced a major regression, preventing installation and update of existing config keys. | ||||
| Tags | No tags attached. | ||||
|
This was due to calling db_query_bound() with uninitialized variables in config_set(). |
|
|
Fix is not complete |
|
|
MantisBT: master a61aed3b 2013-10-13 13:47 Paul Richards Details Diff |
Further removal of legacy db_prepare_int calls |
Affected Issues 0016480 |
|
| mod - api/soap/mc_api.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
| mod - core/category_api.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/email_queue_api.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
| mod - core/last_visited_api.php | Diff File | ||
| mod - core/news_api.php | Diff File | ||
| mod - core/profile_api.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - core/project_hierarchy_api.php | Diff File | ||
| mod - core/tag_api.php | Diff File | ||
|
MantisBT: master c30a1085 2013-10-14 00:52 Details Diff |
Fix broken config_set() Commit a61aed3b0b1f89e7e978be486beeac97492a83c0 introduced a major regression, preventing installation and potentially any update of existing config keys. This was due to calling db_query_bound() with uninitialized variables. Fixes 0016480 |
Affected Issues 0016480 |
|
| mod - core/config_api.php | Diff File | ||
|
MantisBT: master 01387e86 2013-10-14 00:52 Details Diff |
Fix broken config_set() - follow-up Missed oa var in c30a1085379c55e63e3fcf0291c24079836d5219. Thanks atrol. Fixes 0016480 |
Affected Issues 0016480 |
|
| mod - core/config_api.php | Diff File | ||