Bug #65865
closedExtbase: Call to a member function hasIdentifier() on null
0%
Description
typo3_src-6.2.9/typo3/sysext/extbase/Classes/Persistence/Repository.php ? in handleFatalError
public function findByIdentifier($identifier) { ... if ($this->session->hasIdentifier($identifier, $this->objectType)) { $object = $this->session->getObjectByIdentifier($identifier, $this->objectType); } else {
It is not checked if $this->session exists...
Updated by Riccardo De Contardi over 8 years ago
- Status changed from New to Needs Feedback
Hi and sorry for the very late answer;
as far as I can see the lines cited in the description are still present on 6.2.25 but absent on latest master.
We need more information about how you run into the problem and how to reproduce it; a stack trace of the error for example would be helpful
Thank you
Updated by Christoph Lehmann over 8 years ago
I can't remember under which cirumstances the error occured ;-(
Let's close the issue...
Updated by Riccardo De Contardi about 8 years ago
- Status changed from Needs Feedback to Closed
sorry for my late answer. Thank you for your feedback, closing it.
If someone has more information about how to reproduce or experience the issue again, please reopen it or add a new issue with a reference to this one.
Thank you.