Closed (outdated)
Project:
Commerce Email
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2012 at 16:03 UTC
Updated:
2 Jun 2020 at 18:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drupalsteve commentedI'm seeing the same error.
Comment #2
dgastudio commentedsame here on visit
/admin/help/token
Comment #3
loko commentedSame error here.
Comment #4
dave reidI dunno why the heck this module is doing this preprocess, which it's not clearly related to the feature of this module and other modules like Token tweak are the proper place for modifying the default recursion limit.
Comment #5
paul.linney commentedCan't reproduce.
The module has never had a commerce_email_preprocess_token_tree call in it.
Re-open if you have more info.
Paul
Comment #6
jamestombs commentedStill an issue in the latest 1.x-dev release.
Not sure if it needs to be there but can be fixed by updating to:
Adds a check to see if $variables['token_types'] is set and if it is, is an array. If not then we don't do anything.
Comment #7
brtamas commentedHere is a patch.
Comment #8
Anonymous (not verified) commentedTHank you patch in #7 is still relevant and a welcome solution
Comment #9
rszrama commented