Topic on Extension talk:GroupPortal

Davydog (talkcontribs)

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,

Kghbln (talkcontribs)

I just tested your suggestion and it works perfect. The server's error log does no longer throw messages either. There is probably room for code improvements, however it's working allrighty for now. So ...

Reply to "spliti() is deprecated"