Quantcast
Channel: Phoca Forum
Viewing all articles
Browse latest Browse all 2073

Phoca Maps • Field 'urls' doesn't have a default value

$
0
0
Hi,
I would like to use some new markers.
I get this message every time I save:
Field 'urls' doesn't have a default value
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.:
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;
Could there be another reason why saving is not successful?

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

Statistics: Posted by woodyf4u — 19 May 2024, 22:33



Viewing all articles
Browse latest Browse all 2073

Trending Articles