I have switched to another service provider which has newer PHP. I get this error:
Deprecated: Function split() is deprecated in /xxx/lib/class.html.php on line 151 (and many other lines)
I tried to fix this by changing 'split' to 'explode', but then I get: // Notice: Undefined offset: 1 in /xxx/lib/class.html.php on line 151
How to fix the code to up-to-date standards? Could you help?