[Bug 204000] [New Port] mail/openemm2015 OpenEMM a email marketing enterprise app
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 24 14:01:55 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204000
Bug ID: 204000
Summary: [New Port] mail/openemm2015 OpenEMM a email marketing
enterprise app
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: horst.leitenmueller at liwest.at
Created attachment 162419
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162419&action=edit
new port openemm2015.shar
there is one failure in the initial DB
openemm
select * from mailinglist_tbl; delivers
+----------------+------------+-------------+-------------+---------------------+---------------------+---------+
| mailinglist_id | company_id | description | shortname | creation_date
| change_date | deleted |
+----------------+------------+-------------+-------------+---------------------+---------------------+---------+
| 1 | 1 | | mailinglist | 0000-00-00 00:00:00
| 0000-00-00 00:00:00 | 0 |
+----------------+------------+-------------+-------------+---------------------+---------------------+---------+
1 row in set (0.01 sec)
you have to update
update mailinglist_tbl set creation_date= now(), change_date=now() where
mailinglist_id=1;
other it can't be loaded!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list