https://bugzilla.wikimedia.org/show_bug.cgi?id=65641
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from [email protected] --- Perfect! Now everything works, including MobileFrontend!!! Thank you for the help! For anyone with the same problem, these are the complete instructions to fix the bug: 1. Added gt_lat_int (smallint NOT NULL) to mw_geo_tags table. 2. Added gt_lon_int (smallint NOT NULL) to mw_geo_tags table. 3. Added gt_spatial (index) with 4 columns ( gt_lat_int, gt_lon_int, gt_lon, gt_primary ) to mw_geo_tags Indexes. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
