kartolo / direct_mail

it's an newsletter sending extension for the TYPO3 CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class "Fetch\Server" not found

stephangrass opened this issue · comments

Hi,
after update from TYPO3 9 to 11 and using Direct_Mail 9.5.2, I will get the following error on an non-composer installation:

Core: Exception handler (CLI): Uncaught TYPO3 Exception: Class "Fetch\Server" not found | Error thrown in file /html/typo3/typo3_src-11.5.34/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3216

Is there a solution?

Thanks
Stephan

I had the same issue and took the Class File and structure from the older version. It worked for me.

Copiing the php folder from direct_mail 6 to the private folder in direct_mail 9?

Ok. Thanks. I will try it ...

Is it non composer installation? direct_mail needs tedivm/fetch. Until version 7 is tedivm/fetch bundled and was put in Resources/Private/Php/Fetch. See https://github.com/kartolo/direct_mail/tree/v7/Resources/Private/Php/Fetch