If the news page is empty, then the problem is likely that the blog rss feed has a title that has ill-formed HTML, such as an apostrophe or other strange character.

To fix this, as root on moog, review the contents of /export/home1/tmp/php.err and look for error messages.

If you get "MagpieRSS: Failed to parse RSS file", then the problem is likely that text pasted into a blog item has a strange character.

To narrow this down, edit /home/www/php/magpierss/rss_fetch.inc, find the _fetch_remote_file function, uncomment the log_event() line to see the xml in /export/home1/tmp/php.err. Copy the xml to a file and run xmllint.

One issue is that having single quotes in the title causes problems.

The fix is to go to the blog and edit the the title and remove the single quote. An alternative is to replace the single quote with the html code for a single quote:

'