Author Topic: Can't Add Event Invitations  (Read 3892 times)

i.am.stack

  • Newbie
  • *
  • Posts: 2
    • View Profile
Can't Add Event Invitations
« on: 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):
Code: [Select]
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~

Loran

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Can't Add Event Invitations
« Reply #1 on: March 24, 2009, 11:22:34 am »
Yes, I also have this problem.

carlos

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: Can't Add Event Invitations
« Reply #2 on: 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

i.am.stack

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Can't Add Event Invitations
« Reply #3 on: 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!

Arthur Mullard

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: Can't Add Event Invitations
« Reply #4 on: March 26, 2009, 06:44:09 am »
Fixed it for me too.