Seeker-Smith Well-known member Licensed customer Mar 1, 2023 #1 I just updated to the newest board and mg version now I can't add any content. I've checked all the permissions that I can think of. Why would I get this error "You have reached the maximum limit for attachment uploads. Please try again later."
I just updated to the newest board and mg version now I can't add any content. I've checked all the permissions that I can think of. Why would I get this error "You have reached the maximum limit for attachment uploads. Please try again later."
P Paul B XenForo moderator Staff member Licensed customer Mar 1, 2023 #2 It is due to a large number of unassociated attachments. They are deleted after 24 hours. Edit the src/config.php file to increase the limit from the default of 100. PHP: $config['unassociatedAttachmentLimit'] = 300; Upvote 0 Downvote
It is due to a large number of unassociated attachments. They are deleted after 24 hours. Edit the src/config.php file to increase the limit from the default of 100. PHP: $config['unassociatedAttachmentLimit'] = 300;
Seeker-Smith Well-known member Licensed customer Mar 1, 2023 #3 Okay that makes sense. I had canceled a pile of uploads. Is there a cron entry I can run instead updating the config? Upvote 0 Downvote
Okay that makes sense. I had canceled a pile of uploads. Is there a cron entry I can run instead updating the config?
P Paul B XenForo moderator Staff member Licensed customer Mar 1, 2023 #4 I'm not sure which handles it - try the daily clean up cron. Upvote 0 Downvote