Feng Forum

Support => Feng Office 1 => Older versions => 1.3 final => : i.am.stack March 24, 2009, 10:59:41 AM

: Can't Add Event Invitations
: i.am.stack March 24, 2009, 10:59:41 AM
Sorry if this has already been reported, I didn't see any other posts with my exact error message.

Here is how I get the error:
Go to the calendar, click a time slot, and you get the Add Event window pane. Then click "Edit Event Details" to get the "New Event" window. Give it a subject, then click "Event Invitations" and pick a person (company, multiple people, it doesn't matter). Then click "Add Event".

I get this error message (after I turned debugging on):
:
Fatal error: Call to a member function getEmail() on a non-object in /opt/opengoo/application/models/notifier/Notifier.class.php on line 411
I just upgraded from 1.1 where this worked perfectly. Did I miss something? Or is this a bug?

Thanks!
~Stack~
: Re: Can't Add Event Invitations
: Loran March 24, 2009, 11:22:34 AM
Yes, I also have this problem.
: Re: Can't Add Event Invitations
: carlos March 24, 2009, 02:33:17 PM
Thanks i.am.stack for the notification. We found this bug and have already corrected it, it was caused by a typo in one of our helper functions. If you want to correct the error just replace "$lenght" to "$length" in environment/functions/utf.php, line 15 or 16, it should read:

if(is_null($length)) $length = strlen_utf($string) - $start;

We are thinking about releasing a 1.3.1 version shortly due to the fact that there are a few bugs in v.1.3, this fix will be included in that version. Please tell me if this works for you, cheers
: Re: Can't Add Event Invitations
: i.am.stack March 24, 2009, 04:07:06 PM
Thank you very much.

This is the only bug we have found so far and the fix works.

Thanks for such a great product!
: Re: Can't Add Event Invitations
: Arthur Mullard March 26, 2009, 06:44:09 AM
Fixed it for me too.