And just in case someone has installed a new 7.5 and have the "FROUM_SORT_DIR" in their database (you get an error when trying to create a forum), here is a quick fix:
SQL Query
ALTER TABLE `ubbt_FORUMS` CHANGE `FROUM_SORT_DIR` `FORUM_SORT_DIR` VARCHAR( 3 )
Replace ubbt_ with your table prefix, if different.

Last edited by DLWebmaestro; 02/24/2009 10:31 PM.