Not able to assign meeting to other user

Hi there
I just started to use SuiteCRM in version CE Versión 7.9.8 - Sugar Versión 6.5.25 (Compilación 344)

We have created a security suite group, and a role that has Meetings-Edit set to “Group”. When I have an user from the group that creates a meeting and wants to change the “Assgined to” field to another user of the group, the system returns this error:


Fatal error: Uncaught Error: Call to undefined function meetingSubject() in /var/www/html/suitecrm/modules/Meetings/Meeting.php:622 Stack trace: #0 /var/www/html/suitecrm/data/SugarBean.php(2879): Meeting->set_notification_body(Object(XTemplate), Object(Meeting)) #1 /var/www/html/suitecrm/modules/Meetings/Meeting.php(659): SugarBean->create_notification_email(Object(User)) #2 /var/www/html/suitecrm/data/SugarBean.php(2788): Meeting->create_notification_email(Object(User)) #3 /var/www/html/suitecrm/modules/Meetings/Meeting.php(676): SugarBean->send_assignment_notifications(Object(User), Object(Administration)) #4 /var/www/html/suitecrm/data/SugarBean.php(2748): Meeting->send_assignment_notifications(Object(User), Object(Administration)) #5 /var/www/html/suitecrm/data/SugarBean.php(2049): SugarBean->_sendNotifications(true) #6 /var/www/html/suitecrm/modules/Meetings/Meeting.php(276): SugarBean->save(true) #7 /var/www/html/suitecrm/modules/Meetings/MeetingFormBase.php(395): Meeting->save(true) #8 /var/www/html/suitecrm/modul in /var/www/html/suitecrm/modules/Meetings/Meeting.php on line 622

Any ideas about how to solve this please??

Thanks a lot!

I’m sorry, but I searched the code for several versions and I don’t see a call to a meetingSubject function anywhere… do you have any custom code that could be calling this?

Ca you paste here the contents of your “modules/Meetings/Meeting.php”? Maybe 20 lines before line 622 and 20 lines after is enough. But tell me exactly which is line 622 in your file. Thanks

Hi there

First of all thanks so much for your help. After your post I realized that there is a constant we have defined for the system call “meetingSubject” to assign dinamically the subject for the reminder mail depending on the purpose of the meeting. There was a typo error introducing the “()” after the constant.

It has now been solved, and works fine!, thanks a lot!