@ dmitry

thanks for your hint.

i'm puzzled:
it happens in a multidomain installation.
and it happens only in two of the four domains, the other two are unaffected.

in all domains the same EXT are used, i.e. they don't differ in the integration of the EXT.
so most certainly it can't be e problem related to an EXT?

looking in the class.t3lib_tcemain.php on line 7083 (and above and below) it shows that these lines are about "logging".

after adding in locaconf.php the following lines:

$TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] = '0';
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '0';
$TYPO3_CONF_VARS['SYS']['systemLog'] = '0';
$TYPO3_CONF_VARS['SYS']['systemLogLevel'] = '0';
$TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = '0';
$TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = '0';
$TYPO3_CONF_VARS['SYS']['syslogErrorReporting'] = '0';
$TYPO3_CONF_VARS['SYS']['belogErrorReporting'] = '0';

nothing changes in the FE-behavior - i only get now blank pages without the error message, and after reloading the page shows normally.

i have a nightly reindexing, so every morning the problem arises again.

so maybe it's another problem?

thanks for further hints and help

stephan


On 15.10.2012 08:09, Dmitry Dulepov wrote:
Hi!

Stephan Bernhard wrote:
lately i receive an error message which i don't understand and do not
know what to do against (TYPO3 version 4.4.14):

Fatal error: Call to a member function writelog() on a non-object in
/.../typo3-source/typo3_src-4.5.14/t3lib/class.t3lib_tcemain.php on line
7083

after reloading the page it will display properly.

any hints and any help?

Usually it means that an extension on this page tries to use TCEmain
functions to clear cache. You should try updating extensions to newer
versions.


_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to