[TYPO3-mvc] blog_example floods the error_log

Jochen Rau jochen.rau at typoplanet.de
Thu Dec 3 06:10:42 CET 2009


Hi Steffen,

schrieb Steffen Kamper:
> i applied a patch for this issue in forge, this was the easy part.
>
> But one is remaining i have to examine too, in error_log i found these,
> just 2 clicks in the blog_example BE module:
>
> [Wed Dec 02 23:18:06 2009] [error] [client 127.0.0.1]
> http://trunk.local.com/ - Core: Unable to autoload class
> "Tx_BlogExample_Domain_Repository_AdministratorRepository", referer:
> http://trunk.local.com/typo3/mod.php?M=web_BlogExampleTxBlogexampleM1

[...]

> i stopped here, there are more. maybe it has something to do that core
> autoloader is in front of extbase autoloader, but shouldn't they act in
> a row? Nethertheless you find many entries where it tries to autoload
> "string" which looks like a real bug.

The messages concerning the Extbase and BlogExample _classes_ are 
related to a bug (or missing feature) in line 115ff of t3lib_div. TYPO3 
pushes a message, no matter if any other autoloader (like in Extbase) is 
taking care of loading the class.

Regards
Jochen

-- 
Every nit picked is a bug fixed



More information about the TYPO3-project-typo3v4mvc mailing list