Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • After some further investigation, I’ve discovered that it’s Theme related – so these issues aren’t just related to plugins, but also themes.

    None of that worked for me ??

    I followed every step on the link, including adding the define statement. No joy.

    However, I do get a message from the Firefox Extension “Web Developer Toolbar” that shows up when I load the Add New Post page:

    Error: [Exception... "'Syntax error, unrecognized expression: [@href^='#']' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]

    I have not been successful in finding this particular code in all of my wordpress files, though.

    Any ideas?

    I had the same issue, and it referenced a call in widgets.php. However, the fix for me was not in widgets.php (as that was a call to Yadis.php).

    I followed @blueyed’s solution (which is fixed in the code for WP-OpenID 2.1.7 already):

    To fix this for PHP4, replace line 278 (the one causing the error) like this (removing ” = null”):

    -    function discover($uri, &$fetcher = null,
    +    function discover($uri, &$fetcher,

    but then to add a memory markup on line 2 of wp-content/plugins/openid/Auth/Yadis/Yadis.php with:

    ini_set("memory_limit","12M");

    Then everything worked fine.

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