View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006107 | Composr | commandr | public | 2025-01-04 02:56 | 2025-01-04 23:15 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0006107: Something is causing Resource-fs to improperly save Comcode page IDs in alternative_ids | ||||
Description | There is something in the code which is generating alternative IDs for Comcode pages but not using the proper page-link syntax for resource_id . This is causing Resource-fs to fail when trying to load Comcode pages with these invalid IDs. | ||||
Additional Information | The code is very deep and hard to trace. Try finding where we try to insert in the database, and fatal_exit when it tries to save a comcode_page resource ID without a ':' to trace from where it is coming. | ||||
Tags | Roadmap: v11 | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
content.php was only adding the colon when the ID was non-blank. This is a problem for the welcome zone. Changed check to use index instead. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-01-04 02:56 | Patrick Schmalstig | New Issue | |
2025-01-04 02:56 | Patrick Schmalstig | Status | non-assigned => assigned |
2025-01-04 02:56 | Patrick Schmalstig | Assigned To | => Patrick Schmalstig |
2025-01-04 02:56 | Patrick Schmalstig | Tag Attached: Roadmap: v11 | |
2025-01-04 23:15 | Patrick Schmalstig | Status | assigned => resolved |
2025-01-04 23:15 | Patrick Schmalstig | Resolution | open => fixed |
2025-01-04 23:15 | Patrick Schmalstig | Note Added: 0009756 |