I ran this SQL Query:
CREATE TABLE phpbb_geocode (
user_from varchar(100) collate utf8_bin NOT NULL default,
user_lat double NOT NULL default 0,
user_long double NOT NULL default 0,
code_expire int(11) unsigned NOT NULL default 0,
UNIQUE KEY user_from (user_from)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
MySQL said:
#1064 - 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 '
user_lat double NOT NULL default 0,
user_long double NOT NULL default 0,
Does anybody know how to fix this?
I tried to contact the Mod's Author, with no response.
Thanks,
Brandon














