test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • iMonkey Friend
    #155192

    My Hosting company is allready running on PHP5.3 and since then, on all sites, I get this error with the JA_Bulletin Module:

    Deprecated: Function split() is deprecated in /home/users/tesuhftp/test02.imonkeys.eu/modules/mod_jabulletin/elements/japaramhelper.php on line 92

    Anybody able to find time to tell me what is needed to fix this?
    :confused:

    Saguaros Moderator
    #358714

    Hi, please follow below steps to get above issue sorted out

    1. You open that file (modules/mod_jabulletin/elements/japaramhelper.php ); and find the following codes:
    [PHP]
    $groups = split(“[|]”, $attributes[‘value’]);
    [/PHP]

    2. replace with
    [PHP]
    $groups = implode(“[|]”, $attributes[‘value’]);
    [/PHP]

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum