I have a second account where I run a multisite for educational purposes for older volunteers (unser-quartier.de / daniel.hoffmann@kda.de). These people see the warning message and try to fix it, but get the next error. They are very confused and I don't want htem give access to mysql.
But I think, that this great software should handle websites with databse-prefixes, as this is a security advice on lots of pages?
It does handle database prefixes, however in your case i'm not sure why its not working.
This is why I need to get a copy of your site to perform a thorough debug to be able to see why its not working or if its even replicable if the site is moved to a different server environment.
The private fields have been enabled for your next response.
Sorry Shane, this was my vault. During my weekly updates today, I saw the error of the outdated licencekey of duplictaor and thought this was an old one of mine. Than I deleted it. Within the next days, I won't update or delete plugins. Sorry again.
In order to resolve this you will definitely need to run an sql query. Particularly this one.
CREATE TABLE wpbebev_toolset_maps_address_cache (
address_passed varchar(190) NOT NULL,
address varchar(255) NOT NULL,
point point NOT NULL,
PRIMARY KEY (address_passed)
)
The reason is because of your database collation. Once you have done this you will then need to convert the site to the new cache and it should now start working.
I tested this on the copy of your site that I created and it works and the cache was made.
Its good that the database table has been created, however it seems to be still throwing an error.
Is it possible to send me a copy of the server's php log so that I can see if the error has been logged here?
On my end the cache has been created. See Screenshot
This means nothing is wrong with the site per say. Just its having issues with the database on your end.
I should also mention that on my test copy of your site i've disabled every plugin except the toolset ones, so you can try this as well to see if the cache data loads fine.