How to fix v2.4 “no menu item” issue
-
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)
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.