php - how to rename menu in vtiger crm am trying to do that am getting warnings -


i trying rename menu items in v tiger crm. googled not right information. try change menu items , getting following warnings.

'contacts'=>'customers' in include/language/en_us.lang.php

warning: cannot modify header information - headers sent (output started @ ``vtigercrm/include/language/en_us.lang.php:1) in vtigercrm/index.php on line 606

warning: cannot modify header information - headers sent (output started @ ``/vtigercrm/include/language/en_us.lang.php:1) in vtigercrm/index.php on line 608

warning: cannot modify header information - headers sent (output started ``at/vtigercrm/include/language/en_us.lang.php:1) in vtigercrm/index.php on line 610

use

ob_start (); , ob_flush();

in index.php , en_us.lang.php pages problem solve.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -