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