Having Error in These Files

Strict standards: Declaration of SugarFieldTime::save() should be compatible with SugarFieldBase::save(&$bean, $params, $field, $properties, $prefix = ‘’) in C:\wamp\www\ArcusCRMDemo\include\SugarFields\Fields\Time\SugarFieldTime.php on line 95

Sugarfieldbase.php

public function save(&$bean, $params, $field, $properties, $prefix = ‘’)
{
if (isset($params[$prefix . $field])) {
if (isset($properties) && isset($properties) && $this->isTrimmable($properties)) {
$bean->$field = trim($this->unformatField($params[$prefix . $field], $properties));
} else {
$bean->$field = $this->unformatField($params[$prefix . $field], $properties);
}
}
}

sugarfieldtime.php

public function save(&$bean, &$inputData, &$field, &$def, $prefix = ‘’) {
global $timedate;
if ( !isset($inputData[$prefix.$field]) ) {
$bean->$field = ‘’;
return;
}

$bean->$field = $timedate->to_db_time($inputData[$prefix.$field], false);
}

What is your version of PHP?

Often these errors don’t mean anything (unless they are FATAL).

You can tell PHP not to do error_reporting on screen by a setting in php.ini.

how to do error_reporting in php.ini

http://lmgtfy.com/?q=how+to+do+error_reporting+in+php.ini

: - )

Sorry for disturbing you…Don’t discourage other please…

Sorry, that was humour, not discouragement! Don’t be afraid to ask me for anything. :slight_smile:

Oh thank you…sorry i’m not tried your link till now…I try then will ask my next question …

Be ready for my question ok??

but i need another urgent requirement

  1. EMail Remainder not working for me
  2. I need to know how to create another module like account contact and how to set in parent tab …how to give link then database operations like store and retrieve the details in another form …If you free guide me…Feel free to give your mail id or mobile number…