Page 1 of 1
Problems with unicode - cyrilic
Posted: Thu May 07, 2009 11:49 am
by levros
how do i send messages with cyrilic inside the html version???
Posted: Mon Jun 08, 2009 3:02 pm
by maschoff
Force the JDBC driver to use UTF-8. To do this, edit file emm.properties in directory
Code: Select all
/home/openemm/webapps/core/WEB-INF/classes
Search for line
Code: Select all
jdbc.url=jdbc:mysql://localhost/openemm
and change it to
Code: Select all
jdbc.url=jdbc:mysql://localhost/openemm?useUnicode=yes&characterEncoding=UTF-8
After that change restart OpenEMM with
Code: Select all
su - openemm
OpenEMM.sh stop
OpenEMM.sh start
exit
Problems with unicode
Posted: Wed Jun 10, 2009 1:06 pm
by levros
"
After that change restart OpenEMM with
Code:
su - openemm
OpenEMM.sh stop
OpenEMM.sh start
exit
"
Where do I write this code?
Posted: Sun Jun 14, 2009 9:16 pm
by maschoff
At the Linux shell prompt.
reply to ma
Posted: Mon Jan 18, 2010 11:09 am
by levros
i have donwloaded the newset version of openemm and istalled it from scratch and now it works with russian
the only problem is that all the mails that im sending are identified as spam

Posted: Mon Jan 18, 2010 11:44 am
by maschoff
In this case you should use the mail server of your ISP as smart relay. Hopefully, those IP addresses have a better reputation.
Reply to ma
Posted: Mon Mar 08, 2010 7:13 am
by levros
Hi ma,
I changed the smart relay to a gmail account and it works fine.
i have one more question though,
We are using the latest openemm version (6.0.1) and i installed all the required programs on the same server.
Now we want to separate the MySql DB From the application, so we changed the "openemm.py" and added "-h [ip of the MySql server]" and we changed the "emm.properties" and "agn.py" - replaced localhost with the ip of the MySql server.
But We still getting an error message : "failed to connect to database" after creating the openemm and the openemm_cms database.
Can you help me?