Support » Plugin: Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps) » 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

    URL: https://www.mapsmarker.com/kb/faq/when-saving-a-marker-i-get-the-error-a-marker-with-the-id-0-does-not-exist/

    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,

Viewing 1 replies (of 1 total)
  • Hi,
    it seems you have a database issue, as it is not possible to create the table wp_leafletmapsmarker_layers – you can try to connect to your database via phpmyadmin and execute the create statement manually – if this does not work, I´d suggest to contact your hosting support for assistance.
    best,
    Robert

Viewing 1 replies (of 1 total)
  • The topic ‘When saving a marker I get the error “a marker with the ID 0 does not exist!”’ is closed to new replies.