ellou' again you wrote:
> Figured this one out: I had a temp_CACHED_psd9ce_ext_localconf.php. After > deleting that file the changes to temp_fieldInfo.php were taken into > account. That's correct, after manual removing EXT in localconf.php file you HAVE TO remove TWO cache file from typo3conf directory to take an effect: temp_CACHED_*.php (where asterisk is a some chain) You can do it also by clearing configuration cache, if TYPO3 BE is working. You can do it as often as you want, cause these files will be rebuild automatically at next page hit. It's required after installation of other extensions although often extension's installer do it itself. -- greets, Marcus 'biesior' Biesioroff _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
