http error in offline mode
whyameye - October 18, 2008 - 16:10
| Project: | User mailman register |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have checked and rechecked the admin URL and password to my mailman mailing list. Still I get:
Sorry, testmailinglist mailing list registration is currently unavaiable. Please, try again shortly.
when I try to subscribe to the list ising user mailman register
when I look at the Drupal logs I see:
Message testmailinglist [1] list: HTTP error code.
the basic mailman module works fine.

#1
solved: problem was that site was in maintenance mode offline. Drupal can't make http calls when offline.
#2
Thanks, i did know such drupal behaviour so i'm going to fix it by warning admin with a message when in offline mode.