Quote:
Originally Posted by Elixar
As soon as I installed this, I got this error:
Code:
Function split() is deprecated in ..../includes/class_bootstrap.php(561) : eval()'d code on line 1
|
From the PHP manual:
Quote:
Tip split() is deprecated as of PHP 5.3.0. preg_split() is the suggested alternative to this function. If you don't require the power of regular expressions, it is faster to use explode(), which doesn't incur the overhead of the regular expression engine.
|
I have replaced the split() function with explode(), and re-enabled the product on your site, and it appears to be working.