TYPO3-Initiatives / adminpanel-extended

TYPO3 Extension Adminpanel Extended
GNU General Public License v3.0
6 stars 2 forks source link

Serialization of 'Closure' is not allowed #19

Open infabo opened 5 years ago

infabo commented 5 years ago

PHP 7.3 + TYPO3 9.5.7

image

KamiYang commented 5 years ago

Using a TYPO3 9.5.7 introduction package installation in combination with a php 7.3.5 fpm, I cannot reproduce this error. Any chance to provide more information about the typo3 installation? Any other 3rd party extensions? Or how exactly this can be reproduced?

infabo commented 5 years ago

I can give you the var_export of the variable to serialize, looks not very helpful though:

TYPO3\CMS\Adminpanel\ModuleApi\ModuleDataStorageCollection::__set_state(array(
))
infabo commented 5 years ago

https://github.com/TYPO3-Initiatives/adminpanel-extended/blob/develop/Classes/Modules/HooksAndSignals/Hooks.php#L76

https://github.com/TYPO3-Initiatives/adminpanel-extended/blob/develop/Classes/Modules/HooksAndSignals/Signals.php#L96