• From PHP 7, the function “split” has been removed so users should replace

    $keys = split(',',$atts['key']);

    with

    
    $keys = explode(',',$atts['key']);

    in the file tally-graph.php

    Aside from this, the plugin is still working great, after 7 years!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dylan Kuhn

    (@cyberhobo)

    Ha, I thought maybe I was the only user left! I must have made that update myself at some point, but the plugin is so old I’ve almost forgotten how to do a release. It would be amusing to do one after 9 years.

    Thread Starter 2020media

    (@2020media)

    You should! It’s still a great plugin, nothing else like it out there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tweak for PHP 7+’ is closed to new replies.