Project

General

Profile

Actions

Bug #67366

closed

PHP Errors after clearing cache in BE

Added by Alexander Ließmann almost 9 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2015-06-09
Due date:
% Done:

0%

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

Description

Since we updated some of our customer sites to TYPO3 6.2, we saw some PHP errors in FE like this one:

Fatal error: Class 'tx_igldapssoauth_config' not found in /var/www/typo3conf/ext/ig_ldap_sso_auth/Configuration/TCA/Config.php on line 172

or this:

Fatal error: Class 'tx_realurl_apiwrapper'  not found in /var/www/typo3conf/ext/realurl/class.tx_realurl.php on line 177

There were some other errors with other class names. The problem seems to target a random class. It appears in TYPO3 BE and FE after clearing the cache. But not always, and this makes it strange for me.

I was able to provoke the behavior with something i found in the comments of a existing bug report:
  • Open page in FE
  • rm -rf typo3temp/Cache/Data/cache_classes/
  • Reload page in FE

If i have a look in typo3temp/Cache/Data/cache_classes/ now, there are only few files in it. The class, which is named by the error message, is listed as a 0 Byte file.

I found Bug #55099 and i thought this could be related.


Files

monitor_error_log.sh (514 Bytes) monitor_error_log.sh Tobias Schaefer, 2015-08-06 16:27

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #55099: PHP Warnings after clearing configuration cache in BEClosed2014-01-17

Actions
Related to TYPO3 Core - Bug #67246: Better handling of classes loaded via ext_autoloadClosedWouter Wolters2015-06-02

Actions
Actions

Also available in: Atom PDF