workaround for image based tvs at least is to set an explicit url in the system setting FILE MANAGER URL to: http://site.com/assets/
or on localhost http://localhost/sitename/assets/ regardless if the file manager path or url are set to relative or not, the file manager path still needs to be set to /assets/ for tinyMCE and TVs to navigate file tree
I am most likely mistaken, but I don’t think this should be necessary should it? I have never needed to set it to http in any previous install of revo or evo,
so this may actually not be a getresources error, humble apologies for my meltdown if it is not.
also I figure I will simply mention this because it may have some bearing, within a getresources template I have if snippet calls which rely on TV’s if; if the parent is this show this tv...right now in 2.1.1 they work as they should, now with the update, they don’t, only "static" tvs and with the file manager url set as above will work
[[getResources? &tpl=`homecontentblock` &resources=`15` &limit=`1` &includeContent=`1` &showHidden=`1`]]
[[!getResources? &resources=`[[$settings_page_id]]` &tpl=`chunk_footer_contact` &includeTVs=`1` &processTVs=`1` &tvPrefix=``]]
[[!getResources? &resources=`[[$settings_page_id]]` &tpl=`chunk_footer_contact` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &parents=`0` &includeContent=`1` &showHidden=`1`]]
[[getResources? &parents=`1` &resources=`[[*resource-docs]]` &sortby=`FIELD(modResource.id, [[*resource-docs]] )` &sortdir=`ASC` &tpl=`resource-docs.tpl` &tplFirst=`resource-docsFirst.tpl` &limit=`0` &depth=`1` &includeTVs=`1` &processTVs=`1` &tvPrefix=``]]
[[getResources? &parents=`0` &resources=`[[*resource-docs]]` &sortby=`FIELD(modResource.id, [[*resource-docs]] )` &sortdir=`ASC` &tpl=`resource-docs.tpl` &tplFirst=`resource-docsFirst.tpl` &limit=`0` &depth=`1` &includeTVs=`1` &processTVs=`1` &tvPrefix=``]]
[[getResources? &parents=`0` &resources=`[[*resource-docs]]` &sortby=`FIELD(modResource.id, [[*resource-docs]] )` &sortdir=`ASC` &tpl=`resource-docs.tpl` &tplFirst=`resource-docsFirst.tpl` &limit=`0` &includeTVs=`1` &processTVs=`1` &tvPrefix=``]]
This is actually an issue with the resources property due to changes in xPDO that were applied to MODX 2.1.2. This is fixed now; if you are using MODX 2.1.2 please update to getResources 1.3.1 which should resolve the issue for you.
Just to add to this, as I also had the same problem: something about the &depth parameter is not working properly with this as well. I had this code: