Andrew Welch

Results 611 comments of Andrew Welch

Related to: https://github.com/nystudio107/craft-retour/issues/261

This could be a little involved, only because currently there is nothing linking a redirect to an entry. So it doesn't "know" what entry it belongs to, compared to another...

I'll keep it open if that's okay. It seems like a good suggestion to consider at some point.

hmmmm. It's interesting to me that this problem only appears to happen specifically with the Author Toolbar plugin installed, yes? In other words, everything works fine if that plugin is...

If you uninstall `craft-author-toolbar` does this still happen? I ask because on the latest verison of Craft & Template Comments, I do not encounter this error. Can you do a...

BTW I should note that I'm using PHP 8.2, versus the PHP 8.3 that you're using.

@wmdhosting I'd really like to fix it. Can you see what happens if you disable `craft-author-toolbar` temporarily?

Looks like Craft updated to Twig `~3.15` in Craft `5.6.x` -> https://github.com/craftcms/cms/blob/5.x/CHANGELOG.md#560---2025-01-21 So I will update Template Comments to Twig `3.15` and bump the minimum requirements for `craftcms/cms/` `^5.6.0`,

Addressed in the above commits. You can try it now by setting your semver in your `composer.json` to look like this: ```json "nystudio107/craft-templatecomments": "dev-develop-v5 as 5.0.5”, ``` Then do a...