Bug #25408
closedBE list module fails on some systems with php 5.3
100%
Description
When trying to load Web > List, the server answers with Fatal error: Cannot redeclare class recordList.
(issue imported from #M18053)
Updated by Xavier Perseguers over 13 years ago
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I4cc7e542568b5a528c97bc5b93afd909ca766f39 has been pushed to the review server.
It is available at http://review.typo3.org/1296
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I090bb9c7fa6529216cd677c61f3eee427abda943 has been pushed to the review server.
It is available at http://review.typo3.org/1443
Updated by Xavier Perseguers over 13 years ago
- Category set to Backend API
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Committed to master (4.6) and TYPO3_4-5
Updated by Helmut Hummel over 13 years ago
- Status changed from Resolved to Needs Feedback
- Priority changed from Should have to Must have
- % Done changed from 100 to 0
This change breaks the list module on my system. I get:
PHP Fatal error: Class 'recordList' not found in /Volumes/Data/Users/helmut/Developer/TYPO3/master/typo3/class.db_list_extra.inc on line 89
Can you clarify why this change was committed? I do not see where the "recordList" class file get's included now in the list module, so the error message above seems logical to me.
Updated by Francois Suter over 13 years ago
I confirm Helmut's observation. This patch went in too fast. The Web > List module is broken now on both 4.5 and trunk.
Can you please explain what this patch solves? If it needs to be removed from the more general "typo3/sysext/recordlist/mod1/index.php" where it was, then the require statement must be added to "typo3/class.db_list_extra.inc".
Updated by Xavier Perseguers over 13 years ago
Actually, it seems that it was related to some non-Core extensions that loaded it too but I did not notice. Will revert that now as in fact there is now a bug in the list module.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I60722426dd36842ce4460a712b310ee8aef9b2e9 has been pushed to the review server.
It is available at http://review.typo3.org/1449
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I0d585e078112552507eb0349bf589131277c5d81 has been pushed to the review server.
It is available at http://review.typo3.org/1450
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I60722426dd36842ce4460a712b310ee8aef9b2e9 has been pushed to the review server.
It is available at http://review.typo3.org/1449
Updated by Xavier Perseguers over 13 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset 8b2d9ddcf08bc3f7b5277cb944c083e67bb371a5.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed