• Hi,
    I downloaded WP about two weeks ago and all has been fine with installation etc.
    However, for the linklist I can’t seem to get the “updated” feature working. I checked the relevant box in the link categorie and was wondering if there was anything else I had to do.
    I’d appreciate a hint. Thanks in advance.
    Andreas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you uncomment this line at the top of your index.php? Or worse, is the line missing altogether (it was for me) 🙂

    include_once(ABSPATH.WPINC.'/links-update-xml.php');

    Thread Starter akalt

    (@akalt)

    With this in place, I get a parse error:
    : parse error, unexpected T_STRING, expecting T_VARIABLE or ‘$’ in on line
    The top of my index.php looks like this:
    <?php
    /* Don’t remove these lines. */
    $blog = 1;
    require_once(‘wp-blog-header.php’);
    include_once(ABSPATH.WPINC.’/links-update-xml.php’);
    ?>
    <!DOCTYPE html PUBLIC “-//W3…

    I’d appreciate another hint…
    Thanks.
    Andreas

    Yeah, I got that error too. I think it’s line 49? Anyhow, I took mine out and just use Blogrolling for my blogs. There are too many buggies for me to continue using the links. 🙁 Too bad too as I really liked it!

    Hrmm… so strange that I didn’t seem to run into that problem (just updated to the latest nightly build, still no problems). What versions are you folks running?

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

The topic ‘Last updated links doesn’t work’ is closed to new replies.