Here’s how I got my Livejournal for Google Reader working. I’ve been running 2 days and it seems to be running peachy. Thank you Scatmania!

– I created a mysql db for it.

– I created a subdomain for it to run under. I don’t know if that’s needed but saw mention of it.

– After installing, I got this error:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL

to remedy, I ran database.sql from inside myphpadmin

– I had to change a line in main.php from
fusion.google.com/add?feedurl=http%3A//lj.abnib.co.uk/feed.php
to
fusion.google.com/add?feedurl=http%3A//EXAMPLE.com/feed.php
(replacing EXAMPLE.com with my own domain name)

I write a little more about this on my site

Thank you Scatmania!