I just install Suitecrm, every thing is working nice, but after creating calls and meeting i notice that notifications and alerts donāt work, after investigating the error logs i found this:
mod_fcgid: stderr: PHP Notice: Undefined index: record_type_display in /var/www/vhosts/domain.com/domain.com/modules/Meetings/Meeting.php on line 443, referer: http://domain.com/?action=ajaxui
[Sun Apr 17 21:58:52 2016] [warn] [client ] mod_fcgid: stderr: PHP Notice: Undefined index: record_type_display in /var/www/vhosts/webversatil.com/domian.com/modules/Calls/Call.php on line 387, referer: http://domain.com/?action=ajaxui
In the line 387 i found this
$parent_types = $app_list_strings[ārecord_type_displayā];
Thank you for your response, i checked the en_us.lang.php file and i found this in line 460
// it is the key for the default record_type_module value
'record_type_default_key' => 'Accounts',
'record_type_display' => array(
'' => '',
'Accounts' => 'Account',
'Opportunities' => 'Opportunity',
'Cases' => 'Case',
'Leads' => 'Lead',
'Contacts' => 'Contact', // cn (11/22/2005) added to support Emails
'Bugs' => 'Bug',
'Project' => 'Project',
'Prospects' => 'Target',
'ProjectTask' => 'Project Task',
'Tasks' => 'Task',
),
But i didnāt found
$app_list_strings[record_type_display];
I checked the error log again and i found more errors:
mod_fcgid: stderr: PHP Notice: Undefined index: labelsAndValues in /var/www/vhosts/domain.com/modules/Charts/Dashlets/PipelineBySalesStageDashlet/PipelineBySalesStageDashlet.php on line 125, referer: http://domain.com/index.php?action=ajaxui
In en_us.lang.php, on line 53 you find the assignment to $app_list_strings, that is what is being assigned in that segment you pasted from line 460 (and following). So the values should be there in $app_list_strings.
with $parent_types = $app_list_strings; in the line 387 but the problem presist now i receive new error after this change
mod_fcgid: stderr: PHP Notice: Array to string conversion in /var/www/vhosts/dominiocom/include/utils.php on line 1598, referer: http://dominio.com/index.php?action=ajaxui
about the language pack i have the spanish language instaled, i tried with new instalation in diferent directory but i receive the same errors.
Iām sorry, but there is something wrong with these posts. Even though I used the ācodeā tags, it seems some characters are being deleted from what I posted (and possibly from what you posted before, also). Everything inside square brackets is goneā¦
From what I know now, youāll probably find that your files are exactly like they should be, only the forums here were misguiding us. Your bug must be something elseā¦
Maybe these PHP Notices donāt mean much. Theyāre not errorsā¦ You might want to look for your problem elsewhereā¦