Search found 9 matches

by vissersj
Sat Aug 13, 2011 4:29 pm
Forum: Installation & Upgrades
Topic: Distribution status: This mailing has not been sent yet.
Replies: 5
Views: 7497

Re: Distribution status: This mailing has not been sent yet.

I´ve used: #python -c 'import MySQLdb' and ideed no module named MySQLdb is returned, but how do I need to install it? If I use: yum update, no packages are available and nothing is installed. The same counts for: yum install mysql-server sendmail-cf MySQL-python libxml2. I don't understand it eithe...
by vissersj
Wed Aug 03, 2011 1:18 pm
Forum: Installation & Upgrades
Topic: Distribution status: This mailing has not been sent yet.
Replies: 5
Views: 7497

Re: Distribution status: This mailing has not been sent yet.

Now I get 'No package MySQL-python available, nothing to do' when I use the yum command. Is it an idea to manually install 'MySQL-python-1.2.3.tar' on the VPS or should I contact the VPS support desk?
by vissersj
Tue Aug 02, 2011 3:44 pm
Forum: Installation & Upgrades
Topic: Distribution status: This mailing has not been sent yet.
Replies: 5
Views: 7497

Re: Distribution status: This mailing has not been sent yet.

Mmm very strange.. I've restarted the VPS and OpenEMM, do you see anything wrong in these lines? [openemm@vpsxxxx ~]$ openemm.sh start Start /home/openemm/bin/scripts/bav-update.py .. done. Start /home/openemm/bin/scripts/bav-trigger.py .. done. Start /home/openemm/bin/scripts/bavd.py .. done. Start...
by vissersj
Sat Jul 30, 2011 6:32 pm
Forum: Installation & Upgrades
Topic: Change OpenEMM title / header and footer
Replies: 1
Views: 3549

Re: Change OpenEMM title / header and footer

Issue resolved, you can change it in the properties files > /home/openemm-2011/webapps/openemm/WEB-INF/classes
by vissersj
Sat Jul 30, 2011 12:40 pm
Forum: Installation & Upgrades
Topic: Distribution status: This mailing has not been sent yet.
Replies: 5
Views: 7497

Distribution status: This mailing has not been sent yet.

Hello, I've installed OpenEMM 2011 on CentOS 5.5 32-bit, but when I try to send a mailing via Template > Send mailing I get this error: Distribution status: This mailing has not been sent yet. I've been through some previous topics and thought that the python-mysql bridge was missing and indeed I ge...
by vissersj
Thu Jul 28, 2011 1:07 pm
Forum: Installation & Upgrades
Topic: Exception occurred processing JSP page for New Mailing
Replies: 9
Views: 14223

Re: Exception occurred processing JSP page for New Mailing

Thanks for your reply. After erasing the lines in email.jsp, I got a new error message referring to the openemm_cms. I've checked the openemm_cms and it was not properly filled. I filled the database again and placed back the initial email.jsp and everything is working fine now! Thanks for your help...
by vissersj
Thu Jul 28, 2011 8:33 am
Forum: Installation & Upgrades
Topic: Exception occurred processing JSP page for New Mailing
Replies: 9
Views: 14223

Exception occurred processing JSP page for New Mailing

Hello, I've installed OpenEMM 2011 succesfully on Centos 5.5, but after login I get this error when I click New Mailing > Normal: An error occurred Cause: javax.servlet.ServletException: org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: ServletExcepti...
by vissersj
Tue Jul 26, 2011 5:00 pm
Forum: Installation & Upgrades
Topic: Change OpenEMM title / header and footer
Replies: 1
Views: 3549

Change OpenEMM title / header and footer

Hello,

I've installed OpenEMM 2011 and I want to change the line 'AGNITAS OpenEMM 2011' on the logon page to something else. Furthermore I would like to change the footer after login. Could someone enlighten me how and where to do that?

Thanks in advance!
by vissersj
Sun Jul 24, 2011 12:25 pm
Forum: Installation & Upgrades
Topic: iptables setup on CentOS 5.5
Replies: 2
Views: 5554

iptables setup on CentOS 5.5

Hello, During step five (Enable OpenEMM access in the iptables firewall) of the installation of OpenEMM 2011 on CentOS 5.5, it was necessary to make the iptables file from scratch, because it didn't exist. If put in the following code: *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT...