Only 1 person reported it to me since updating XF to 2.2.10 P1 yesterday.just specific users?
XXX
with that user's user ID, what count is returned?SELECT COUNT(*)
FROM xf_attachment AS a
INNER JOIN xf_attachment_data AS ad ON
(a.data_id = ad.data_id AND ad.user_id = XXX)
WHERE a.unassociated = 1
Mirroring is part of XF core now, no add-on needed.The large amount of unassociated attachment is caused by this addon:
Where is the announcement?Mirroring is part of XF core now, no add-on needed.
Mirroring is part of XF core now, no add-on needed.
"Unassociated"limits to attachments
HYSReally? Where is this mentioned?
"Unassociated"
HYS
Big board or not, why is any user uploading over 100 attachments in a 24 hour period for posts/content they never submit? Seems strange to me.This new optional config works fine for me.
/src/config.php
PHP:$config['unassociatedAttachmentLimit'] = 300;
Thanks @Chris D .
This kind of changes should be documented on the release notes.
The default limit of 100 maybe too low for some big boards.
XF has mirroring to the gallery, so not related here.I only ask because we've not seen it mentioned and we use an add-on to download hot-linked images as attachments, but if it is now part of the core we'd like to get it set up.
We use essential cookies to make this site work, and optional cookies to enhance your experience.