I have Drupal 4.7.4 installed with the Pontomail Module, installation pontomail-HEAD.

I can create accounts but they are deactivated when I try to use them. After I have created the account then click the 'Mail' link on the menu, I get this error message:

user warning: Unknown column 'server_ip' in 'field list' query: UPDATE pontomail_servers SET server_ip = '85.13.195.210' WHERE sid = 9 in /home/x8costu/public_html/drupal/includes/database.mysql.inc on line 121.
warning: imap_open(): Couldn't open stream {85.13.195.210:143/novalidate-cert}* in /home/x8costu/public_html/drupal/modules/pontomail/IMAPService.inc on line 50.
The email account [my email address] was disabled because there was an error connecting to it. Please check your settings.

If if click the email address link on the menu, I get this error mesage:

warning: imap_getsubscribed(): supplied argument is not a valid imap resource in /home/x8costu/public_html/drupal/modules/pontomail/IMAPService.inc on line 109.
warning: Invalid argument supplied for foreach() in /home/x8costu/public_html/drupal/modules/pontomail/IMAPService.inc on line 66.
warning: array_reverse(): The argument should be an array in /home/x8costu/public_html/drupal/modules/pontomail/pontomail.module on line 703.
warning: Invalid argument supplied for foreach() in /home/x8costu/public_html/drupal/modules/pontomail/pontomail.module on line 704.

And finally, if I attempt to edit the email account in my account / email accounts, I get this error message:

Unable to connect to this server.

warning: imap_getmailboxes(): supplied argument is not a valid imap resource in /home/x8costu/public_html/drupal/modules/pontomail/IMAPService.inc on line 92.
warning: imap_getsubscribed(): supplied argument is not a valid imap resource in /home/x8costu/public_html/drupal/modules/pontomail/IMAPService.inc on line 109.
warning: Invalid argument supplied for foreach() in /home/x8costu/public_html/drupal/modules/pontomail/pontomail.module on line 1183.
warning: Invalid argument supplied for foreach() in /home/x8costu/public_html/drupal/modules/pontomail/pontomail.module on line 1243.
warning: Invalid argument supplied for foreach() in /home/x8costu/public_html/drupal/modules/pontomail/pontomail.module on line 1278.
warning: Invalid argument supplied for foreach() in /home/x8costu/public_html/drupal/includes/form.inc on line 664.

I've tried to set up several IMAP email accounts that I use but it's alays the same. Any help would be appreciated, I'm not experienced at this kind of thing but I'm really looking forward to using Pontomail.

Thanks
Okaydave

Comments

newms’s picture

I tried using pontomail a few months ago and wasn't successful. Then I came across the roundcube mail integration module and it works fine. It integrates the third party open source webmail client RoundCube Mail. I would recommend it.

newms

okaydave’s picture

Thanks, I'm installing Roundecube now so I can give that a try. I'd still like to try and get Pontomail working though, if anyone can help...

jondoesdrupal’s picture

Old post, but hey ho, hopefully this'll help someone sometime.

I gave this module a try and sorted this problem by manually adding the column server_id to the table, on the assumption that the writer had simply forgotten to update the schema file. The other errors make sense as being a result of this so I'd think that'd do it.

Tried roundcube a while back (separately) and it was painfully slow. Shame, as it's very nice looking :-)

Cheers,

Jon