Hi,

Getting this error when a module "s3fs" is installed and the file system setting has option
selected: "Amazon Simple Storage Service" instead of public forlder.

"Getlocations is unable to save the marker configuration, so the markers will not work. Please check file system permissions of !"

I am not sure which folder to put in the field "Path to getlocations_markers.js" when i am using s3 file system.

Comments

jukka792 created an issue.

vacilando’s picture

Had the same problem. As a quick fix I got ti to work by placing getlocations_markers.js in a custom location and adjusting the path.
But that of course is not a proper solutions.

Btw, this is the offending line in file getlocations.module:
$markerpath = file_stream_wrapper_get_instance_by_scheme(file_default_scheme())->getDirectoryPath() . '/getlocations';