• I’ve notice that the plug-in with WordPress 4 it shows PHP warning:

    Illegal string offset Warning on line XXX

    I couldn’t remove PHP warning from my webserver so I needed to fix it, in the follwing way:

    After :
    function cSlider($atts, $content)
    {

    Added:

    $atts=array($atts);

    No more warning!

    https://www.ads-software.com/plugins/cslider/

  • The topic ‘Illegal string offset Warning on line XXX’ is closed to new replies.