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.


Messages - mogliii

Pages: [1]
1
Older versions / Re: OG refuses to send notification to one user
« on: May 07, 2010, 07:41:44 am »
hmmm. strangely my user gets email now too. But I found a different problem (that might be related to this):

Time/date setting of Server.

I made an event and set notification 30 min before. The notification email reads
Code: [Select]
From - Fri May  7 10:40:39 2010
...
Received: (qmail invoked by alias); 07 May 2010 09:05:04 -0000
Received: from unknown (EHLO localhost) [xxx.xxx.xxx.xxx]
  by mail.gmx.net (mp013) with SMTP; 07 May 2010 11:05:04 +0200
...
Subject: Event reminder
Date: Fri, 07 May 2010 09:05:01 +0000
....
------------------------------------------------------------
THIS IS A SYSTEM NOTIFICATION. DO NOT REPLY TO THIS EMAIL!
------------------------------------------------------------

Event "notificationtest" starts on "2010/05/07 09:30:00".
....
So I received the notificiation "after" the event.

The server is in Germany (GMT+2), I am in UK (GMT+1)
In ..environment/environment.php the following is set
Code: [Select]
ini_set('date.timezone', 'GMT');
if(function_exists('date_default_timezone_set')) {
        date_default_timezone_set('GMT');
} else {
        putenv('TZ=GMT');
} // if

I tried to change the GMT to Europe/Berlin, but then feng completely screwed the current time and date. A `date` on my server yields
Code: [Select]
Fr 7. Mai 12:28:51 CEST 2010but the cron.php throws
Code: [Select]
2010-05-07 10:30:01 - Sending notifications...
2010-05-07 10:30:01 -  notifications sent.
(same moment)

My questions:
1) What is the correct setting in the environment.php for my server location

2) Is it possible in feng to always show the timezone belonging to a date/time? Both in the notification email but also when setting up the event? Or at least put a label visible all the time in which timezone you are at the moment. Otherwise its very difficult to debug such problems.

2
Just to report. I had a similar problem (Feng office 1.6.2)
I couldnt upload or modify files.

log.php
Code: [Select]
Session "default" started at 2010-05-07T09:48:19+0000
#1 ERROR: Error: fopen(./tmp/2014622930) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in '/var/www/opengoo16b/application/controllers/FilesController.class.php' on line 637 (error code: 2)
#2 ERROR: Error: fputs(): supplied argument is not a valid stream resource in '/var/www/opengoo16b/application/controllers/FilesController.class.php' on line 638 (error code: 2)
#3 ERROR: Error: fclose(): supplied argument is not a valid stream resource in '/var/www/opengoo16b/application/controllers/FilesController.class.php' on line 639 (error code: 2)
#4 ERROR: Error: unlink(./tmp/2014622930) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in '/var/www/opengoo16b/application/controllers/FilesController.class.php' on line 662 (error code: 2)
Time since start: 0.136000156403 seconds

Then I created a ..../opengoo16b/tmp folder with 755 permission for the apache user, the error changed to

Code: [Select]
Session "default" started at 2010-05-07T10:02:28+0000
#1 ERROR: Error: copy(/var/www/opengoo16b/tmp/og_1273226534_597716) [<a href='function.copy'>function.copy</a>]: failed to open stream: Permission denied in '/var/www/opengoo16b/application/controllers/FilesController.class.php' on line 481 (error code: 2)
Time since start: 0.135999917984 seconds

The problem was, that in .../opengoo16b/upload two orphant folders were present. After deleting these, upload works again.

3
Older versions / OG refuses to send notification to one user
« on: May 06, 2010, 09:17:37 am »
Hi,

Im using Opengoo for almost half a year for private purpose. I have two active accounts + admin account.

My account never gets any notification emails. Except a notification is sent at the same cron-event to a different account, too. The other account gets emails.

I now narrowed it down. I created a new account, and it is getting all notifications it should. The cron.php says in that case
Code: [Select]
2010-05-06 11:30:01 - Sending notifications...
2010-05-06 11:30:03 - 2 notifications sent.

however when I am alone to receive a notification, the cron.php returns
Code: [Select]
2010-05-06 12:05:01 - Sending notifications...
2010-05-06 12:05:01 -  notifications sent.
Notice that it does not say
Code: [Select]
2010-05-06 12:05:01 -  0 notifications sent.
The smtp settings are correct and I can send test mails to the address set for my account.

How can I debug the user account? Is there something I can do in the database? I dont want to delete the account, since the settings and associations might get lost.

Forgot to mention. Currently running 1.6.2, but it was the same in 1.6 and 1.6.1

4
How To's / Re: Getting OpenGoo to save drafts, sent emails on IMAP server
« on: November 24, 2009, 08:09:29 am »
Yes, exactly.
But this is a problem, because it might be that one will not use Opengoo for the whole life of the mailaccount.
All sent emails are stored in the opengoo MySQL database in a specific format, so you can not have them on your IMAP server. You don't have control over emails composed and sent through opengoo (that is my opinion).

5
Feature requests / Re: real IMAP support - please please
« on: November 24, 2009, 07:56:22 am »
He,
I also look for real IMAP support.

Alternatively: Is it possible to write a script/program that will upload sent emails to the IMAP?

I guess real IMAP support is tricky because each message has a unique identifier which is important for the "Linked Object" thing. You don't want your links being messed up, do you?

6
How To's / Re: Getting OpenGoo to save drafts, sent emails on IMAP server
« on: November 24, 2009, 07:49:11 am »
Hi,

here the same issue. Lets say I decide to use opengoo just for a project and want to move the email away, how to get the sent email back to the server?

7
Feature requests / Re: Contact Reminders
« on: November 03, 2009, 12:43:20 pm »
Hi,    (talking about OpenGoo 1.6beta)

I noticed that the birthday is shown in Calendar view when entered in the Contact. However it only appears in week and day view, not in month view.
Furthermore it does not appear in the "Upcoming events, milestones and tasks" widget, which I think would be also helpful.

Or, as others said, to activate this option for each contact individually.


Pages: [1]