Search found 46 matches

by unhuman
Wed Feb 15, 2012 3:39 pm
Forum: Using OpenEMM
Topic: Unable to get database cursor
Replies: 2
Views: 4050

Re: Unable to get database cursor

So, the problem is very likely the fact that the database is not accessible by the scripts that do the mailing. I don't quite understand the full architecture of how all the processes inter-relate, however, this one I was able to track down. See my post here: https://forum.openemm.org/using-openemm-...
by unhuman
Mon Feb 06, 2012 10:59 pm
Forum: Development
Topic: Test cases?
Replies: 2
Views: 4843

Re: Test cases?

Sure. So, my question then becomes, could some of them be shared as part of the sharing of source code? Perhaps prune the ones that fail and let the community grow the ones that are functional? Certainly understand the business expense of potentially sharing them and that extra cost... I certainly w...
by unhuman
Fri Feb 03, 2012 7:25 pm
Forum: Development
Topic: Test cases?
Replies: 2
Views: 4843

Test cases?

Code seems like it has been written in conjunction with test cases. Are there any available? They would make understanding the code a lot easier as well as give me a foundation for developing the features I'm working on in a more efficient manner.

Thanks!
by unhuman
Tue Jan 31, 2012 5:43 pm
Forum: Using OpenEMM
Topic: Emails not being received
Replies: 2
Views: 3724

Re: Emails not being received

So, I identified my problem here... I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system. And, I got it working. To debug this I linked /etc/my.cnf to the one in xampp I also had to link /var/lib/mysql/mysql.sock to the specified by xampp....
by unhuman
Tue Jan 31, 2012 5:43 pm
Forum: Using OpenEMM
Topic: getting errors all over the place
Replies: 4
Views: 5754

Re: getting errors all over the place

So, I identified my problem here... I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system. And, I got it working. To debug this I linked /etc/my.cnf to the one in xampp I also had to link /var/lib/mysql/mysql.sock to the specified by xampp....
by unhuman
Tue Jan 31, 2012 5:41 pm
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53239

Re: Disable Sendmail doesn't work

So, I identified my problem here... I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system. And, I got it working. To debug this I linked /etc/my.cnf to the one in xampp I also had to link /var/lib/mysql/mysql.sock to the specified by xampp....
by unhuman
Tue Jan 31, 2012 12:56 am
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53239

Re: Disable Sendmail doesn't work

happening for me in 2011...

./smenable displays message:
"Failed to setup database interface"
by unhuman
Tue Jan 31, 2012 12:11 am
Forum: Using OpenEMM
Topic: getting errors all over the place
Replies: 4
Views: 5754

Re: getting errors all over the place

Could you please give a little more detail with what you fixed and how you fixed it? Having (probably) the same problem.

"Unable to get database cursor"

Thanks - H
by unhuman
Tue Jan 31, 2012 12:05 am
Forum: Using OpenEMM
Topic: Emails not being received
Replies: 2
Views: 3724

Re: Emails not being received

Found the script logs.... the date-machine-update.log is just spewing "Unable to get database cursor"

Thoughts?
by unhuman
Mon Jan 30, 2012 11:56 pm
Forum: Using OpenEMM
Topic: Emails not being received
Replies: 2
Views: 3724

Emails not being received

I've been experimenting with OpenEMM and the Test sends work, however, when I do a regular send, the requests map to the same users (I do alter them from Test to Normal). The system claims the mail is sent to the same # of people as I expect, yet the mail is never received. Any ideas where should I ...
by unhuman
Wed Jan 25, 2012 6:52 pm
Forum: Suggestions
Topic: Database Indexes
Replies: 0
Views: 8598

Database Indexes

Seems liked the database could be made quite a bit more efficient through the use of more indexes. As I spend more time with "profile fields", it's pretty apparent that those should be indexed upon creation so they could be leveraged by target groups.
by unhuman
Wed Jan 25, 2012 6:34 pm
Forum: Suggestions
Topic: Date based items (and suggested changes)
Replies: 0
Views: 8890

Date based items (and suggested changes)

There are several places where Date is used, of note is as a "profile field" Timestamp provides much more granularity and should be either an additional option or a replacement. Also, the Date-based sending sends an email at a specified time each day. My needs require evolving that to a si...
by unhuman
Tue Jan 24, 2012 12:55 am
Forum: Installation & Upgrades
Topic: Building -
Replies: 2
Views: 4743

Re: Building -

Edit - I set up my Tomcat to enable remote debugging and Eclipse to attach. I'd certainly prefer to be able to run the server from within Eclipse, but this will get me by....
by unhuman
Tue Jan 24, 2012 12:38 am
Forum: Installation & Upgrades
Topic: Building -
Replies: 2
Views: 4743

Re: Building -

Java seems fine... I get a lot of errors in the JSPs and one in the Javascript as follows: EDIT: Looks like Eclipse's Java and Javascript validators are buggy. Removed most of the errors I had originally posted. This is a bug: Start tag (<span>) not closed properly, expected >. empfaenger-uebersicht...
by unhuman
Mon Jan 23, 2012 11:17 pm
Forum: Using OpenEMM
Topic: OpenEMM Gmail and Hotmail
Replies: 5
Views: 8720

Re: OpenEMM Gmail and Hotmail

Some services do a reverse lookup to ensure mail comes from where you say it's coming from (hotmail does this) so if you're just running a mailserver that (perhaps IP?) doesn't match - they assume you're just running a spam operation.