cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Improve missing method error #839

Closed cyberhobo closed 5 years ago

cyberhobo commented 5 years ago

Currently if the geo_mashup_content query variable is given an invalid value you get a message like this:

PHP Warning: call_user_func() expects parameter 1 to be a valid callback, class 'GeoMashup' does not have a method 'eraqre_znc' in /wp-content/plugins/geo-mashup/geo-mashup.php on line 523

It seems right to log these events, which are probably automated probes for security flaws, but we could provide a better message.

cyberhobo commented 5 years ago

Fixed by https://github.com/cyberhobo/wordpress-geo-mashup/commit/d52cb2d3d2204954e82c174a6adc1cb1554e2833