Calling uncached inside if or similar output modifier

not sure if this is just me but I noticed that

in modx3 php8.0 not sure if its me but if I call anything inside a output mofier uncached it dies

e.g…

[[*someTV:is=thisValue:then= [[!getImageList? &tvname=tvname &tpl=tvnameTpl]]]]

not working
BUT

[[*someTV:is=thisValue:then= [[getImageList? &tvname=tvname &tpl=tvnameTpl]]]]

works

I can replace getImageList with anything else like .e.g pdoField

This is a known issue with MODX 3.

Hopefully this change will be reverted in the next version:

ah ok thanks :slight_smile: already on github

In the meantime you can apply this fix manually.

i am made a work around that works in the meantime many thanks but will also try the fix thanks when I get gap

thanks

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.