Summary of implementation problems in the Chinese version of vitiger CRM 5.3

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.