Hello,
After upgrading to php 5.3.5 (cgi-fcgi) I got this error message:
Deprecated: Function spliti() is deprecated in (path to wiki)/extensions/GroupPortal/GroupPortal.php on line 19
I substituted spliti()
with explode()
based on info gleaned from a couple of help sites around the web. The error no longer appears, but not sure if other bits of the code should also be updated. (I'm not much of a coder.)
Kind regards,