Project

General

Profile

Actions

Bug #65728

closed

Call to a member function wrapClickMenuOnIcon() on a non-object

Added by Kurt Gusbeth about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2015-03-14
Due date:
% Done:

100%

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

Description

I get this error message in my backend module:

Fatal error: Call to a member function wrapClickMenuOnIcon() on a non-object in /var/www/html/typo3_src-7.1.0/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php on line 721

when I use this fluid script:
<f:be.tableList tableName="tx_camaliga_domain_model_content" 
     fieldList="{0: 'title', 1: 'shortdesc'}" storagePid="{pid}" levels="0" sortField="title" 
     readOnly="true" enableClickMenu="true" clickTitleMode="info" alternateBackgroundColors="true" />

It works in Typo3 6.2, but not in Typo3 7.1.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #70494: AbstractFormElement opening IRRE via ajax fails if it contains thumbnails because $GLOBALS['SOBE'] is not setClosed2015-10-08

Actions
Actions

Also available in: Atom PDF