Elements should prompt you while it’s running to let you know there’s an update. If it doesn’t, you can select the “Check for Updates…” menu option from the “Elements” app menu.
If you are running a licensed copy of Elements, please post all feedback in the Feedback Forum. You can use the Elements > Send Feedback… menu item to automatically pre-fill the build number into a new topic.
It looks like the following frontmatter setup is no longer being recognized:
headline:
long: "Organize your photos with ease using these great apps"
short: "Organize your photos with apps"
description:
long: "fringilla, facilisis augue sociosqu tempor ultrices nisi scelerisque"
short: "fringilla, facilisis augue sociosqu tempor ultrices nisi scelerisque"
It’s even happening with your Appleseed sample blog Ben, all but one of the author names are missing from the posts. Julia seems to be a bit more resilient, but the bot and Jonny are toast
It was kinda working … now not again - tried restarting
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /Users/Jol/Library/Containers/com.realmacsoftware.rapidweaverelements/Data/tmp/RapidWeaver/989/RWDocumentPagePreview/document-E797657D-B4DB-434E-8805-31C722504119/rw/elements/com.realmac.corepack/api/vendor/symfony/yaml/Inline.php on line 318
I checked your project again, and the reason no related items are appearing is that both “By Tags” and “By Author” are enabled in the Related Items component.
When both options are selected, the component only displays posts that match both the same tags and the same author. Since your posts don’t have any tags assigned, there are no matches, so nothing is shown.
To fix this, you can either add tags to your posts or simply disable the “By Tags” option in the Related Items settings.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in /Users/Jol/Library/Containers/com.realmacsoftware.rapidweaverelements/Data/tmp/RapidWeaver/6999/RWDocumentPagePreview/document-03B23855-87F9-44D7-8EEF-150AF87FC0B3/rw/elements/com.realmac.corepack/api/vendor/nette/schema/src/Schema/Elements/Structure.php on line 38
The issue is that your tag markdown files include tags themselves, which causes an infinite loop — the CMS keeps trying to attach tags to tags to tags… and eventually runs out of memory.
To fix it, simply remove the tags and categories properties from all files inside your tags/{tagname}.md folder. Once that’s done, everything should work as expected