Thank you for the welcome
Server errors really don't help the unsavvy. A custom error message, based on the sNews system would be easy to make, in fact only one line of PHP is required.
What I mean is at current. the index file simple includes() the snews.php file, however if you were to use if(file_exists('snews.php')) {include('snews.php');} else {echo "error here"; die;}, then the page still wouldn't load but the error would be more human.
My current server platform is Apache running on Windows. I'm using PHPDEV5, PHP4/MySQL4. I completed the settings in the snews1.4 release and all I got were Internal Server Errors (500).
I am building my own article system (or blogging, whatever you want to call it), and was going to use sNews to see how it is done on there, I've already taken a look at EE Core and WordPress.