[TYPO3-dev] error in typo3conf/temp_CACHED_pse9ec_ext_localconf.php on line 1387

Steffen Kamper steffen at sk-typo3.de
Wed Feb 6 18:12:02 CET 2008


"Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag 
news:mailman.1.1202317756.11085.typo3-dev at lists.netfielders.de...
> Hi,
>
> i remember we discussed sometime ago about leaving out php end tag, some 
> preferred to do so.
>
> Now with the temp-files this causes an error, because there are php-files 
> merged together, look to this:
>
> ...
> ?><?php
> if (!defined ('TYPO3_MODE'))  die ('Access denied.');
> if (TYPO3_MODE=='BE') {
>
>  // register top module
> array_unshift($GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems'],t3lib_extMgm::extPath('opendocs').'class.tx_opendocs.php'); 
> // register AJAX call 
> $GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX']['tx_opendocs::backendmenu'] 
> =t3lib_extMgm::extPath('opendocs').'class.tx_opendocs.php:tx_opendocs->renderBackendMenuContents';}<?php...So 
> with creating thjis tempfiles the php-tags should be extracted.I also 
> stumbled, that i have the setting$TYPO3_CONF_VARS['EXT']['extCache'] = 
> '0';and i only get tempfiles generated when i use update wizard in 
> installtool(old)vg  Steffen
>

sry, lost text formating, i post end again:

So with creating thjis tempfiles the php-tags should be extracted.

I also stumbled, that i have the setting
$TYPO3_CONF_VARS['EXT']['extCache'] = '0';

and i only get tmpfiles generated when i use update wizard in 
installtool(old)

vg  Steffen






More information about the TYPO3-dev mailing list