-
Notifications
You must be signed in to change notification settings - Fork 23
Updating LocalConfiguration doesn't work in v9.5 #74
Comments
Thanks for the feedback, I'll check it out. |
@AstCommodore |
I've got some TYPO3 9.5.9 installations / PHP 7.2 in 'classic' mode and loaded caretaker_instance 2.0.0 from TER. Clicking on the Update button in Extension manager opens the success message and shows the public key, but both keys are not added to the LocalConfiguration. Looking at Admin tools > Extension Configuration the entries for caretaker are empty and there is no entry in the LC file. |
Sorry, I can't reproduce this with composer and classic mode (both TYPO3 9.5.9 + PHP 7.2). Maybe a server side problem? Write permissons for |
I made a screen recording: https://youtu.be/14NXJbhaAcA |
I could follow you, the video makes it clear! Nice. :) Your class.ext_update.php uses I replaced the call in method writeExtensionConfiguration (see patch) by
and this is the key in my installations: Both, the old LocalConfiguration key ['EXT']['extConf'] and the new one ['EXTENSIONS']['caretaker_instance'] are set. |
The one in the video is a classic installation (not with composer). I know the output from the install tool, but deprecation doesn't mean it doesn't work. Only from v10 it is removed. So when I adjusted the extension for v9, I decided to make these adjustments with 3.0.0 (TYPO3 9-10). |
@AstCommodore 3.0.0 is LIVE, fixed? |
Hello @TehTux yes and no ... I installed the new version 3.0.0 both in composer (DDEV) and classic (Mittwald): With composer everything is working fine, the keys are generated and stored. On classic I've got an error while activating the extension by the extension manager:
I've cleared every cache and dump autoload, reinstalled the EXT, but the error is the same. Maybe I could test it on some more installations. Greetings! |
Thank you for this feedback! I think there is the old path in the autoloader file. I have to remove it. |
I have the same problem. |
Perfect - It seems to work:) |
Hello there! Thank you for the compatibility update for TYPO3 9.5, but sadly there is a bug in version 2.0.0:
You can't store the created keys by class.ext_update.php to LocalConfiguration. I wrote a hot fix patch, but maybe there is a better way to do it.
class.ext_update.patch.zip
The text was updated successfully, but these errors were encountered: