Tip: Reverse the quotes and use addslashes if required.File admin.maps.php line 777Here is an idea (test it):if (!get_magic_quotes_gpc()) { $value = addslashes($value); }$database->setQuery("INSERT INTO #__map_descriptions (location_id, language, description) VALUES (".$row->id.",'".$key."','".$value."')");It works!! Datahell Thank you.
Updated on EDC.I installed updated (com_maps_1.1_rev02) and dosn't work. Displays new errors. Something about field of "info_hotel". Something like that. I don't remember, exactly. Unfortunately I did not print screen, and then uninstalled and installed again 1.1_rev01.