Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 14:01:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204000] [New Port] mail/openemm2015 OpenEMM a email marketing enterprise app
Message-ID:  <bug-204000-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: horst.leitenmueller@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204000-13>