christianruhstaller

Results 10 comments of christianruhstaller

Addendum: It seems that the matrix has the same behavior. It seems that this is a bigger issue and maybe even the wrong method to handle copying. I think it...

See: https://github.com/JamesStewy/go-mysqldump/pull/9

I found these information in the documentation from MySQL: https://dev.mysql.com/doc/refman/8.0/en/string-literals.html See table 9.1

For newlines the query runs fine. The sql dump will contain the newline as a newline in the file: INSERT INTO test VALUES ('Newline Test Newline'); MySQL should handle these...

Here is a fix: #65

See: https://github.com/christianruhstaller/Google-Maps-for-Craft/commit/8973f5d47a8e24f1fb9a0628d0c52ce1c937bd49

https://github.com/christianruhstaller/Google-Maps-for-Craft/releases/tag/0.9.0 :)

I recommend my fork until objectivehtml is active again: https://github.com/christianruhstaller/Google-Maps-for-Craft/ As we use this fork in our company so at least it should be running and bugfixes will be implemented.

This seems to happen when Geocoder is activated. I'll have a look into it the next days.

@bfjare the problem was that you did not defined any "Geocode Sections" in the plugin settings this. If you select a section the error would not have happened. But I...