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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | webform2pdf_patched_version_D7.zip | 25.38 KB | Loikkk |
| #2 | issue-1233382-2.patch | 7.43 KB | mr.york |
Comments
Comment #1
KIGA commentedComment #2
mr.york commented1. fix
2. fix
3. fix
Comment #3
KIGA commentedHi 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
Comment #4
mr.york commentedThanks, committed to webform2pdf 7.x.
Comment #6
Loikkk commentedA patched (#2) zip version for D7 used for my project.
Works fine with the patch. Thanks mr.york