View Issue Details

IDProjectCategoryView StatusLast Update
0006107Composrcommandrpublic2025-01-04 23:15
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0006107: Something is causing Resource-fs to improperly save Comcode page IDs in alternative_ids
DescriptionThere 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 InformationThe 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.
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

Patrick Schmalstig

2025-01-04 23:15

administrator   ~0009756

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.

Issue History

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