PDA

View Full Version : Known issue (and solution) with deprecated split() function


Anna Robinson
08-17-2009, 03:50 PM
As discussed in previous threads, the split() Function was deprecated in PHP 5.3. This function is used by Validation Toolkit server behaviors. Replacing the WAVT_Scripts_PHP.php in your installation of Validation Toolkit provides the run-time code necessary to correct this issue.

To get the fix, go to the Download Center of our website. Log in and visit http://www.webassist.com/mywebassist/downloadcenter.php. Click on Validation Toolkit (or the suite you owns that contains it); then click on the Known Issues section. Download the zip file and follow the instructions in the readme file.

toms016390756
10-10-2010, 04:59 PM
Thanks!

http://www.imgsnatch.com/img/S/9.jpg

walt125013
04-23-2011, 11:05 AM
I cannot find the solution for this anywhere. There is no Known issue file that i can find. Where would I get this....Please help.

Jason Byrnes
04-25-2011, 11:39 AM
the manual solution is to open the WAVT_Scripts_PHP.php file and find all instances of "split(" and replace it with "explode("