goatdog
Jun 11 2007, 03:46 PM
My soon-to-be-ex-host's server crashed, and when it came back up my MT tables were all messed up. Just about every varchar length got changed to either 8, 16, or 25. If the length was supposed to be longer (like the template_name row in the mt_template table), the information got truncated (for example, when template_name was truncated to 16 characters, the template "TrackBack Listing Template" turned into "TrackBack Listin"), which generally screwed everything up. I can't just restore the default settings because mt.cgi isn't working (probably because it's trying to access things whose names have been truncated). So is there anywhere I can look to see the proper table structure of an MT 3.34 installation?