Hi All, I'm looking for some help with Mailhandler. I've got Drupal 4.1 installed on Red Hat 8.0 using the standard Apache/PHP setup that RH installs. Drupal seems to work fine. I've got a working mailbox which Mailhandler contacts OK. Mailhandler seems to identify messages correctly, and reports the correct number of messages back when you run retrieve on the admin page. Mailhandler also deletes the messages in the POP3 mailbox as it is supposed to. Only problem - the messages can;t be found anywhere in my drupal installation. Can anyone offer a possible explanation, hint, solution, rap on knuckles for obvious mistake?

TIA

John

Comments

jclift’s picture

btw, I already searched threough the forums for an answer to this.

moshe weitzman’s picture

what does your Admin -> Site Monitoring say? it will contain error messages, or messages about newly published blog nodes. if you successfully created nodes, check the Admin -> Content Management page for links.

please keep playing with this, and reporting bugs as needed.

jclift’s picture

I assume you mean Watchdog? The Watchdog link gives the following error when I try it:

user error: Got error 28 from table handler
query: SELECT w.*, u.name, u.uid FROM watchdog w LEFT JOIN users u ON w.uid = u.uid ORDER BY timestamp DESC LIMIT 1000 in /var/www/html/drupal/includes/database.mysql.inc on line 69.

There are no mailhandler-originated nodes appearing in the Content Management section. Manually entered nodes appear fine in both the homepage and in Content Management.

FYI, I did have drupal working perfectly on a Wndows/Apache setup. However, I don't want to use Windows. I couldn't find a way to automate mail pickup (a la Cron), and I want to learn more about Linux anyway.

moshe weitzman’s picture

you have run out of disk space. see http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=826&sortby=rating

fix that and then retry mailhandler and then check watchdog.

jclift’s picture

Obvious eh? I've got a crappy little 4gb disk on that box. I'll put a bigger one in and re-install. Then see how I get on...

Thanks, John