Tim Shultis

Results 6 comments of Tim Shultis

Same here Craft 3.4 Upgrading to simplemaps 3.8.4.1

The issue appears here: migrations/m190712_104805_new_data_format.php ``` $this->getDb()->createCommand('SET foreign_key_checks=0;')->execute(); foreach ($indexNames as $name) $this->dropIndex($name, MapRecord::TableName); $this->getDb()->createCommand('SET foreign_key_checks=1;')->execute(); ```

I can confirm that trying this in SQL fails as well ``` SET foreign_key_checks=0; ALTER TABLE `craft_maps` DROP INDEX craft_maps_ownerId_ownerSiteId_fieldId_unq_idx; ```

I had luck adding this plugin `cordova plugin add cordova-plugin-android-support-v4-jar` If in the past you have tried to solve this with the non `-jar` version. It may not have worked....

Same here. All pages show a 404

See @turistua response here : https://github.com/sleeping-owl/admin/issues/206 Once you get the data to show, can you save it? I'm unable to save the relationship.