Project

General

Profile

Actions

Bug #57100

closed

Sys_log gets spammed with

Added by Kay Strobach over 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Core: Error handler (FE): PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /typo3_src-6.1.7/typo3/sysext/core/Classes/Utility/RootlineUtility.php line 276

PHP: 5.3.19
TYPO3 6.1.7

    line causing trouble
    $pageRecord[$column] = implode(',', $relatedUids);

solution wrap in is_array and return sth. else if $relatedUids is not an array ...

Regards
Kay

Actions

Also available in: Atom PDF