Actions
Bug #52082
closedPHP-Error in PageRenderer.php - Invalid arguments passed...
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2013-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Core: Error handler (BE): PHP Warning: implode(): Invalid arguments passed in
typo3_src-6.1.5/typo3/sysext/core/Classes/Page/PageRenderer.php line 1877
Updated by Ernesto Baschny about 11 years ago
- Target version deleted (
next-patchlevel)
Updated by Wouter Wolters about 11 years ago
- Status changed from New to Needs Feedback
Through the official API this cannot happen as far as I can see now. $this->metaTags is defined as array and the API is working with array only. Can you try to debug this one a bit more and try to find the location where $this-metaTags is not an array?
Updated by Christian N about 11 years ago
Solved - specific problem with this TYPO3-installation
Updated by Wouter Wolters about 11 years ago
- Status changed from Needs Feedback to Closed
Thanks for reporting back. Closed.
Actions