Upgraded a client to EE2 recently, and we are finding a lot of 404 errors which seem to be caused by the URLs no longer pointing to the correct page. All of the errors consist of the EE1 URL (specifically the last segment) having a few more words/characters than the new EE2 versions.
Did something happen in the code or the DB structure that would truncate long segments?
We are using Structure to spit everything out, but I don’t believe that has anything to do with the issue.
Example:
This was the original (EE1) entry URL that was working fine:
<a href="http://www.domain.com/news/this_is_a_really_long_segment">http://www.domain.com/news/this_is_a_really_long_segment</a>And now that link 404s, and instead the new (EE2) URL for that entry is something like:
<a href="http://www.domain.com/news/this_is_a_really_long">http://www.domain.com/news/this_is_a_really_long</a>This happened all over the place, and the URLs have not been manually edited by anyone.