Hi,

first great module :-)

But i found some errors. (I believe...)

1.) If I use the standard drupal contact modul, then....

Notice: Undefined index: node in webform2pdf_mail_alter() (line 554 of /mnt/web5/31/30/52015030/htdocs/sites/all/modules/webform2pdf/webform2pdf.module).
Notice: Undefined index: submission in webform2pdf_mail_alter() (line 554 of /mnt/web5/31/30/52015030/htdocs/sites/all/modules/webform2pdf/webform2pdf.module).
Notice: Trying to get property of non-object in webform2pdf_send2pdf() (line 138 of /mnt/web5/31/30/52015030/htdocs/sites/all/modules/webform2pdf/webform2pdf.module).
Notice: Undefined index: enabled in webform2pdf_send2pdf() (line 140 of /mnt/web5/31/30/52015030/htdocs/sites/all/modules/webform2pdf/webform2pdf.module).

2.) If I use a header image, then....

TCPDF ERROR: [Image] Unable to get image: /mnt/web5/31/30/52015030/htdocs/sites/all/libraries/tcpdf/images//mnt/web5/31/30/52015030/htdocs/sites/default/files/webform2pdf/KIGALOGO.jpg

(in Version webform2pdf 7.x-3.x-dev July 8, 2011 it works)

3.) When anonymos user fils the form, the attached file (PDF) in email includes only this: %email_values (header and footer are ok) in backend the pdf-file is ok.

Thanks in advance for your help.

KIGA

Comments

KIGA’s picture

Assigned: KIGA » Unassigned
mr.york’s picture

Status: Active » Needs review
StatusFileSize
new7.43 KB

1. fix
2. fix
3. fix

KIGA’s picture

Hi mr.york

thanks for the patch.
The errors are eliminated. :-)

I have a further problem.
It is possible to get the "german umlauts (ä,ü,ö)" in the send mail.
In the attached file (PDF) is all correct.

Thanks in advance for your help.

KIGA

mr.york’s picture

Status: Needs review » Fixed

Thanks, committed to webform2pdf 7.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Loikkk’s picture

StatusFileSize
new25.38 KB

A patched (#2) zip version for D7 used for my project.
Works fine with the patch. Thanks mr.york