Author |
|
mattb Newbie
Joined: 29 April 2014 Location: Canada
Online Status: Offline Posts: 2
|
Posted: 29 April 2014 at 7:59pm | IP Logged
|
|
|
Hello,
I've been working on this for a bit now. I am stumped. I have got the client successfully embedded in an Iframe thanks to the instructions found here: http://www.afterlogic.com/wiki/Embedding_WebMail_into_your_web_application_via_IFRAME_%28WebMail_Lite%29
However every time I click my webmail link I get a red box at the top of the client stating: "Data transfer has failed, probably due to server error. Please contact system administrator."
I turned on logging and this is what I see:
[02:56:09.68] /webemail/integration/email-iframe.php
[02:56:09.68]
[02:56:09.68] DB(PDO/mysql) : start connect to whitebox_bigdeal@localhost
[02:56:09.68] DB : connected to whitebox_bigdeal@localhost
[02:56:09.68] DB[1] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `def_acct` = 1 AND `email` = 'mattb@big-deal.ca'
[02:56:09.69] DB[2] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `twilio_number`, `use_threads`, `save_replied_messages_to_current_folder`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[02:56:09.71] IMAP[NOTE]: Start connection to "ssl://mail.big-deal.ca:993"
[02:56:09.76] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.\r\n
[02:56:09.76] IMAP[SECURE]: > TAG1 LOGIN "mattb@big-deal.ca" "*******"\r\n
[02:56:09.81] IMAP[DATA]: < TAG1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE NAMESPACE QUOTA] Logged in\r\n
[02:56:09.81] DB[3] > UPDATE awm_settings SET last_login = last_login_now, last_login_now = '2014-04-30 02:56:09', logins_count = logins_count + 1 WHERE id_user = 1
[02:56:09.81] Location: ../
[02:56:09.81] DB : disconnect from whitebox_bigdeal@localhost
[02:56:09.81] INFO[MEMORY]: Memory peak usage: 5MB
[02:56:09.81] IMAP[DATA]: > TAG2 LOGOUT\r\n
[02:56:09.81] IMAP[DATA]: < * BYE Logging out\r\n
[02:56:09.81] IMAP[DATA]: < TAG2 OK Logout completed.\r\n
[02:56:09.81] IMAP[NOTE]: Disconnected from "ssl://mail.big-deal.ca:993" (success)
[02:56:10.08] /webemail/
[02:56:10.08]
[02:56:10.08] [PHP] /home/whitebox/public_html/big-deal/webemail/libraries/ProjectSeven/Service.php (line:162, code:2)
[02:56:10.08] [PHP] Error: Cannot modify header information - headers already sent by (output started at /home/whitebox/public_html/big-deal/webemail/index.php:8)
[02:56:10.08] DB(PDO/mysql) : start connect to whitebox_bigdeal@localhost
[02:56:10.09] DB : connected to whitebox_bigdeal@localhost
[02:56:10.09] DB[1] > SELECT id_acct FROM awm_accounts WHERE def_acct = 1 AND id_user = 1
[02:56:10.09] DB[2] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `id_acct` = 1
[02:56:10.09] DB[3] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `twilio_number`, `use_threads`, `save_replied_messages_to_current_folder`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[02:56:10.11] DB[4] > SELECT id_acct, email, def_acct, friendly_nm, signature, signature_opt, signature_type FROM awm_accounts WHERE id_user = 1
[02:56:10.11] DB[5] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `id_acct` = 1
[02:56:10.12] DB[6] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `twilio_number`, `use_threads`, `save_replied_messages_to_current_folder`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[02:56:10.12] DB : disconnect from whitebox_bigdeal@localhost
[02:56:20.87] [POST(4)] /webemail/?/Ajax/
[02:56:20.87] POST > [AccountID, Action, ClientTimeZone, Token]
[02:56:20.87]
[02:56:20.87] AJAX: Action: IsAuth
[02:56:20.87] DB(PDO/mysql) : start connect to whitebox_bigdeal@localhost
[02:56:20.87] DB : connected to whitebox_bigdeal@localhost
[02:56:20.87] DB[1] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `id_acct` = 1
[02:56:20.88] DB[2] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `twilio_number`, `use_threads`, `save_replied_messages_to_current_folder`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[02:56:20.89] DB[3] > UPDATE awm_accounts SET `id_user` = 1, `id_domain` = 0, `deleted` = 0, `def_acct` = 1, `mailing_list` = 0, `quota` = 104857600, `friendly_nm` = '', `mail_protocol` = 1, `mail_inc_host` = 'mail.big-deal.ca', `mail_inc_port` = 993, `mail_inc_login` = 'mattb@big-deal.ca', `mail_inc_pass` = '740d4418021e0746', `mail_inc_ssl` = 1, `mail_out_host` = 'mail.big-deal.ca', `mail_out_port` = 465, `mail_out_login` = '', `mail_out_pass` = '', `mail_out_auth` = 2, `mail_out_ssl` = 1, `hide_in_gab` = 0, `signature` = '', `signature_type` = 1, `signature_opt` = 0, `custom_fields` = '' WHERE id_acct = 1
[02:56:20.89] DB[4] > UPDATE awm_settings SET `id_user` = 1, `id_subscription` = 0, `id_helpdesk_user` = 0, `msgs_per_page` = 20, `contacts_per_page` = 20, `auto_checkmail_interval` = 20, `created_time` = '2014-04-30 02:15:44', `def_skin` = 'Default', `def_lang` = 'English', `def_editor` = 1, `save_mail` = 1, `layout` = 0, `incoming_charset` = 'iso-8859-1', `def_timezone` = 0, `def_time_fmt` = 1, `def_date_fmt` = 'MM/DD/YYYY', `client_timezone` = 'America/New_York', `question_1` = '', `question_2` = '', `answer_1` = '', `answer_2` = '', `sip_impi` = '', `sip_password` = '', `twilio_number` = '', `use_threads` = 1, `save_replied_messages_to_current_folder` = 0, `allow_helpdesk_notifications` = 0, `capa` = '', `custom_fields` = '' WHERE id_user = 1
[02:56:20.89] [PHP] /home/whitebox/public_html/big-deal/webemail/libraries/ProjectSeven/Service.php (line:272, code:2)
[02:56:20.89] [PHP] Error: Cannot modify header information - headers already sent by (output started at /home/whitebox/public_html/big-deal/webemail/index.php:8)
[02:56:20.89] DB : disconnect from whitebox_bigdeal@localhost
[02:56:20.00] [POST(3)] /webemail/?/Ajax/
[02:56:20.00] POST > [Action, AccountID, Token]
[02:56:20.00]
[02:56:20.00] AJAX: Action: FolderList
[02:56:20.00] DB(PDO/mysql) : start connect to whitebox_bigdeal@localhost
[02:56:20.00] DB : connected to whitebox_bigdeal@localhost
[02:56:20.00] DB[1] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `id_acct` = 1
[02:56:21.01] DB[2] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `twilio_number`, `use_threads`, `save_replied_messages_to_current_folder`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[02:56:21.02] IMAP[NOTE]: Start connection to "ssl://mail.big-deal.ca:993"
[02:56:21.05] [POST(3)] /webemail/?/Ajax/
[02:56:21.05] POST > [Action, AccountID, Token]
[02:56:21.05]
[02:56:21.05] AJAX: Action: FolderList
[02:56:21.05] DB(PDO/mysql) : start connect to whitebox_bigdeal@localhost
[02:56:21.05] DB : connected to whitebox_bigdeal@localhost
[02:56:21.05] DB[1] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `id_acct` = 1
[02:56:21.06] DB[2] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `twilio_number`, `use_threads`, `save_replied_messages_to_current_folder`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[02:56:21.07] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.\r\n
[02:56:21.07] IMAP[SECURE]: > TAG1 LOGIN "mattb@big-deal.ca" "*******"\r\n
[02:56:21.07] IMAP[NOTE]: Start connection to "ssl://mail.big-deal.ca:993"
[02:56:21.12] IMAP[DATA]: < TAG1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE NAMESPACE QUOTA] Logged in\r\n
[02:56:21.12] IMAP[DATA]: > TAG2 CAPABILITY\r\n
[02:56:21.12] IMAP[DATA]: < * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE NAMESPACE QUOTA\r\n
[02:56:21.12] IMAP[DATA]: < TAG2 OK Capability completed.\r\n
[02:56:21.12] IMAP[DATA]: > TAG3 NAMESPACE\r\n
[02:56:21.12] IMAP[DATA]: < * NAMESPACE (("INBOX." ".")) NIL NIL\r\n
[02:56:21.12] IMAP[DATA]: < TAG3 OK Namespace completed.\r\n
[02:56:21.12] IMAP[DATA]: > TAG4 LIST "" "*"\r\n
[02:56:21.12] IMAP[DATA]: < * LIST (\HasChildren) "." INBOX\r\n
[02:56:21.12] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.\r\n
[02:56:21.12] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Sent\r\n
[02:56:21.12] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Trash\r\n
[02:56:21.12] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Junk\r\n
[02:56:21.12] IMAP[SECURE]: > TAG1 LOGIN "mattb@big-deal.ca" "*******"\r\n
[02:56:21.12] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Drafts\r\n
[02:56:21.12] IMAP[DATA]: < TAG4 OK List completed.\r\n
[02:56:21.12] IMAP[DATA]: > TAG5 LSUB "" "*"\r\n
[02:56:21.12] IMAP[DATA]: < * LSUB () "." INBOX.Sent\r\n
[02:56:21.12] IMAP[DATA]: < * LSUB () "." INBOX.Drafts\r\n
[02:56:21.12] IMAP[DATA]: < * LSUB () "." INBOX.Trash\r\n
[02:56:21.12] IMAP[DATA]: < TAG5 OK Lsub completed.\r\n
[02:56:21.13] DB[3] > SELECT folder_full_name, system_type FROM awm_system_folders WHERE id_acct = 1
[02:56:21.13] DB[4] > SELECT folders_order FROM awm_folders_order WHERE id_acct = 1
[02:56:21.13] [PHP] /home/whitebox/public_html/big-deal/webemail/libraries/ProjectSeven/Service.php (line:272, code:2)
[02:56:21.13] [PHP] Error: Cannot modify header information - headers already sent by (output started at /home/whitebox/public_html/big-deal/webemail/index.php:8)
[02:56:21.13] DB : disconnect from whitebox_bigdeal@localhost
[02:56:21.13] INFO[MEMORY]: Memory peak usage: 9.75MB
[02:56:21.13] IMAP[DATA]: > TAG6 LOGOUT\r\n
[02:56:21.13] IMAP[DATA]: < * BYE Logging out\r\n
[02:56:21.13] IMAP[DATA]: < TAG6 OK Logout completed.\r\n
[02:56:21.13] IMAP[NOTE]: Disconnected from "ssl://mail.big-deal.ca:993" (success)
[02:56:21.17] IMAP[DATA]: < TAG1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE NAMESPACE QUOTA] Logged in\r\n
[02:56:21.17] IMAP[DATA]: > TAG2 CAPABILITY\r\n
[02:56:21.17] IMAP[DATA]: < * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE NAMESPACE QUOTA\r\n
[02:56:21.17] IMAP[DATA]: < TAG2 OK Capability completed.\r\n
[02:56:21.17] IMAP[DATA]: > TAG3 NAMESPACE\r\n
[02:56:21.17] IMAP[DATA]: < * NAMESPACE (("INBOX." ".")) NIL NIL\r\n
[02:56:21.17] IMAP[DATA]: < TAG3 OK Namespace completed.\r\n
[02:56:21.18] IMAP[DATA]: > TAG4 LIST "" "*"\r\n
[02:56:21.18] IMAP[DATA]: < * LIST (\HasChildren) "." INBOX\r\n
[02:56:21.18] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Sent\r\n
[02:56:21.18] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Trash\r\n
[02:56:21.18] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Junk\r\n
[02:56:21.18] IMAP[DATA]: < * LIST (\HasNoChildren) "." INBOX.Drafts\r\n
[02:56:21.18] IMAP[DATA]: < TAG4 OK List completed.\r\n
[02:56:21.18] IMAP[DATA]: > TAG5 LSUB "" "*"\r\n
[02:56:21.18] IMAP[DATA]: < * LSUB () "." INBOX.Sent\r\n
[02:56:21.18] IMAP[DATA]: < * LSUB () "." INBOX.Drafts\r\n
[02:56:21.18] IMAP[DATA]: < * LSUB () "." INBOX.Trash\r\n
[02:56:21.18] IMAP[DATA]: < TAG5 OK Lsub completed.\r\n
[02:56:21.18] DB[3] > SELECT folder_full_name, system_type FROM awm_system_folders WHERE id_acct = 1
[02:56:21.18] DB[4] > SELECT folders_order FROM awm_folders_order WHERE id_acct = 1
[02:56:21.18] [PHP] /home/whitebox/public_html/big-deal/webemail/libraries/ProjectSeven/Service.php (line:272, code:2)
[02:56:21.18] [PHP] Error: Cannot modify header information - headers already sent by (output started at /home/whitebox/public_html/big-deal/webemail/index.php:8)
[02:56:21.18] DB : disconnect from whitebox_bigdeal@localhost
[02:56:21.18] INFO[MEMORY]: Memory peak usage: 9.75MB
[02:56:21.18] IMAP[DATA]: > TAG6 LOGOUT\r\n
[02:56:21.18] IMAP[DATA]: < * BYE Logging out\r\n
[02:56:21.19] IMAP[DATA]: < TAG6 OK Logout completed.\r\n
[02:56:21.19] IMAP[NOTE]: Disconnected from "ssl://mail.big-deal.ca:993" (success)
I suspect it has something to do with the cannot modify headers error. Any ideas what I should do next? Kinda out of my element here so any point in the right direction would be appreciated!
Thanks!
MattB
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 April 2014 at 2:41am | IP Logged
|
|
|
Most likely, you have an extra output thrown somewhere at the beginning of test-iframe.php file, this could be BOM prior to <?php opening tag or maybe some notice/warning, so you need to recheck PHP log and see if there are any of those logged; enabling display_errors might be a great help here.
BTW, there was a small typo in the code of index.php file, have just corrected it.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mattb Newbie
Joined: 29 April 2014 Location: Canada
Online Status: Offline Posts: 2
|
Posted: 30 April 2014 at 3:26pm | IP Logged
|
|
|
Hello Igor,
I checked php error logs. it showed that the header errors were on line 162 and 272 of /home/whitebox/public_html/big-deal/webemail/libraries/ProjectSeven/Service.php
I tried commenting them out which cleared the php errors however it did not fix the other error.
When I click the link in my menu this is what I see. Also I have circled a mysterious 2 in the top left corner of the I frame. Not sure how that is getting there.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 April 2014 at 3:57pm | IP Logged
|
|
|
Actually, it looks like that "2" character is exactly what causes the problem. But I don't really have any idea as to where it could come from.
We might be able to assist you further, if you open a ticket in HelpDesk and provide us with remote access to the installation along with a test account details. We don't really offer this level of support for WebMail Lite but I believe this issue is worth direct investigation.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
|
|