search for: subscription2

Displaying 3 results from an estimated 3 matches for "subscription2".

Did you mean: subscriptions
2006 Apr 11
3
Validations and has_many :through (Join Models)
...ustrated") reader = Reader.create(:name => "Anthony Braxton") subscription = Subscription.create(:last_renewal_on => Date.today, :length_in_issues => 6) reader.subscriptions << subscription magazine.subscriptions << subscription subscription.save subscription2 = Subscription.create(:last_renewal_on => (Date.today+1), :length_in_issues => 12) reader.subscriptions << subscription2 magazine.subscriptions << subscription2 subscription2.save After all of that, there now exists 2 records in the subscriptions table, both of...
2019 Jan 31
0
Error: User bob@aaa.bbb doesn't have home dir set, disabling duplicate database
Hi, set mail_home = /home/vmail/mailboxes/%d/%n Aki > On 31 January 2019 at 17:14 subscription2 <leo1subscr at zudiewiener.com> wrote: > > > It's been a while and I'm none the wiser. > > Still getting lmtp and imap errors. > > Jan 14 16:38:35 lmtp(bob at aaa.bbb): Error: User bob at aaa.bbb doesn't have > home dir set, disabling duplicate databas...
2019 Jan 31
2
Error: User bob@aaa.bbb doesn't have home dir set, disabling duplicate database
It's been a while and I'm none the wiser. Still getting lmtp and imap errors. Jan 14 16:38:35 lmtp(bob at aaa.bbb): Error: User bob at aaa.bbb doesn't have home dir set, disabling duplicate database Jan 14 15:07:10 imap(bob at aaa.bbb): Error: User bob at aaa.bbb doesn't have home dir set, disabling duplicate database Thanks, Leo On 20/1/19 1:09 pm, Stephan Bosch wrote: >