https://bugzilla.wikimedia.org/show_bug.cgi?id=62127
--- Comment #8 from ogul oncel <[email protected]> --- Max, the problem is not solved. Here what I have done: 1. Removed require once from localsettings.php 2. Deleted the GeoData folder from extensions 3. Dropped the three tables from database via phpmyadmin mw_geo_killlist mw_geo_tags mw_geo_updates 4. Re-installed GeoData Extension 5. Added require once to localsettings.php 6. Updated the software via webupdater. Seen "geo tables created" 7. Logged in and added "{{#coordinates:primary|26|04|N|178|46|E}}" to a page 8. Received the same error: "A database query error has occurred. This may indicate a bug in the software. Query: INSERT INTO `mw_geo_tags` (gt_page_id,gt_id,gt_lat,gt_lon,gt_globe,gt_primary,gt_dim,gt_type,gt_name,gt_country,gt_region,gt_lat_int,gt_lon_int) VALUES ('31',NULL,'26.0666666667','178.766666667','earth','1','1000',NULL,NULL,NULL,NULL,'261','1788') Function: GeoDataHooks::doSmartUpdate Error: 1054 Unknown column 'gt_lat_int' in 'field list' (localhost)" "Notice: Uncommitted DB writes (transaction from DatabaseBase::query (WikiPage::pageData)). in /home/username/public_html/includes/db/Database.php on line 3944" Any idea, what might be wrong? -- 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
