[TYPO3-dev] APC causes RuntimeException in version 6.1 ConfigurationManager

Nicolas de Haen typo3 at ndh-websolutions.de
Fri Jan 17 15:12:24 CET 2014


Hi,

I experience problems on a TYPO3 6.1.7 instance running on a Debian 
system with APC enabled.

I get sporadic RuntimeExceptions:

'Neither (recommended) nor (obsolete) could be found!'

Obviously it's coming from 
typo3/sysext/core/Classes/core/Configuration/ConfigurationManager.php 
line 323

throw new \RuntimeException('Neither ' . $this->localConfigurationFile . 
' (recommended) nor ' . $this->localconfFile . ' (obsolete) could be 
found!')

I did a var_dump($this) immediately before the line where the Exception 
is thrown and it shows the correct path in the class property 
$localConfigurationFile.

Any ideas? Anyone had the same problem before?

regards,
Nico

The apc configuration looks like this:

Directive		Local	Master

apc.cache_by_default	On	On
apc.canonicalize	On	On
apc.coredump_unmap	Off	Off
apc.enable_cli		Off	Off
apc.enabled		On	On
apc.file_md5		Off	Off
apc.file_update_protection	2	2
apc.filters		no value	no value
apc.gc_ttl		3600	3600
apc.include_once_override	Off	Off
apc.lazy_classes	Off	Off
apc.lazy_functions	Off	Off
apc.max_file_size	1M	1M
apc.mmap_file_mask	no value	no value
apc.num_files_hint	1000	1000
apc.preload_path	no value	no value
apc.report_autofilter	Off	Off
apc.rfc1867		Off	Off
apc.rfc1867_freq	0	0
apc.rfc1867_name	APC_UPLOAD_PROGRESS	APC_UPLOAD_PROGRESS
apc.rfc1867_prefix	upload_	upload_
apc.rfc1867_ttl		3600	3600
apc.shm_segments	1	1
apc.shm_size		512	512
apc.stat		On	On
apc.stat_ctime		Off	Off
apc.ttl	0		0
apc.use_request_time	On	On
apc.user_entries_hint	4096	4096
apc.user_ttl		0	0
apc.write_lock		On	On




-- 
Nico de Haen
ndh websolutions

Webprogrammierung, OpenSource, Typo3



http://www.ndh-websolutions.de



More information about the TYPO3-dev mailing list