Bug #58756
closedInfo in BE Error
100%
Description
If I click on INFO in the Backend an error is written to the log file and nothing is visible in BE.
Error from Log:
mod_fcgid: stderr: PHP Fatal error: Call to a member function exec_SELECTquery() on a non-object in /home/avstumpfl/typo3_src-6.2.1/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php on line 254, referer: http://192.168.0.1/typo3/backend.php
Updated by Markus Klein over 10 years ago
- Status changed from New to Needs Feedback
Hi Walter!
Please update to 6.2.2 and test again.
If it's not working please tell us your installed extensions.
Thx.
Updated by Walter Kruml over 10 years ago
Updated to 6.2.2
INFO works for all except "indexsearch - statistic"
Installed Extensions:
crawler
cron_subheadereverywhere
extbase
filemetadata
fluid
imagecycle
indexed_search
indexedsearch_ttnews_crawler
jftcaforms
macina_searchbox
ml_geoip
opendocs
powermail
realurl
recycler
rlmp_language_detection
rsaauth
rtehtmlarea
saltedpasswords
scheduler
spamshield
static_info_tables
templavoila
tt_address
tt_news
version
workspaces
ww_imagecycle
Updated by Markus Klein over 10 years ago
- Category set to Indexed Search
- Status changed from Needs Feedback to Accepted
- Target version set to next-patchlevel
Updated by Markus Klein over 10 years ago
Bug is in IndexingStatisticsController
public function extGetTreeList($id, $depth, $begin = 0, $perms_clause) {
// TODO: Fix this as this calls a non-static method
return \TYPO3\CMS\Backend\FrontendBackendUserAuthentication::extGetTreeList($id, $depth, $begin, $perms_clause);
}
This code is such a mess. Nice to have a TODO here and damn PHP that such a call is working at all.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30069
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30069
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5e6359df29c63bf28123e5d143cd572f22a843b4.