Quote from: reb87 at Aug 13, 2011, 03:31 PM
Great, that fixes the error, but also doesnt show a page anymore. I get the basic template now, but not the content... 
what was the snippet?
snippet with id10 was wrapcontent
I don’t see it in the repository. I’m guessing that in your template, where the [[*content]] tag would go, is a tag for that snippet (with the content tag as a property). It’s disabled, so your content is missing.
You can replace the snippet tag with a [[*content]] tag, or rewrite the snippet to get rid of the deprecated function(s).
Feel free to post the snippet code here.
What does the [[wrapcontent . . .]] tag in your template(s) look like.
Ummmmm
Why not just rewrite the wrapcontent snippet without using modX->getTemplateVarOutput() (follow the 2nd link from the second post - and then on to the rest of the docs)
the 2nd link suggests: use modTemplateVar->renderOutput() on a collection of modTemplateVar objects