Quote Originally Posted by CandleMan View Post
Debugging I get an error as below -
[15-Oct-2018 11:13:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function split() in /var/www/vhosts/kgamble.co.uk/candlewithcare.co.uk/googlefroogle.php:58
Stack trace:
#0 {main}
thrown in /var/www/vhosts/kgamble.co.uk/candlewithcare.co.uk/googlefroogle.php on line 58
undefined functions have nothing to do with sites being live.

split was deprecated in php 5.3 and removed in php 7.0. you can see some alternatives here:

http://php.net/manual/en/function.split.php

best.