• Resolved nm2net

    (@nm2net)


    Hi,

    It’s not working here. The feeds are being updated, but there are no posts at my blog. I have changed in run.php $WPDIR = “/”; It’s in my base directory. However there are no error messages, nothing..
    I think it might be because I am using permalinks such as /%postname%/ . Is it possible? And what would be the solution?

    Also there is not text file generated. I use:
    Update Method -> WP automatic
    DB location -> File

    Thanks,
    Nick

    http://wordpress.org/extend/plugins/linickx-lifestream/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nm2net

    (@nm2net)

    Forgot to say:
    if I visit /wp-content/plugins/linickx-lifestream/run.php I see the home page of my blog

    Thread Starter nm2net

    (@nm2net)

    ?

    Does anyone have this plugin working?

    Hi There,
    If you visit /wp-content/plugins/linickx-lifestream/run.php you should get a blank page (for sucess) or an error message, the fact you can see your blog is weird!

    Try commenting out $WPDIR, e.g
    $WPDIR = "/";
    becomes
    #$WPDIR = "/";

    … the DB file is created in WP-Content, if it doesn’t exist either the script isn’t running properly or the directory isn’t writeable 🙁

    (Note: if you use WP Automatic updates
    (a) you don’t need to change WPDIR
    (b) then run.php should error with “not configured as cron”
    )

    Cheers,
    Nick

    Thread Starter nm2net

    (@nm2net)

    Hi,
    thanks for your response. I have checked my htaccess, and discovered that ‘RewriteEngine On’ on the first line was preventing to show run.php correctly.

    /wp-content is writebale. However I have created /wp-content/lnx_lifestream_feeddb.txt with write permissions (0666) just for a case, also I have switched the update option to ‘cron’, and it is now working 😉

    Just as idea, would be really nice if the text and the images for each feed item could be visible into the post in next versions of your plugin. Currently I see only the title, and the title again as link.. I will do that myself now because I need it working in this way.

    Solved!

    Cheers

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

The topic ‘[Plugin: LINICKX LifeStream] not working’ is closed to new replies.