Skip to content
New issue

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

12.x #51

Open
SSFGizmo opened this issue Apr 7, 2023 · 10 comments
Open

12.x #51

SSFGizmo opened this issue Apr 7, 2023 · 10 comments
Labels

Comments

@SSFGizmo
Copy link
Owner

SSFGizmo commented Apr 7, 2023

Fatal error: Type of DirectMailTeam\DirectMail\Plugin\DirectMail::$cObj must be ?TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer (as in class TYPO3\CMS\Frontend\Plugin\AbstractPlugin) in /Classes/Plugin/DirectMail.php on line 0

@SSFGizmo SSFGizmo added the v12.x label Apr 7, 2023
@SSFGizmo
Copy link
Owner Author

SSFGizmo commented Apr 7, 2023

Fatal error: Class DirectMailTeam\DirectMail\Widgets\DmWidget contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (TYPO3\CMS\Dashboard\Widgets\WidgetInterface::getOptions) in /Classes/Widgets/DmWidget.php on line 15

@SSFGizmo
Copy link
Owner Author

SSFGizmo commented Apr 7, 2023

The TCA property ['ctrl']['cruser_id'] of table 'sys_dmail_category'  is not evaluated anymore and has therefore been removed. 
Please adjust your TCA accordingly.
grep -nir "cruser_id" .
./Configuration/TCA/sys_dmail_category.php:9:        'cruser_id' => 'cruser_id',
./ext_tables.sql:154:    cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
./Classes/Importer.php:358:                $no_map = ['image', 'sys_language_uid', 'l10n_parent', 'l10n_diffsource', 't3_origuid', 'cruser_id', 'crdate', 'tstamp'];

@SSFGizmo
Copy link
Owner Author

SSFGizmo commented Apr 8, 2023

(1/1) #1641989097 LogicException

Invoked ContentObjectRenderer::parseFunc without any configuration

@SSFGizmo
Copy link
Owner Author

(1/1) #1439569743 UnexpectedValueException

Field sys_language_uid of table sys_dmail_group reference to foreign table sys_language, but this table is not defined in TCA

@SSFGizmo
Copy link
Owner Author

Deprecation Notice: Method TYPO3\CMS\Backend\Utility\BackendUtility::cshItem is returning an empty string in TYPO3 v12 and will be removed in TYPO3 v13.0

@SSFGizmo
Copy link
Owner Author

#Deprecated Console
Deprecated: Optional parameter $messageHeader declared before required parameter $messageType is implicitly treated as a required parameter in /vendor/directmailteam/direct-mail/Classes/DirectMailUtility.php on line 249

Deprecated: Optional parameter $messageHeader declared before required parameter $messageType is implicitly treated as a required parameter in /vendor/directmailteam/direct-mail/Classes/Importer.php on line 1044

Deprecated: Optional parameter $messageHeader declared before required parameter $messageType is implicitly treated as a required parameter in /vendor/directmailteam/direct-mail/Classes/Module/MainController.php on line 154

@fischhasegbr
Copy link

Hi SSFGizmo,
thank you for your work on direct mail for TYPO3 12. I would like to use Direct Mail, so I looked on your git quite often :-) Maybe I can push your work with a donation. Please contact me: kontakt et fischhase punkt de
have a nice day
Martin

@SSFGizmo
Copy link
Owner Author

SSFGizmo commented Dec 4, 2023

`
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Runtime Deprecation Notice: auto_detect_line_endings is deprecated in /direct-mail/Classes/Importer.php line 838
`

@dmitryd
Copy link

dmitryd commented Dec 6, 2023

See #63

@msollmann
Copy link

Fatal error: Declaration of DirectMailTeam\DirectMail\Command\AnalyzeBounceMailCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Symfony\Component\Console\Command\Command::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int in /var/www/html/packages/direct_mail/Classes/Command/AnalyzeBounceMailCommand.php on line 73

There is an ": int" missing in the declaration of the execute-function, also in DirectmailCommand and InvokeMailerEngineCommand.

TYPO3 12, PHP 8.2, Symfony 7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants