When saving a marker I get the error “a marker with the ID 0 does not exist!”
-
As anyone resolved this error on the lite version? They do have a link to the same issue for the pro version
My error from the PHP Error log ….
WordPress database error Got error 1 from storage engine for query CREATE TABLE wp_leafletmapsmarker_layers (
id int(6) unsigned NOT NULL AUTO_INCREMENT,
name varchar(255) NOT NULL,
basemap varchar(25) NOT NULL,
layerzoom int(2) NOT NULL,
mapwidth int(4) NOT NULL,
mapwidthunit varchar(2) NOT NULL,
mapheight int(4) NOT NULL,
panel tinyint(1) NOT NULL,
layerviewlat decimal(9,6) NOT NULL,
layerviewlon decimal(9,6) NOT NULL,
createdby varchar(60) NOT NULL,
createdon datetime NOT NULL,
updatedby varchar(60) DEFAULT NULL,
updatedon datetime DEFAULT NULL,
controlbox int(1) NOT NULL,
- The topic ‘When saving a marker I get the error “a marker with the ID 0 does not exist!”’ is closed to new replies.