eileenmcnaughton / org.wikimedia.geocoder

Geocoder for CiviCRM
Other
6 stars 17 forks source link

Install error #32

Closed colemanw closed 1 year ago

colemanw commented 2 years ago

I tried cloning this extension and enabling it with cv en geocoder:

image

artfulrobot commented 2 years ago

Anything in the ConfigAndLogs/*.log files that could help?

Usually SQL errors are better explained in there - beyond the Unknown Error!

colemanw commented 2 years ago

Good tip. The error message is [nativecode=1153 ** Got a packet bigger than 'max_allowed_packet' bytes].

That INSERT query is truly enormous - it's the geocode data for every zip code in the US! It should probably be broken up. I think it should probably be optional too. It's pretty irrelevant to orgs outside the US.

herbdool commented 2 years ago

Oh, yeah. Just noticed that big table. Don't need that.

eileenmcnaughton commented 2 years ago

Yeah - it is more an example than anything else (oh & what WMF uses....)

github-actions[bot] commented 1 year ago

Stale issue message