Project

General

Profile

Actions

Bug #75805

closed

Call to a member function writelog() on a non-object

Added by Franz Holzinger about 8 years ago. Updated almost 8 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-04-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The TYPO3 frontend causes an error message:

Fatal error: Call to a member function writelog() on a non-object in /server-path/typo3_src-6.2.17/typo3/sysext/core/Classes/DataHandling/DataHandler.php on line 7520

The object $this->BE_USER is not set.

public function log($table, $recuid, $action, $recpid, $error, $details, $details_nr = -1, $data = array(), $event_pid = -1, $NEWid = '') {
...

return $this->BE_USER->writelog($type, $action, $error, $details_nr, $details, $data, $table, $recuid, $recpid, $event_pid, $NEWid);

This happens occasionally. I will try to figure out the reason from where this is called.

Actions

Also available in: Atom PDF