I turned mailhandler on and it seems to have failed.

Not only that but now it prevents me even logging in, so how can it be fixed?

I assume that somewhere there is a field in the MySQL that will allow me to turn off mailhandler. Site worked perfectly before I turned it on.

Fatal error: Call to undefined function: imap_open() in /home/iand/public_html/emint/drupal/modules/mailhandler/mailhandler.module on line 17

Comments

richardcanoe’s picture

The modules are listed in the system table.

Change the status to 0 to deselect the mailhandler module

SQL-query:
UPDATE system SET status = 0 WHERE filename = 'modules/mailhandler.module';

sepeck’s picture

Remove the mailhandler directory from your modules, then you can 'fix' it in your database.

-sp
---------
Test sites and good habits: Drupal Best Practices Guide.
Misc Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide