• Can someone tell me why I am getting this error on the admin pages?

    Line: 164
    Char: 2
    Error: ‘document.getElementByld(…)’ is null or not an object
    Code: 0
    URL: http//penguinproletariat.com/wp-admin/index.php

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Running any admin plugins? I don’t know of any default features requiring that particular javascript function in the Dashboard.

    Thread Starter vinyl_barstool

    (@vinyl_barstool)

    I’ve only got Photopress and EzStatic.

    Everything else I am using is default wp1.5 kubrick and such.

    Any other ideas?

    Could this be a browser problem?

    Could this be a host server problem?

    It’s almost always an issue where the object (in this case, an id attribute) the javascript is expecting doesn’t exist on the page. Look at the <head> portion of your source and see what the javascript there is trying to do (or expecting to find).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘document.getElementByld(…) ERROR’ is closed to new replies.