I believe it's something to do with MySql 5.5 and deprocations, this:
Quote:
Originally Posted by Paul M
The only two you need worry about are ;
admincp\repair.php(157): $vbulletin->db->query_write("ALTER TABLE `$value` TYPE=MyISAM");
includes\class_dbalter.php(441): TYPE = " . $this->db->escape_string(strtoupper($type));
Change TYPE to ENGINE.
|
Is from this thread
https://www.vbulletin.com/forum/show...-DBalter-class