mightyfineyall

Results 6 comments of mightyfineyall

Seconding this, just ran into it. ``` {{ message is defined and message ? errorList(message.getErrors('name')) }} ``` works but ``` {{ message is defined and message ? errorList(message.getErrors('firstName')) }} {{...

Also having this issue. Don't see much hope of Ether addressing or updating this plugin, so will probably be moving on to a paid plugin like SEOmatic going forward.

@pixeldeluxe I implemented the fix proposed by @tschoffelen above and it seemed to solve the issue for now

Getting the same error. Is this plugin being actively maintained? The Craft plugin store shows 31k active installs - I'm sure most would pay $5-$10/year for regular updates and maintenance.

Any updates on this? We'd like to use Vultr s3 compatible object storage and I think it would cause the same issue.

Having this issue as well. On a local dev site with only 3 nodes and one subnode: Without eager loading (children called using .all()): ![image](https://user-images.githubusercontent.com/48531847/218156537-cd2e2994-227a-4a51-b949-7e8c41b88239.png) With eager loading as per...