You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating from 3.1.27 to 3.1.28 a smarty foreach looping a generator does not work anymore. An exception "Cannot traverse an already closed generator" is thrown.
Looking at the smarty cache, it seems that the newer version introduces an additional Smarty_Internal_Runtime_Foreach::count that might be the problem.
After updating from 3.1.27 to 3.1.28 a smarty foreach looping a generator does not work anymore. An exception "Cannot traverse an already closed generator" is thrown.
Looking at the smarty cache, it seems that the newer version introduces an additional Smarty_Internal_Runtime_Foreach::count that might be the problem.
$_from contains the generator.
3.1.27:
3.1.28:
The text was updated successfully, but these errors were encountered: