Quote:
Originally Posted by GrandTheftGamer
For those of you who updated to vB 4.2.2 and are getting the following error:
Code:
Warning: Function split() is deprecated in ..../displaystaff.php on line 23
Warning: Function split() is deprecated in ..../displaystaff.php on line 29
Change the split() functions in all three files (addstaff.php, deletestaff.php, displaystaff.php) to explode().
Also, upgrading from 1.2 to 1.3 yields these errors:
Simple checks to see if they exist should suffice here. I simply deleted the table and column and had the script recreate it to finish the updates.
|
Fixed the above, let me know if everything works well, I notice no errors.
Thanks