Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - luckyred

Pages: [1]
1
How To's / Email module error after updating to lastest 1.7.x
« on: April 13, 2011, 11:27:56 am »
I get an email error when I want to write a new message.
All contacts are being displayed, the message window is very small.

Apache Error Log:


Code: [Select]
[Fri Mar 25 16:06:47 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Tue Mar 29 14:42:14 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Apr 13 01:16:03 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 01:28:20 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 01:28:21 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Apr 13 01:28:23 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 02:11:49 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 09:10:16 2011] [error] [client 62.143.216.150] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 14:36:35 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 14:46:59 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index
[Wed Apr 13 15:23:08 2011] [error] [client 62.143.205.61] File does not exist: /var/www/office.XXXX.de/web/undefined, referer: http://office.XXXX.de/index.php?c=access&a=index

2
Installation problems / E-Mail module: IMAP attachment size issue
« on: March 02, 2009, 07:56:49 pm »
Dear community,

I have the problem that my email module won't accept emails larger than, I guess 1MB in size. I am using IMAP. Other IMAP clients accept these emails. E-Mails larger than 1MB of size just dont appear in the email inbox in opengoo, though opengoo says, it has downloaded these emails.

Is this a php.ini issue or can it be handled directly in OpenGoo?

I am running on Opengoo 1.2.0.1 with Plesk.

Kind regards,
Luckyred

3
Installation problems / E-Mail module: IMAP issue
« on: February 25, 2009, 09:35:36 pm »
Hello,

I am running Plesk on Debian with Opengoo 1.2.0.1.
I modified MailUtilities.class.php to fit my server needs.

Line296:
Code: [Select]
$mailbox_string = "{".$account->getServer().($account->getIncomingSsl() ? ":".$account->getIncomingSslPort() : "")."/imap".($account->getIncomingSsl() ? "ssl/novalidate-cert" : "")."}";

Line 352:
Code: [Select]
$mailbox_string = "{".$account->getServer().($account->getIncomingSsl() ? ":".$account->getIncomingSslPort() : "")."/imap".($account->getIncomingSsl() ? "/ssl/novalidate-cert" : "")."}";

Line 374:
Code: [Select]
$mailbox_string = "{".$account->getServer().($account->getIncomingSsl() ? ":".$account->getIncomingSslPort() : "")."/imap".($account->getIncomingSsl() ? "/ssl/novalidate-cert" : "")."}";

I have entered IMAP with SSL Support and Port 993.
I can see the IMAP folders on the email account edit page.

Now when I try to fetch emails, i get the error:

Fatal error: Cannot pass parameter 1 by reference in PATH/environment/classes/mail/MailUtilities.class.php on line 345
(Fatal 500 when Debug mode is set to false)

When I go to line 345, i see the following:

Code: [Select]
self::SaveMail($header . $body, $account, $uidl, $state, $imap_folder_name);

I removed that line and fetched email again. The upper message window appeared, telling me it fetched 23 emails. I sure dont see these emails, because they are not being saved.
I assume the problem is in the above line.

Any hint on how to solve this problem?

Kind regards,
Luckyred

Pages: [1]