Suitecrm 7.3.0 Inline editing Issue

Hi,

I have upgraded to suitecrm 7.3.0. I have configured inline editing tor calls module.

Every time I try to update start date field of calls module inline. I get the following error

Any idea ?

Strict Standards: Non-static method SecurityGroup::inherit() should not be called statically, assuming $this from incompatible context in /var/www/html/crm2/data/SugarBean.php on line 1488

Strict Standards: Non-static method SecurityGroup::assign_default_groups() should not be called statically, assuming $this from incompatible context in /var/www/html/crm2/modules/SecurityGroups/SecurityGroup.php on line 174

Strict Standards: Non-static method SecurityGroup::inherit_assigned() should not be called statically, assuming $this from incompatible context in /var/www/html/crm2/modules/SecurityGroups/SecurityGroup.php on line 176

Strict Standards: Non-static method SecurityGroup::inherit_parent() should not be called statically, assuming $this from incompatible context in /var/www/html/crm2/modules/SecurityGroups/SecurityGroup.php on line 177

Strict Standards: Non-static method SecurityGroup::inherit_creator() should not be called statically, assuming $this from incompatible context in /var/www/html/crm2/modules/SecurityGroups/SecurityGroup.php on line 200

Notice: Undefined index: DATE_START in /var/www/html/crm2/include/InlineEditing/InlineEditing.php on line 324

Warning: Missing argument 5 for formatDisplayValue(), called in /var/www/html/crm2/include/InlineEditing/InlineEditing.php on line 332 and defined in /var/www/html/crm2/include/InlineEditing/InlineEditing.php on line 337

Notice: Undefined index: link in /var/www/html/crm2/include/InlineEditing/InlineEditing.php on line 359

Catchable fatal error: Argument 1 passed to TimeDate::tzUser() must be an instance of DateTime, boolean given, called in /var/www/html/crm2/include/InlineEditing/InlineEditing.php on line 381 and defined in /var/www/html/crm2/include/TimeDate.php on line 877

Strict Standards: Non-static method LogicHook::initialize() should not be called statically in /var/www/html/crm2/include/utils.php on line 3017

Strict Standards: Non-static method Tracker::logPage() should not be called statically in /var/www/html/crm2/include/utils.php on line 3028

You need to edit your php.ini and suppress notices/warnings and strict standards errors.

If you search the forums or google you will find out how to do this.

Thanks,

Will.

I understand for the warning. But what about the fatal error. It shouldn’t be these. No customization done on calls module.

I propose a $view = “ListView” on line 337 of include/InlineEditing/InlineEditing.php

This is due to the function call on line 332 which does not pass the fifth argument,
so a default value needs to be given in the function declaration.