Quote:
Originally Posted by malinghi
So, I'm not a programmer or anything, but is it possible that the code that tells it how to rename a single product just has a typo that tells it to make that new name the title of every single thread?
|
That was pretty much it... mySQL checks things well but a couple wrong characters and that's all gone. What I call a rookie move but hey, that's why the mod was in beta for everyone to test around.
90% of the mod [as it relates to threads] runs through a default vBulletin process to create and update. This is a very sophisticated routine and helps insure things don't go wrong, in fact there's about a dozen critical error points in the script that if something happens, the script just shuts down and stops to prevent impacting other data.
Of course in the other 10% of stuff that we coded from scratch to work with threads there was a bug that triggered something wrong...
When you code an app you build a lot of elements, then go back and fix them up. Bugs tend to occur when something on day one is messed up by what you do on day 10. As was the case here.