Front end + Gantt Chart Bug

This topic contains 4 reply and 3 voices, and was last updated by Timothy 9 years, 1 month ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
February 19, 2015 at 5:27 am 37061
Timothy Hi, there seems to be a but on the front end project manager with the Gantt Chart application. I get the following error message a number of times (the more tasks the more messages): Warning: trim() expects parameter 1 to be string, array given in /home/%username%/public_html/admin/wp-includes/pluggable.php on line 2149 Please help! Thanks
February 19, 2015 at 5:30 am 37062
Wolfgang Wolfgang

Here is a screenshot:

New Earth | Administration | IT / Web

February 19, 2015 at 12:11 pm 37087
Nayem Nayem

Hello Wolfgang,

Which version of Project manager you are using?. Please let me know.

February 23, 2015 at 10:13 pm 37448
Timothy Timothy

same issue here.
version 0.5.4

February 23, 2015 at 10:39 pm 37453
Timothy Timothy

quick fix, which removes the warning since it converts the value to a string:

on line 2149:
$email_hash = md5( strtolower( trim( strval ($email )) ) );
originall:
$email_hash = md5( strtolower( trim( $email ) ) );

i dont know the implications to the mail function digging into that.

Viewing 4 Posts - 1 through 4 (of 4 total)