Bug #23455
PHP Catchable Fatal on table 'be_users' during EXPORT
Status: | Closed | Start date: | 2010-08-26 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Georg Ringer | % Done: | 0% |
|
Category: | Database API | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
This error appears always and is reproducible. This happens (to me) exclusively when you go
first I select the 'icon world' to edit the record of my site
web > list > 'site title' (very root level...)
then I clic the tablename 'be users' to work only with this table.
I set (only) the field 'email' to export it.
I attempted to extract some values from the table above and when I click the icon for the export, like in the issue #15292, the following error appear:
t3lib_error_Exception
PHP Catchable Fatal Error: Argument 2 passed to t3lib_iconWorks::getSpriteIconForRecord() must be an array, null given, called in /var/www/typo3_src-4.4.2/typo3/sysext/impexp/app/index.php on line 839 and defined in /var/www/typo3_src-4.4.2/t3lib/class.t3lib_iconworks.php line 735
I can't export.
The previous issue was closed by Ingo Renner; all seems to work with other tables but for this table the error comes on again, so i believe the issue related should be re-opend.
(issue imported from #M15563)
Related issues
History
#1 Updated by Georg Ringer almost 5 years ago
can reproduce and will provide patch. thanks for finding this issue
#2 Updated by Josef Glatz over 4 years ago
I can reproduce it in TYPO3 4.5!
#3 Updated by Georg Ringer almost 3 years ago
- Status changed from Accepted to Closed
- Target version deleted (
0)
not reproduceable anymore in current master