• Resolved Optimocha

    (@optimocha)


    Hi there,

    We love using String Locator when we need in our speed optimization projects, and I was personally very sad that the latest version (2.4.0) didn’t work when I installed it. I looked around to see what might be the issue, and it turns out it’s such a tiny mistake that everyone could do, yet almost impossible to spot.

    @clorith, you need to update the last line in the main PHP file and change it from:

    $string_locator = new string_locator();

    To the following:

    $string_locator = new String_locator();

    Basically you forgot to capitalize the S ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marius L. J.

    (@clorith)

    Hmm, interesting, could I ask what PHP version you are using? (just so I can double-check this, and add checks to avoid accidents like this, as the class name isn’t case sensitive, or shouldn’t be at least).

    Thank you for the heads up already though!

    This is right for me, but still have same issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to fix v2.4 “no menu item” issue’ is closed to new replies.