Search found 2607 matches

by maschoff
Sat May 10, 2008 11:43 am
Forum: Installation & Upgrades
Topic: Access denied for user 'agnitas'@'localhost' (using password
Replies: 5
Views: 16014

Seems to be that you have not created the database yet, because OpenEMM can not find table emm_layout_tbl. Therefore:

Code: Select all

# mysqladmin -u root -p create openemm
# mysql -u root -p openemm < openemm.sql
by maschoff
Fri May 09, 2008 9:32 pm
Forum: Installation & Upgrades
Topic: Access denied for user 'agnitas'@'localhost' (using password
Replies: 5
Views: 16014

OpenEMM can not access the database. Please try this: #mysql -u root -p >GRANT DELETE, INSERT, UPDATE, LOCK TABLES, SELECT, ALTER, INDEX, CREATE TEMPORARY TABLES, DROP, CREATE ON openemm.* TO 'agnitas'@'localhost' IDENTIFIED BY 'openemm'; >FLUSH PRIVILEGES; >quit This creates user agnitas with the n...
by maschoff
Thu May 08, 2008 7:57 am
Forum: Installation & Upgrades
Topic: Installation on a managed server?
Replies: 1
Views: 3620

First question: Yes. Second question: not that we know of.
by maschoff
Thu May 08, 2008 7:56 am
Forum: Installation & Upgrades
Topic: vServer: Minimum Memory
Replies: 1
Views: 4642

512 MByte is minimum, 1 GByte is recommended.
by maschoff
Wed May 07, 2008 10:13 am
Forum: Using OpenEMM
Topic: Variables of Mailling list?
Replies: 9
Views: 15816

There is a solution via a script action. We will post the code for such an action within the next few days.
by maschoff
Wed May 07, 2008 10:10 am
Forum: Bugs, bug fixes & releases
Topic: How does "Check for duplicate" supposed to work?
Replies: 8
Views: 16669

If you want to avoid the overwriting of existing data you have to switch off the check for duplicates. But in this case you will end up with two database entries with identical e-mail addresses.

There is a second solution via a script action. We are working on a documentation of this feature.
by maschoff
Sat May 03, 2008 9:41 pm
Forum: Using OpenEMM
Topic: WebServices BadTypes Exception
Replies: 27
Views: 24448

Bug fix

We provided a bug fix for webservice addSubscriber. See here:

http://sourceforge.net/tracker/index.ph ... tid=848488

Does this help?
by maschoff
Fri May 02, 2008 11:05 am
Forum: Bugs, bug fixes & releases
Topic: 404 fckeditor not found / image import
Replies: 1
Views: 6216

Bug fixed

We found a bug and posted the bug fix to the SourceForge bugtracker here:

http://sourceforge.net/tracker/index.ph ... tid=848488

Hope this helps!
by maschoff
Fri May 02, 2008 10:40 am
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17534

Bug fixed

We found a bug and posted the bug fix to the SourceForge bugtracker here:

http://sourceforge.net/tracker/index.ph ... tid=848488

Could you please confirm that the fix works for you? Thank you!
by maschoff
Fri May 02, 2008 10:32 am
Forum: Bugs, bug fixes & releases
Topic: hourly click stats on 12-hour clock instead of 24
Replies: 12
Views: 20181

Bug fixed

Well, we have no idea why it works with us, but anyway, according to the MySQL manual your suggestion is the right solution. We posted the bug fix to the SourceForge bugtracker here: http://sourceforge.net/tracker/index.php?func=detail&aid=1956008&group_id=168937&atid=848488 Could you pl...
by maschoff
Thu May 01, 2008 10:36 am
Forum: Using OpenEMM
Topic: Viewing Source / HTML when creating message content
Replies: 3
Views: 4579

Good idea to improve the usability! We will put that on our roadmap.
by maschoff
Wed Apr 30, 2008 8:58 pm
Forum: Bugs, bug fixes & releases
Topic: hourly click stats on 12-hour clock instead of 24
Replies: 12
Views: 20181

Strange, exactly the same version we use on most of our servers. I think we have to dig a little bit deeper ...
by maschoff
Wed Apr 30, 2008 8:39 pm
Forum: Bugs, bug fixes & releases
Topic: hourly click stats on 12-hour clock instead of 24
Replies: 12
Views: 20181

First we have to look deeper into this problem since all of our installations seem to work correctly. As soon as we have identified the real problem we will post a new class file to the SourceForge bug tracker and instructions on how to replace the old file. What version of MySQL do you use?
by maschoff
Wed Apr 30, 2008 3:24 pm
Forum: Bugs, bug fixes & releases
Topic: Adding subsribers via soap - date format problem
Replies: 10
Views: 17534

Posting your SOAP request would be the easiest.