Bug #73542
closedPHP Warning: array_replace_recursive(): Argument #1 is not an array
0%
Description
Hi I have the same problem as in #63701.
But now in sysext/css_styled_content/Classes/Controller/CssStyledContentController.php
It occurs sometimes in Frontend. If I clear the cache its gone, but after some time its back.
Error happend in 7.6.2 and 7.6.3
Files
Updated by Thomas Sperling almost 9 years ago
Sorry, I was a little to fast.
It is not the same error. I get #1: PHP Warning: array_replace_recursive(): recursion detected
. So sadly its not that easy solved.
The actual Code is Line 475 (TYPO3 7.6.3)
// Specific configuration for the chosen rendering method if (is_array($conf['rendering.'][$renderMethod . '.'])) { $conf = array_replace_recursive($conf, $conf['rendering.'][$renderMethod . '.']); }
Updated by Paul Kamma over 8 years ago
- File TYPO3 Exception.htm TYPO3 Exception.htm added
Any Updates on this Critical Issue?! :/
I updated to 7.6.9 but the Error still appear! After a Cache Clear the Error appears.
PHP 7.0.4-7ubuntu2.1
Added my Errorlog.
Updated by Benni Mack about 7 years ago
- Status changed from New to Needs Feedback
Does this still occur with TYPO3 7.6.23?
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Needs Feedback to Closed
90 days without feedback -> closing it.
If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one. Thank you.
Updated by Jonathan IROULIN over 6 years ago
Riccardo De Contardi wrote:
90 days without feedback -> closing it.
If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one. Thank you.
Hello,
It still occur with TYPO3 7.6.26
30-03-18 16:01 - core: Core: Error handler (FE): PHP Warning: array_replace_recursive(): recursion detected in /var/www/usmig.local.typo3.org/TYPO3_sources/typo3_src-7.6.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 838
Updated by Riccardo De Contardi over 6 years ago
- Status changed from Closed to New
Updated by Susanne Moog about 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Benni Mack about 6 years ago
- Status changed from New to Needs Feedback
Could anyone provide some more information on how to reproduce this issue? Do you have some special TypoScript content rendering definitions?
Updated by Thomas Sperling almost 6 years ago
I have no TYPO3-System with this error anymore. So for me the ticket could be closed (somehow I cannot close this ticket).
I tried to get feedback from Jonathan, but no answer.
Updated by Riccardo De Contardi over 5 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards