We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I get this error after the confirmation of my powermail form: Oops, an error occurred! Code: 20240621123421e46bffc0 These are my settings: plugin.tx_powermailpdf.settings.enablePowermailPdf = 1 plugin.tx_powermailpdf.settings.fillPdf = 1 plugin.tx_powermailpdf.settings.sourceFile = 1:powermailpdf/Mitgliedsantrag.pdf plugin.tx_powermailpdf.settings.email.attachFile = 1 plugin.tx_powermailpdf.settings.sender.attachment = 1 plugin.tx_powermailpdf.settings.receiver.attachment = 1 plugin.tx_powermailpdf.settings.showDownloadLink = 1 plugin.tx_powermailpdf.settings.filelink { jumpurl = 1 jumpurl.secure = 1 jumpurl.secure.mimeTypes = pdf=application/pdf icon = 1 icon_link = 1 } plugin.tx_powermailpdf.settings.fieldMap{ #pdfField = PowermailField PDFVorname = vorname PDFNachname = nachname PDFKind = namedeskindesderkinder PDFSchule = schule PDFBetrag = mitgliedsbeitrag PDFBetrag1 = mitgliedsbeitrag PDFStrasse = strassehausnummer PDFOrt = ort PDFPostleitzahl = postleitzahl PDFEmailadresse = email_adresse PDFIBAN = iban PDFBankname = namederbank }
plugin.tx_powermailpdf.settings.enablePowermailPdf = 1 plugin.tx_powermailpdf.settings.fillPdf = 1 plugin.tx_powermailpdf.settings.sourceFile = 1:powermailpdf/Mitgliedsantrag.pdf plugin.tx_powermailpdf.settings.email.attachFile = 1 plugin.tx_powermailpdf.settings.sender.attachment = 1 plugin.tx_powermailpdf.settings.receiver.attachment = 1 plugin.tx_powermailpdf.settings.showDownloadLink = 1 plugin.tx_powermailpdf.settings.filelink { jumpurl = 1 jumpurl.secure = 1 jumpurl.secure.mimeTypes = pdf=application/pdf icon = 1 icon_link = 1 } plugin.tx_powermailpdf.settings.fieldMap{ #pdfField = PowermailField PDFVorname = vorname PDFNachname = nachname PDFKind = namedeskindesderkinder PDFSchule = schule PDFBetrag = mitgliedsbeitrag PDFBetrag1 = mitgliedsbeitrag PDFStrasse = strassehausnummer PDFOrt = ort PDFPostleitzahl = postleitzahl PDFEmailadresse = email_adresse PDFIBAN = iban PDFBankname = namederbank }
The text was updated successfully, but these errors were encountered:
I would need at least the stack trace of that error. "Oops an error occurred" can be everything
Sorry, something went wrong.
Switch to development mode and try to reproduce.
Please make sure you added the static include.
I used latest "main" branch with PHP 8.2 and TYPO3 12.4.16 with a form with double opt-in and confirmation page and it worked fine. 😄
No branches or pull requests
Hello,
I get this error after the confirmation of my powermail form: Oops, an error occurred! Code: 20240621123421e46bffc0
These are my settings:
plugin.tx_powermailpdf.settings.enablePowermailPdf = 1 plugin.tx_powermailpdf.settings.fillPdf = 1 plugin.tx_powermailpdf.settings.sourceFile = 1:powermailpdf/Mitgliedsantrag.pdf plugin.tx_powermailpdf.settings.email.attachFile = 1 plugin.tx_powermailpdf.settings.sender.attachment = 1 plugin.tx_powermailpdf.settings.receiver.attachment = 1 plugin.tx_powermailpdf.settings.showDownloadLink = 1 plugin.tx_powermailpdf.settings.filelink { jumpurl = 1 jumpurl.secure = 1 jumpurl.secure.mimeTypes = pdf=application/pdf icon = 1 icon_link = 1 } plugin.tx_powermailpdf.settings.fieldMap{ #pdfField = PowermailField PDFVorname = vorname PDFNachname = nachname PDFKind = namedeskindesderkinder PDFSchule = schule PDFBetrag = mitgliedsbeitrag PDFBetrag1 = mitgliedsbeitrag PDFStrasse = strassehausnummer PDFOrt = ort PDFPostleitzahl = postleitzahl PDFEmailadresse = email_adresse PDFIBAN = iban PDFBankname = namederbank }
The text was updated successfully, but these errors were encountered: