Project

General

Profile

Actions

Bug #58756

closed

Info in BE Error

Added by Walter Kruml almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2014-05-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Markus Klein almost 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.

Actions #2

Updated by Walter Kruml almost 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

Actions #3

Updated by Markus Klein almost 10 years ago

  • Category set to Indexed Search
  • Status changed from Needs Feedback to Accepted
  • Target version set to next-patchlevel
Actions #4

Updated by Markus Klein almost 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.

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Markus Klein almost 10 years ago

  • Complexity set to no-brainer
Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Markus Klein almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF