Plugin doesn’t activate properly on InnoDB
-
When activating on mySQL that doesn’t have MyISAM enabled, the plugin doesn’t activate properly because it can’t create some tables.
In order to make it work, I changed the following files:
modules/location/model.location.php
modules/group_map/model.group_map.php
modules/map/model.map.phpto not specify ENGINE=MyISAM when creating tables.
- The topic ‘Plugin doesn’t activate properly on InnoDB’ is closed to new replies.