Project

General

Profile

Actions

Bug #17167

closed

class.t3lib_treeview.php - No such file or directory in class.t3lib_browsetree.php on line 52

Added by Christopher Schnell over 17 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-03-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Really randomly, I get the following warning and fatal error message:

Warning: require_once(/www/typo3.mda.ch/doc/t3lib/class.t3lib_treeview.php) [function.require-once]: failed to open stream: No such file or directory in /data/opt/apps/typo3_src-4.1/t3lib/class.t3lib_browsetree.php on line 52

Fatal error: require_once() [function.require]: Failed opening required '/www/typo3.xxx.ch/doc/t3lib/class.t3lib_treeview.php' (include_path='.:/usr/share/php:/usr/share/pear') in /data/opt/apps/typo3_src-4.1/t3lib/class.t3lib_browsetree.php on line 52

The file /data/opt/apps/typo3_src-4.1/t3lib/class.t3lib_browsetree.php is there of course. It happens about 1 out of three or four reloads of the page tree. Sometimes this also happens also with frames that also need the browsetree class. This problem happens with all sorts of browsers on all sorts of operating systems.

On the very same server, I am also running a Typo3 4.0 and a 3.8 installation which all do not behave that way and are working perfectly well. These Installations are managed in the same way (souce in /data/opt/apps/typo3SomeVersion/).

Most of the time, I can get the pagetree back with randomly clicking on the Media->File or Media->List Module and than clicking on the page module again. Sometimes, I have to clear the cache in typo3conf/ and do the same again.

Webserver: Apache2
OS of Server: Debian GNU Linux Sarge
PHP Version 5.2.0-0.dotdeb.3

Sometimes the DAM Module shoes a similar error but not as often:

Warning: require_once(/www/typo3.mda.ch/doc/t3lib/class.t3lib_foldertree.php) [function.require-once]: failed to open stream: No such file or directory in /data/www/typo3.mda.ch/doc/typo3conf/ext/dam/components/class.tx_dam_selectionFolder.php on line 67

Fatal error: require_once() [function.require]: Failed opening required '/www/typo3.mda.ch/doc/t3lib/class.t3lib_foldertree.php' (include_path='.:/usr/share/php:/usr/share/pear') in /data/www/typo3.mda.ch/doc/typo3conf/ext/dam/components/class.tx_dam_selectionFolder.php on line 67
(issue imported from #M5319)

Actions #1

Updated by Oliver Hader over 17 years ago

What is the directory /www/typo3.mda.ch/doc/ for? What is in "doc"?
The error tells, that /www/typo3.mda.ch/doc/t3lib/class.t3lib_foldertree.php doesn't exist.

Actions #2

Updated by Christopher Schnell over 17 years ago

I thought, I had deleted the path for the website but I can't edit my original issue.

Anyway, the website is in /www/typo3.mda.ch/doc/ and the source is in "/data/opt/apps/" which is linked correctly. Of course the file is located where it is expected, otherwise I would never see the pagetree. But I do most of the time, as I stated above one out of 4 times, I get this error message.

Actions #3

Updated by Christian Kuhn over 15 years ago

Is this still reproducible in current versions (eg. 4.2.6 / trunk)? Does anyone else see this issue?

As you tell it is only reproducible randomly, and as no other similar issues exist, I guess this might happen due to your setup, maybe a problematic php optimizer or something like that?

Actions #4

Updated by Christian Kuhn over 15 years ago

Resolved, unable to reproduce after 3 month without feedback.

Please reopen this issue if it still exists and try to provide a way on how to reproduce.

Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF