Hi all
managed to get a standard install working on my home box. Most things look good, but I've got two problems (which are probably related).
I get messages about auto-updating not working properly. I have set up an hourly cron job, and the admin says when it was run last, so that seems to be ok. When I go into certain sections of the admin panel (modules for instance), it tells me that the Core has not been updated.
The other problem relates to themes. The default settings on a theme seem to work no problem, but when I try to customise it (eg by switching to a different colour scheme provided by the theme author) the admin panel says settings were saved, and when I exit the admin panel the site looks like all the colours have been set to white, and the outlines of the elements (login box, title etc) are visible - sorta like a wireframe or skeleton of the site, if that makes sense.
Things I've done different:
Instead of using .htaccess, I created a new entry in httpd.conf pointing to where Drupal is installed, and copied the contents of .htaccess to this section of the file.
One of the instructions says to chmod the settings.php file to 640, but this caused problems (Drupal kept coming back to the install screen) so i changed it to 644.