Bug #71124
closedcommand controller actions configuration with caching problems
0%
Description
I just report this here, before moving on. Working with 7.5 I had a CommandController residing within an extension Controller folder. I wanted to move it into a Command folder. I updated the namespace of the Command from something /Controller to /Command. And updated the localconf command registration. I could not get it running.
On the CLI extbase help would wont show up the actions. In the planer module the mask to create new tasks would pop up, but after saving the drop-down for action selection would not show the commands actions.
I deleted caches with the install tool and in the backend. Didn't work. It finally worked out after erasing the typo3temp directory. Probably the reason for behavior might be caused by me messing up things at the beginnen - e.g. I moved the file but didn't delete on the server, I did not edit the localconf. Whatever.
It should be possible to delete the cache more reliably here.
Updated by Wouter Wolters about 9 years ago
- Status changed from New to Closed
Hi, this has nothing todo with TYPO3 caching. You renamed a class in your extension and the autoload information is not updated yet.
To update the autoload information you can use:
./typo3/cli_dispatch.phpsh extbase extension:dumpclassloadinginformation