Closed exside closed 11 years ago
opengeek submitted:
I need to confirm that only static chunks that are failing in Wayfinder. Others are reporting similar problems with regular Chunks.
exside submitted:
For more details about how I tracked down the problem, see here: https://github.com/roryg/ElementHelper/pull/16
I could track it down to static chunks because it worked with "normal" ones, at least in my case...
opengeek submitted:
the wicked witch is dead! https://github.com/modxcms/revolution/commit/5cd13cba13e52e888cff5a5209b4d88bb976daf5
exside created Redmine issue ID 10211
In a quite painful bug searching activity I found out that static elements with a media source other than 0 (nothing) don't get processed right anymore. This is due the parser logic changes from Bug 10007 (http://bugs.modx.com/issues/10007 & https://github.com/opengeek/revolution/commit/779ef0581e403b8fc6e4c80f132e85174acc10f1) that were released with 2.2.9.
I suddenly had wayfinder 2.3.3 not showing subnavs anymore after a 2.2.9 upgrade. I use ElementHelper to create modx objects/elements from static files. ElementHelper assigns a media source (default 1) to the created static elements.
I started to track it down like that:
How to reproduce:
I only observed this with wayfinder till now, but I think this could also be an issue with other extras.