I’'m upgrading Wifi 2.5.1 to 2.6.1 (windows 2003) and experiencing the following errors:
-
database/table upgrade is failed (I’'m using MySQL 3.23)
-
broadcast plugin is failed to load
I tried to upgrade the database/table upgrade manually and got error message from mysql that the ‘‘contact’’ field with varchar type is exceed than 255. AFAIK, in MySQL varchar type only allow 255 as its maximum length. So, I changed all field type using varchar more than 255 with blob[/b].
And I run the query, and all seems OK.
I tried to restart Wifi, and test it. It works.
My first problem is SOLVED.
The second one, broadcast plugin is still unabled to be loaded.
I wonder, and see the logs message ang got that Wifi unable to load the plugin. So, I tried to extract the plugin from broadcast.jar manually, and copy all files into old broadcast folder. Restart Wifi. Finally, broadcast plugin is displayed in plugin section (admin console).
My second problem is also SOLVED.
Hope you may find this useful.