I got this error after setting up billy and checking out a product:

Fatal error: Call to a member function output() on a non-object in /vagrant/public/sites/all/modules/contrib/commerce_billy_mail/commerce_billy_mail.module on line 239

Comments

anybody’s picture

Status: Active » Closed (works as designed)

You have to install DOMPDF as described in commerce_billy_pdf. This is NOT a commerce_billy_mail issue, see the commerce_billy_pdf Description and README. commerce_billy_mail defines a strict dependency on commerce_billy_pdf.

I've anyway added a new WATCHDOG entry, if this problem appears for other users.

  • Anybody committed a621dca on 7.x-1.x
    Issue #2339131 by mortona2k: Added Watchdog error message if DOMPDF is...