I've just got your pontomail 4.7 version. As soon as I go to admin/modules (before I get the opportunity to enable the modules) I get this error:

Fatal error: Cannot redeclare theme_imagebutton() (previously declared in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/views/views_ui.module:648) in 
/usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module on line 1282

I deleted pontomail, disabled views_ui then tried again, this time:

Fatal error: Cannot redeclare theme_imagebutton() (previously declared in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module:1282) in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/views/views_ui.module on line 648

Comments

steveparks’s picture

I'm getting exactly the same issue too.

Souvent22’s picture

Hm,
I will rename my theme function. I will apply a patch soon.

Souvent22’s picture

Status: Active » Reviewed & tested by the community

Pathing a fix tonight.

Souvent22’s picture

Status: Reviewed & tested by the community » Fixed
Souvent22’s picture

Assigned: Unassigned » Souvent22
steveparks’s picture

Thanks for such a speedy response. I'll grab the latest code from cvs and try it out.

stevesmith’s picture

StatusFileSize
new14.38 KB

Thank you! I now am as far as activating it, but even though I have "administer pontomail" and "setup email" privilages I still don't see the options to set up an IMAP account. I've ticked the supported mail types - IMAP box. See screenshot for what I'm seeing when I go to admin/pontomail.

Souvent22’s picture

Steve,

Setup is now under your user account. Go to /user, and you'll see a tab called E-Mail Accounts.
I will try and document this somewhere on one of the screens.

stevesmith’s picture

StatusFileSize
new11.47 KB

I tried, there but this is all I get (see screenshot)!

Souvent22’s picture

Steve,

Yes, please try the CVS tree instead of the 4.7 tree. I'm stabalizing the cvs tree first, and then i will back port and release the 4.7 tree. I apologize in that I should have not of released 4.7. that was a large error on my behalf. :(.

stevesmith’s picture

Right, I'm in with CVS - thanks! but still a load of errors - is this a problem with my IMAP settings, or with the module?


Warning: Invalid argument supplied for foreach() in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module on line 842

Warning: imap_getmailboxes(): supplied argument is not a valid imap resource in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/IMAPService.inc on line 92

Warning: imap_getsubscribed(): supplied argument is not a valid imap resource in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/IMAPService.inc on line 109

Warning: Invalid argument supplied for foreach() in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module on line 963

Warning: Invalid argument supplied for foreach() in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module on line 1023

Warning: Invalid argument supplied for foreach() in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module on line 1058

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/sites/thephotographicsociety.com
/modules/pontomail/pontomail.module:842) in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/includes/common.inc on line 266
stevesmith’s picture

Sorry, forgot to post the original error (the one above I get when I try to re-edit the settings).

query: INSERT INTO pontomail_servers (uid, server_name, server_address, server_port, server_type, user, password, secure, con_ssl, no_tls, validate_cert) VALUES(2, 'psoc', 'myimapserver', '143', 'IMAP', 'myemailaddress', 'mypassword', '0', '0', '0', '0')
error:

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/includes/database.mysql.inc:113) in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/includes/common.inc on line 266
Anonymous’s picture

Status: Fixed » Closed (fixed)
stevesmith’s picture

Version: » master

I deleted all pontomail_* tables, reinstalled and still get the error in post #12, and now I then get

Warning: Unknown column 'server_ip' in 'field list' query: UPDATE pontomail_servers SET server_ip = '195.50.94.36' WHERE sid = 1 in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/includes/database.mysql.inc on line 120

Sorry!