Using EE 1.6.8.
A user is trying to submit an entry to the site via SAEF, and getting the error message “An entry already exists with this URL title. URL titles must be unique”. This SAEF does not attempt to set the url_title on the client side (there’s no url_title field at all), instead allowing it to be figured out on the server. As I understand it, in cases where the default URL title already exists, EE should assign a number and append it to the end to create the unique url_title.
From what I’ve read online, this should work up to 50 entries, at which point the above message is to be expected. On my site though, there are less than 20 entries sharing a version of this url_title, so EE shouldn’t be giving up on generating a unique suffix. Stranger still, the numbers that have been appended (presumably automatically) to the existing entries aren’t sequential integers, but seemingly random numbers up to over 11,000.
My only concern is getting EE to accept up to 50 entries like it’s supposed to, I don’t really mind the random-large-number behavior (I mention it only because it seems likely to be related and helpful). Upgrading EE isn’t really an option, but I don’t see anything in the EE1 changelogs that looks relevant anyway (the only changes listed for url_title deal with very long titles, which this one isn’t). I know I can probably band-aid the problem by deleting some of the old entries (which have expired anyway), but I’d rather find a way to fix it going forward. Any suggestions or insight would be much appreciated!