This topic is locked

Error: Depreciated: function split()

6/25/2010 8:59:07 AM
PHPRunner General questions
B
bowmansam author

I am using PHP Runner 4.1.
One of my forms contains an export facility where I can tick a box next to an individual record and then click an "export" hyperlink.
When I do this i am getting an error: "Deprecated: Function split() is deprecated in C:\xampp\htdocs\lbb\admin\include\commonfunctions.php on line 762"
The error repeats over. I am using PHP version 5.3.1
Any help appreciated.

A
ann 6/25/2010

Hi,
this bug was fixed in the last version of PHPRunner 5.2.

To resolve this you need to replace all split() functions with explode() in source folder.