in2code-de / powermail_cond

Add conditions (via AJAX) to TYPO3 powermail forms for fields and pages
8 stars 23 forks source link

Failed to load resource in Safari 11.1 using file input field in form #15

Open itgi opened 6 years ago

itgi commented 6 years ago

With the latest Safari Version 11.1 Powermail Condition throws an error "Failed to load resource: The operation couldn’t be completed. Protocol error" when using a file input field. The conitions don't apply and all fields are visible. Removing the file field then the error disappears and the form works fine.

itgi commented 6 years ago

The error log shows: Core: Exception handler (WEB): Uncaught TYPO3 Exception: No powermail parameters are given - e.g. &tx_powermail_pi1[mail][form]=123 | Exception thrown in file /html/gi.de/public/typo3conf/ext/powermail_cond/Classes/Controller/ConditionController.php in line 47.

itgi commented 6 years ago

Is there a solution to this problem?

einpraegsam commented 6 years ago

Sounds similar to https://github.com/einpraegsam/powermail/issues/272