Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined Method #8

Open
pbouman opened this issue Dec 23, 2011 · 3 comments
Open

Undefined Method #8

pbouman opened this issue Dec 23, 2011 · 3 comments

Comments

@pbouman
Copy link

pbouman commented Dec 23, 2011

Hi,

Using mw 1.18.0.

After installing got the error "Call to undefined method SkinTwentyTen::tooltipAndAccesskey".
Found with Google that it has something to do with the mw version.

Can you help me out?

Greetz,
Pascal

@br3ttb
Copy link

br3ttb commented Mar 15, 2012

had the same issue, found the answer here

in twentyten.php replace all instances of "tooltipAndAccesskey" with "tooltipAndAccesskeyAttribs"

@ghost
Copy link

ghost commented May 2, 2012

Excellent, that saved me a lot of troubleshooting when upgrading from 1.17 to 1.19, where I was simply unable to see what the error was but the login and other menues disappeared and the logo was replaced with another instance of the home page.

Just replacing this in all instances seems to have solved my error as well. Lots of thanks :)

@bensinclair
Copy link

I just added the following code to SkinTwentyTen class which fixed the error.

function tooltipAndAccesskey($string) {
    return $string;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants