View Single Post
Old April 10th, 2008, 10:08 AM   #3 (permalink)
fdwilk1
Member
Verified Customer
 
Join Date: May 2006
Posts: 33
I removed the suggested statement.

I now get a series of messages stating:

Error performing MySQL command: ALTER TABLE ppads_invites CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci' at line

Should I remove all of the:

$query[] = "ALTER TABLE {$Globals['pp_db_prefix']}admingroups CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci";

statements?

Thanks

Doug
fdwilk1 is offline   Reply With Quote