Forums
(@bkesting)
6 years, 3 months ago
Found the issue. An old plugin reference split one time. Disabled the plugin or replacing “split” with “explode” solved it.
Thanks for the advice folks!
Thanks. I read that a little a bit ago. Looks like I need to replace any call to “split” with “explode”, correct?
So to be clear, I’m going to have to go through the individual php files and see where “split” is being called?