This error can occur after upgrading PHP to a newer version.
Actually, the split() function is deprecated with PHP 5.3.x and must be replaced in the code with preg_split()
Done.
Vyacheslav Gapon – personal blog, manuals, articles, notes, development
This error can occur after upgrading PHP to a newer version.
Actually, the split() function is deprecated with PHP 5.3.x and must be replaced in the code with preg_split()
Done.