Introduction: This is a summary page of the implementation issues in the Chinese version of vitiger CRM 5.3. It introduces PHP, related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 327213 'rolling = 'no'>
1. vtigercrm5.3 localization problem
An error occurred while deleting the customer information.
Copy "zh_cn.lang.js" to en_us.lang.js.
2. garbled statistical charts
Copy the font file wts_the _. TTF
F: \ Program Files \ vtigercrm5 \ apache \ htdocs \ vtigercrm \ image \ canvas \ Fonts
Add F: \ Program Files \ vtigercrm5 \ apache \ htdocs \ vtigercrm \ image \ canvas \ fonts \ fontmap.txt
Simsun, wts_the _. TTF
Modify F: \ Program Files \ vtigercrm5 \ apache \ htdocs \ vtigercrm \ include \ utils \ graphutils. php
Define ("ff_font1", 'vert ');
Change
Define ("ff_font1", 'simsun ');
3. the chat window cannot be opened.
Css_window
Modify apache \ htdocs \ vtigercrm \ modules \ contacts \ vtchat. php
<SCRIPT type = "text/JavaScript" charset = "<? PHP echo $ app_strings ['lbl _ charset']?> "Src =" modules/contacts/JS/ajax. js "> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "<? PHP echo $ app_strings ['lbl _ charset']?> "Src =" modules/contacts/JS/dom-drag_p.js "> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "<? PHP echo $ app_strings ['lbl _ charset']?> "Src =" modules/contacts/JS/css-window_p.js "> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "<? PHP echo $ app_strings ['lbl _ charset']?> "Src =" modules/contacts/JS/chat. js "> </SCRIPT>
Change
<SCRIPT type = "text/JavaScript" charset = "ISO8859-1" src = "modules/contacts/JS/ajax. js"> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "ISO8859-1" src = "modules/contacts/JS/dom-drag_p.js"> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "ISO8859-1" src = "modules/contacts/JS/css-window_p.js"> </SCRIPT>
<SCRIPT type = "text/JavaScript" charset = "ISO8859-1" src = "modules/contacts/JS/chat. js"> </SCRIPT>
4. Incomplete attachment downloads
Incomplete attachment file downloads
When downloading a vitiger file, the system prompts that the file is damaged. You can modify it.
Htdocs \ vtigercrm \ modules \ uploads \ downloadfile. php file to solve
Header ("Content-Type: $ filetype ");
Header ("Content-Length: $ filesize ");
Change
Header ("Content-Type: Application/octet-stream ");
Header ("Accept-length: $ filesize ");
Garbled WebMail
Still finishing
More articles on "vitiger CRM 5.3 Chinese Version implementation problem summary"
Love J2EE follow Java Michael Jackson video station JSON online tools
Http://biancheng.dnbcw.info/php/327213.html pageno: 12.