Bug #58756
closed
Added by Walter Kruml over 10 years ago.
Updated about 6 years ago.
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
- 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 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
- Category set to Indexed Search
- Status changed from Needs Feedback to Accepted
- Target version set to next-patchlevel
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.
- Status changed from Accepted to Under Review
- Complexity set to no-brainer
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF