Quote Originally Posted by Fjolsvith View Post
There is a PHP command called 'split' that is removed in PHP 7.0 that the 'google_base.php' class uses. If you replace that command word with 'explode', the addon will run on PHP 7.0.
Ya, "split" has been deprecated since PHP 5.3 ... Is your plugin code safe to use on PHP 5.3?