I simply need to make an about page and some other static pages and perhaps later on i'll use the other great features of drupal like the blogging system..
Why would email not work on a new installation of Drupal? This is in an installation where I have no access to server error messages, so I'm getting nothing. Drupal thinks it's going through, according to the message I get after mailing. Just for a sanity check, I made a little tst.php script,
<? mail("me@mydomain.net", "Testing", "This is a test", "From: me@mydomain.net"); ?>
and that came through just fine, so I know the problem is with Drupal.
I am fairly new to Drupal but have been installing and trying out several modules. Currently, I'm toying with the Event module and am running into the problem that all Events that I create are shown with the same date, "Start: Dec 31 1969". My first guess is that there is a conflict between the date formats either between the form and the DB or the DB and the Calendar/Display routine. Has anyone else run into this? Is there a simple fix?