Hello,
I'm having troubles to send un invitation for my meetings. An exception error is presented on my screen, and I have this error on the log file:
2020-03-31 12:19:43.636 ** ERROR ** [V8.4.0] EXCEPTION **
2020-03-31 12:19:43.636 ** ERROR ** [V8.4.0] on file '/var/www/html/projeqtor/model/MeetingMain.php' at line (531)
2020-03-31 12:19:43.636 ** ERROR ** [V8.4.0] cause = Call to undefined function mb_str_split()
2020-03-31 12:19:43.636 ** ERROR ***** [V8.4.0] => #0 /var/www/html/projeqtor/tool/sendMail.php (178) -> sendMail()
Is there a setting/right that I should change?
How can I correct this?
Thank you for your time,
MCanuto
Issue recorded as Ticket #4580
NB : this occurs only when meeting has Agenda...
fixed : it is PHP Version compatibility
mb_str_split was removed for PHP 7.4 compatibility.
But it was needed for older versions.
Same trouble than mcanuto with PHP 7.2 installed on my system.
It was working well few days ago... but not any more currently
Could you please clarify what I've to do in this case ?
Thanks in advance for your support !
Migrate to V8.4.3 where issue is fixed
Many thanks problem fixed !
In summary : No migration to PHP 7.4 but migration to Projeqtor V8.4.3