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

php errors in "Fix sorting of translated content elements" #118

Open
DavidBruchmann opened this issue Feb 2, 2021 · 2 comments
Open

php errors in "Fix sorting of translated content elements" #118

DavidBruchmann opened this issue Feb 2, 2021 · 2 comments

Comments

@DavidBruchmann
Copy link

I'm getting PHP errors:

PHP Warning: explode() expects parameter 2 to be string, array given in /var/www/html/public/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1537
PHP Warning: Invalid argument supplied for foreach() in /var/www/html/public/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1540

Reason could be related to the fact that I never converted FCEs but only page-templates.

@derhansen
Copy link
Owner

It seems the trimExplode in

$fieldContentUidValues = t3lib_div::trimExplode(',', $contentElementList, TRUE);
gets an array as 2nd argument for unknown reason.

Since I currently have no plans or time to work further on this extension, I can only suggest that you debug/fix the code for your migration manually.

@DavidBruchmann
Copy link
Author

thanks for the instant answer.
Don't mind about me, I just wanted to inform.
For the case that I discover what's happening I'll keep you updated.

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

No branches or pull requests

2 participants