Feature #87670
closedReally clear all caches
0%
Description
The clear all caches button can be activated in the install tool and also in the install tool all caches can be cleared. But if I add a new repository in an extension, I have to uninstall and install the extension again to get the repository because of the caching. So why not really clear all caches?
Files
Updated by Georg Ringer almost 6 years ago
- Status changed from New to Needs Feedback
Better provide autoload information in ext_emconf, see https://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/DeclarationFile/Index.html or use composer.
Reason is that this cache is nothing what needs to be cleared if doing stuff in the backend.
Is that enough for you, then I would close the issue
Updated by Bernhard Eckl almost 6 years ago
Better provide autoload information in ext_emconf, see https://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/DeclarationFile/Index.html or use composer.
How to do that if I add one new file under Classes/Domain/Repository?
How about a button in the install tool „Clear all caches“ and rename the exiting one to „Clear most caches“ (clear all caches should clear all caches, not just most caches, I could have saved hours if I knew that before)?
Updated by Georg Ringer almost 6 years ago
provide psr4-information in ext_emconf as described. however for specific support, please ask in slack or stackoverflow.
cache buttons labels won't be renamed .
Updated by Markus Pircher almost 6 years ago
lately i had a similar problem, (8.7, classic symlink installation), after add new repository, dependency injection not worked for this class. Delete caches not work, also reinstall had no effect. But it works after restarting the PHP FPM service. I using APCu.
Updated by Kevin Ditscheid almost 6 years ago
- File Auswahl_009.png Auswahl_009.png added
There already is a button in the Maintenance Module in TYPO3 9 that is called "Rebuild PHP Autoload Information" and it is already telling how autoloading is handled (via composer or by TYPO3)
Updated by Georg Ringer almost 6 years ago
- Status changed from Needs Feedback to Rejected