- Issue created by @johnnybravosr@outlook.com
- 🇳🇱Netherlands johnnybravosr@outlook.com
A fifth way to update Droopler I have tried, following the Droopler 3.0 update guide:
5. Update composer.json: droptica/droopler ^5.1.0. Next, execute the drush updb command.
=> [success] No pending updates.Can anybody please tell me how to update Droopler 5?
- 🇵🇱Poland patbsh
@johnnybrav0sr we pushed 5.1.0 tag to the packagist.
Mind that if you're trying to use it without ddev then you're going to need ext-imagick php extension enabled (this is because codeception tests were added prior to the release). Though, Droopler 5 is not really tested to work without ddev so I cannot guarantee that it will work.
- 🇵🇱Poland pingwin_cracow
@patbsh - can you elaborate on which extension you are talking about?
Where can I find ext-imagick php extension.Because I have problems with ddev, I use direct installation and a similar problem with updating.
Thanks in advance for your help. - 🇳🇱Netherlands johnnybravosr@outlook.com
@pingwin_cracow If you're using Linux, you can get ext-imagick php extension via apt. Make sure you download the package for the php version you use. Below are the steps to take if you use php8.4-fpm and Apache server.
$ sudo apt install php8.4-imagick
$ sudo phpenmod imagick
$ sudo systemctl restart php8.4-fpm
$ sudo systemctl restart apache2I'm sure this php module is important for a well functioning Droopler site, but it won't fix the update problems I mentioned before. Perhaps updating Droopler is easier in a DDEV environment?