• Resolved yellowsub

    (@yellowsub)


    Hi

    The plugin doesn’t work with php < 5.3 due to the lcfirst function which is not supported by php < 5.3.

    shashinAutoLoader.php line 30

    // shashin has lower-case directory names
    if (strpos($classPath, ‘/’) !== false) {
    $classPath = lcfirst($classPath);
    }

    Probably substr would be the easiest fix, as many have pointed out in case of similar issues.

    Regards,

    K

    https://www.ads-software.com/extend/plugins/shashin/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Toppa

    (@toppa)

    Thanks for posting this so quickly. I didn’t notice that lcfirst was PHP 5.3 only. I’ve uploaded a new version that no longer uses it.

Viewing 1 replies (of 1 total)
  • The topic ‘lcfirst() and php’ is closed to new replies.