Closed colemanw closed 1 year ago
Anything in the ConfigAndLogs/*.log files that could help?
Usually SQL errors are better explained in there - beyond the Unknown Error!
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.
Oh, yeah. Just noticed that big table. Don't need that.
Yeah - it is more an example than anything else (oh & what WMF uses....)
Stale issue message
I tried cloning this extension and enabling it with
cv en geocoder
: