I would like to use some new markers.
I get this message every time I save:
So I executed the following SQL rules in phpMyAdmin (Of course with the correct orefix), because I probably didn't do the migration from J3 to J4 properly.:Field 'urls' doesn't have a default value
Could there be another reason why saving is not successful?So the params needs to be changed, try to run this SQL command in your e.g. phpMyAdmin (change the prefix _jos to yours):
ALTER TABLE `jos_phocamaps_map` CHANGE `params` `params` text;
ALTER TABLE `jos_phocamaps_marker` CHANGE `params` `params` text;
ALTER TABLE `jos_phocamaps_icon` CHANGE `params` `params` text;
Should the new icon be found on an external URL or can it also be a png file in the Images folder?
And does something always have to be entered in the "Icon shape Object" field?
Regards,
Wouter