Forums

[resolved] Deprecated function in WordPress 3.2.1 (6 posts)

  1. cbogdan
    Member
    Posted 10 months ago #

    I use Commentluv plugin and each comment that have a luv link shows this issue:

    Deprecated: Function split() is deprecated in /home/jorjetta/public_html/jorjetteblog/wp-includes/kses.php on line 1403

    Is there a problem with wordpress or with this plugin?

  2. christopherross
    Member
    Posted 10 months ago #

    That's with the plugin, the split() function (http://php.net/manual/en/function.split.php) is depreciated in the latest version of PHP (which WordPress needs to run).

    You should send the author an email or if you're handy with PHP you could make the changes to the plugin directly.

    c.

  3. cbogdan
    Member
    Posted 10 months ago #

    If you see, the script isnt a plugin file, it is something that belongs to wordpress.

    Commentluv plugin didnt put the kses.php file in the wp-includes directory.

    So, how can I handle this issue?

  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 10 months ago #

    No, but CommentLuv is calling info from that file which have been deprecated. Which means it's the plugin having an issue.

    Are you using the latest and greatest version? http://wordpress.org/extend/plugins/commentluv/

  5. Andy Bailey
    Member
    Posted 9 months ago #

    this is not an issue in 2.90.8.1 as I have removed all deprecated functions and php notices when running in debug mode.

    just download the latest version and you'll be fine

  6. cbogdan
    Member
    Posted 9 months ago #

    Thx Andy!

Reply

You must log in to post.

About this Topic