You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got errors after update from typo3 6.2 to typo3 7.6 with compatibility6 mode enabled.
In the backend, when i need to edit page or article, the content is not charged in the textareas and i've got this warning
PHP Warning
Core: Error handler (BE): PHP Warning: explode() expects parameter 2 to be string, array given in /home/typo3/typo3_src-7.6.16/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1556
To try to debug it, i put a test in the trimExplode function of typo3 like this:
But the stacktrace that i get is not enough clear for me to understand what's wrong. The array is empty and so, i think the problem is not the array, but is in compatibility6. Does anybody know what's the problem with compatibility6? Here's the stacktrace
I've got errors after update from typo3 6.2 to typo3 7.6 with compatibility6 mode enabled.
In the backend, when i need to edit page or article, the content is not charged in the textareas and i've got this warning
To try to debug it, i put a test in the trimExplode function of typo3 like this:
But the stacktrace that i get is not enough clear for me to understand what's wrong. The array is empty and so, i think the problem is not the array, but is in compatibility6. Does anybody know what's the problem with compatibility6? Here's the stacktrace
Thank you for any response or help.
The text was updated successfully, but these errors were encountered: