IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Error with TYPO3 8.7 #70

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

the following error occurred with the current TYPO3 Version 8.7:

Oops, an error occurred! Argument 2 passed to CPSIT\MaskExport\Aggregate\ContentRenderingAggregate::addDataProcessing() must be of the type array, null given, called in typo3conf/ext/mask_export/Classes/Aggregate/ContentRenderingAggregate.php on line 141

Can u find and fix that problem ?

Thanks !

P.S. Great Extension.

IchHabRecht commented 7 years ago

Hi Heiko,

For any kind of analysis I need some more information. Which version of mask and mask_export are you using? Which version of TYPO3 are you using (as 8.7 isn't released yet).

Would you mind to attach your mask.json and let me know which extension name you chose?

Thank you very much for your help.

ghost commented 7 years ago

Hi,

ops, I mean TYPO3 Version 8.6.1.

Version-Overview:

Hope you can help, because you have always right :)

Greetings.

IchHabRecht commented 7 years ago

Hi Heiko,

Would you mind to test the current version 0.7.0 of mask_export and/or provide the additional information I asked for?

ghost commented 7 years ago

Hi,

I have updated to version 0.7.0 but same error, another line:

Argument 2 passed to CPSIT\MaskExport\Aggregate\ContentRenderingAggregate::addDataProcessing() must be of the type array, null given, called in /typo3conf/ext/mask_export/Classes/Aggregate/ContentRenderingAggregate.php on line 155

IchHabRecht commented 7 years ago

Could you tell me anything about your mask elements? It is quite hard to not be able to see your elements to find the error.

IchHabRecht commented 7 years ago

Hi Heiko,

do you have mask elements without any field in your configuration? Is this on purpose?

dthuesing commented 7 years ago

I am getting almost the same error with Typo3 7.6.15.

Any solutions yet?

bildschirmfoto 2017-04-06 um 15 37 06
IchHabRecht commented 7 years ago

Hi dthuesing,

Maybe you can answer my question and/or send me your mask.json file? Otherwise I'm really unable to help with this problem.

dthuesing commented 7 years ago

mask.json.pdf

Thanks for your help :)

ghost commented 7 years ago

Hello,

I have mask elements without field configuration.

Do u think that there is the problem ?

IchHabRecht commented 7 years ago

Hi dthuesing,

Thanks for providing your mask.json. I'm now able to confirm the problem.

IchHabRecht commented 7 years ago

Hi devtroll, hi dthuesing,

Would you mind to test https://github.com/CPS-IT/TYPO3-mask_export/pull/74 - thanks in advanced.