Page 1 of 1

Error Received Unknown Function Split

Posted: Wed Aug 24, 2011 7:36 am
by raymanj
I recently got this error showing up at the top of my web site. I have made no changes to it so wondered why it is giving it and what it means.

Unknown: Function split() is deprecated in /home/yousuf/public_html/crystalsiliconewatches/catalog/view/theme/OC04A00402/az_template/mapping/browser_agent.php on line 28

Error Received Unknown Function Split

Posted: Wed Aug 24, 2011 7:47 am
by uksitebuilder
As of php 5.3.0 the split() function has been deprecated, meaning there are better ways of achieving the same result.

Try replacing 'split' with 'explode' in the file mentioned

Re: Error Received Unknown Function Split

Posted: Fri Sep 09, 2011 11:42 pm
by raymanj
That worked!

Thanks for the help