Project

General

Profile

Actions

Bug #75402

closed

Illegal string offset 'enable'

Added by Chili no-lastname-given about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-04-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi everybody,

my log is full of this error:

Core: Error handler (FE): PHP Warning: Illegal string offset 'enable' in /.../typo3_src/typo3_src-6.2.19/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 1463

I really don't know what causes it and it seems to have no other (negative) effect than expanding my log.

Actions #1

Updated by Chili no-lastname-given about 8 years ago

You can close this issue.
I had problems with the extension imagecycle, which caused the error above.

Actions #2

Updated by Mathias Brodala about 8 years ago

  • Status changed from New to Closed
Actions #3

Updated by Anna Emde about 8 years ago

@Chili no-lastname-given: I have the same error and I am also using imagecycle. Could you please tell what kind of problem it is and how you solved it? Thanks!

Actions #4

Updated by Chili no-lastname-given about 8 years ago

It's a little specific:
Whenever I use Imagecycle without setting a link for each image, I got an error when I move the cursor on the image. So I use this piece of Typoscript to enable the link around the images (https://forum.typo3.org/index.php/t/211164/):

plugin.tx_imagecycle_pi1{
cycle {
normal {
image {
file.import.data = register:file
file.width.data = register:imagewidth
file.height.data = register:imageheight
imageLinkWrap >
#imageLinkWrap < tt_content.image.20.1.imageLinkWrap
imageLinkWrap = 1
imageLinkWrap {
enable.data = register:href
}
}
}
}

Everything was fine but then the error in my log appeared.
I forgot to delete the links around the images in imagecycle, which I had added to prevent the first error when I had no links.
So please check if you use the Typoscript above AND if you still have links around your images.

Actions #5

Updated by Anna Emde about 8 years ago

Thanks for your answer.
No, I don't use this TS and I don't have any links either.
And I'm getting the error without moving the cursor on the image...

Actions

Also available in: Atom PDF