Hello
I have upgraded sugarcrm v4.2.1d to v6.1.7 and after this, I have installed spanish package, and now I some characters are displayed as the attachment...how can I fix this? thanks in advance
Hello
I have upgraded sugarcrm v4.2.1d to v6.1.7 and after this, I have installed spanish package, and now I some characters are displayed as the attachment...how can I fix this? thanks in advance
Ofen when I have this kind of problem it is caused by some of my customizations. Then usually I add some of the follow functions to fix that:
header('Content-Type: text/html; charset=utf-8');
mysql_query("SET NAMES 'utf8'");
mysql_query('SET character_set_connection=utf8');
mysql_query('SET character_set_client=utf8');
mysql_query('SET character_set_results=utf8');
Rafael Queiroz Gonçalves
Advanced OMG UML Certified Professional
Sun Certified Enterprise Architect for the Java Platform
Sun Certified Programmer for the Java 2 Platform
IBM Certified Advanced Application Developer - Lotus Notes and Domino
IBM Certified Application Developer - IBM WebSphere Portlet Factory
Computer Science Mastering / UFSC - PPGCC
where do you add these functions?![]()
You could add this functions in any of your custom files. As I mentioned I usually have this kind of issue when I have customizations. Thus in any file which your have your own php code, this lines could be included. Just add them and test sugar to check its result.
Rafael Queiroz Gonçalves
Advanced OMG UML Certified Professional
Sun Certified Enterprise Architect for the Java Platform
Sun Certified Programmer for the Java 2 Platform
IBM Certified Advanced Application Developer - Lotus Notes and Domino
IBM Certified Application Developer - IBM WebSphere Portlet Factory
Computer Science Mastering / UFSC - PPGCC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks