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
Hi @elrosi 😃 , did you happen to get to the root cause of this issue? if so, what was the resolution?
I have found a workaround by commenting out $blocks in the cache file that renders that twig, e.g.
var/cache/dev/twig/19/19b9b37ef72d8545e1d5a5eb408e85d7.php
yield from $this->unwrap()->yieldBlock('image', $context, []);//$blocks);
yield from $this->unwrap()->yieldBlock('navButtons', $context, []);//$blocks);
yield from $this->unwrap()->yieldBlock('title', $context, []);//$blocks);
yield from $this->unwrap()->yieldBlock('meta', $context, []);//$blocks);
But I am in need of a permanent solution, as that temp is wiped every time cache is cleared.
🐛 **Opening the CREATE GROUP page reports Error 500, Impossible to access an attribute ("indexPath") on a string variable ("New Group") ** 🐛
Edition | CE
Version | 7.0.50
Server version | Apache/2.4.41 (Ubuntu)
Error 500, Impossible to access an attribute ("indexPath") on a string variable ("New Group")
The text was updated successfully, but these errors were encountered: