View Issue Details

IDProjectCategoryView StatusLast Update
6107Composrcommandrpublic2025-01-04 23:15
ReporterPDStig Assigned ToPDStig  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary6107: 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
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

PDStig

2025-01-04 23:15

administrator   ~9756

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 PDStig New Issue
2025-01-04 02:56 PDStig Status Not Assigned => Assigned
2025-01-04 02:56 PDStig Assigned To => user4172
2025-01-04 02:56 PDStig Tag Attached: Roadmap: v11
2025-01-04 23:15 PDStig Status Assigned => Resolved
2025-01-04 23:15 PDStig Resolution open => fixed
2025-01-04 23:15 PDStig Note Added: 0009756