From hundreds of succesfull installs you are the first, where it dont work.
So check the pre-install and the main install again and again.
And if some thing dont work, tell me exactly what dont show up etc. etc.
And always nothing…
Not very informativ. Have you installed v.0.0.3 via AutoMod?
If not, build the needed SQL columns with MySQL or MySQLDumper..
- Code: Select all
ALTER TABLE phpbb_users ADD user_map_latitude varchar(30) COLLATE utf8_bin NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_map_longitude varchar(30) COLLATE utf8_bin NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_jq_online int(1) NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_map_location varchar(100) COLLATE utf8_bin NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_map_location_desc varchar(400) COLLATE utf8_bin NOT NULL DEFAULT '0';
..and switch on the Debug Mode in config.php.
So you can see error messages, if any. Thats helpfull.