fnagel / pluploadfe_powermail

PluploadFe integration into Powermail
https://extensions.typo3.org/extension/pluploadfe_powermail/
GNU General Public License v2.0
1 stars 0 forks source link

Undefined array key "config" #2

Open andrekoller opened 1 year ago

andrekoller commented 1 year ago

fresh install typo3 11.5.24 powermail 10.7.1 pluploadfe 6.1.0 pluploadfe_powermail 1.0.1

added static typoscript powermail, pluploadfe, pluploadfe_powermail

no other configuration

Error after submit: PHP Warning: Undefined array key "config" in /var/www/html/public/typo3conf/ext/powermail/Classes/Domain/Validator/ForeignValidator.php line 44

fnagel commented 1 year ago

Does this error occur when EXT:pluploadfe_powermail is not installed?

andrekoller commented 1 year ago

The error occurs when EXT:pluploadfe_powermail is installed

andrekoller commented 1 year ago

it works when config exists: plugin.tx_powermail.settings.setup.validators.36.config = But no file ist sent via email

fnagel commented 1 year ago

I'm still not able to reproduce :-(

From what you say, it sounds like the TypoScript is not loaded probably. Or at least this part: https://github.com/fnagel/pluploadfe_powermail/blob/d9a219399466038096970bcf90f3ad8236af6eb7/Configuration/TypoScript/setup.typoscript#L36-L43

Can you try to check this? And how do you include your TS?

fnagel commented 1 year ago

This looks related but needs PHP 8.1 should be fixed in Powermail v10.7.1 https://github.com/einpraegsam/powermail/issues/822

fnagel commented 10 months ago

Any feedback on this issue?