@Stuart Wright it seems I can't create new tags with a space in them (but I can select previously created tags with a space in them.)
For example, the system will not accept the tag 'saint augustine' because of the space between the words (see screenshot)
Also, having the 'disallow numbers'...
For anyone else with a similar issue, what I did was remove the row with the stuck job in the xf_job table using mysql on the cli.
Thanks to XF support for the suggestion!
Hey folks, I'm hoping someone can help me here, as I'm getting this error when I click on the warning in my Admin CP:
"There are manual rebuild jobs awaiting completion. Continue running them."
The error that comes up:
LogicException: There are outstanding errors, cannot save. in...
if this happens to anyone else coming across this post, the answer was that i had my max image dimensions set to 0 in the attachments section of the options area of the admincp. thank you to @AndyB for pointing this out.
I'm getting the following error on the page when trying to run the conversion:
InvalidArgumentException: Phrase rendering error: Phrase group Maximum attachment image dimensions must be greater than 0 is not a valid format src/XF/Language.php:306
Generated by: Matt Derrick Aug 27, 2025 at 10:45...
@kick im getting the following error after clicking a link about jobs that need to finish in the admincp:
LogicException: There are outstanding errors, cannot save. in src/XF/Service/Tag/ChangerService.php at line 311
XF\Service\Tag\ChangerService->save() in...
Hey there, I'm trying to figure out how to use wild cards in XF's route filters. The documentation doesn't really give a good example so I'm hoping some users can post some?
I'm toying around with wildcards to see if 'discourse style' urls are possible for threads. For example, changing...
any idea how this could be used with npm? im a bit of a docker newbie, but i already have a docker setup working with npm, but not sure how to get xenforo installed on the same server.