The error happens because a navigation link left behind by the DBTech Credits addon is trying to check a permission that no longer exists. Every time any page loads, XenForo runs through all navigation entries, and this broken one crashes the page.
Here's how to fix it:
Log into your XenForo...
That’s awesome, sounds like a huge win, especially automating something that time-consuming.
One thing you mentioned that stood out was not being sure about the quality of the add-on. I’ve actually been working on a review tool that analyzes add-ons (whether built by AI or a developer) and...
@smallwheels I think there’s been a bit of a misunderstanding here.
I wasn’t referring to XenForo’s new documentation system or suggesting anything about a future XF product. My comment was simply a light hint that I’m working on something in that general space myself, nothing more than that...
You can accomplish most of this manually using XenForo’s built-in Batch Update Users tool in the Admin CP. While it won’t automatically run based on registration vs last activity, it can still filter users who registered but never returned.
Any time I’ve used ChatGPT to generate images, it usually takes a little time for them to be created. How long does the process typically take when generating images with WordPress?
When you use the XenForo CLI to build an addon (using the php cmd.php xf-addon:build command), it looks at your composer.json file. If the command isn't configured correctly or if your dependencies aren't separated, the build process pulls in everything in the vendor folder.
Are you using a...