Function split() is deprecated

I'm getting this error on my web site after upgrade the server from CentOS 4.xx to CentOS 6.2:



Deprecated: Function split() is deprecated in /home/*******/public_html/addons/twigmo/func.php on line 49



Anyone know how to fix this?

Take a look at [url=“http://php.net/manual/en/function.split.php”]http://php.net/manua...ction.split.php[/url]



Easiest thing to do is probably change the PHP error_reporting in config.local.php

[quote name='Triplets' timestamp='1336089757' post='135814']

Easiest thing to do is probably change the PHP error_reporting in config.local.php

[/quote]



Thanks…but how do I change it?

OK my web host helped me fix the issue. I replaced “split” with “explode” on line 49 and everything seems OK now.