Skip to content

Bug: New version Imagick not supported (deprecated) #9512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
neznaika0 opened this issue Apr 12, 2025 · 2 comments · Fixed by #9526
Closed

Bug: New version Imagick not supported (deprecated) #9512

neznaika0 opened this issue Apr 12, 2025 · 2 comments · Fixed by #9526
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@neznaika0
Copy link
Contributor

neznaika0 commented Apr 12, 2025

PHP Version

8.4

CodeIgniter4 Version

4.6

CodeIgniter4 Installation Method

Git

Which operating systems have you tested for this bug?

Linux

Which server did you use?

cli-server (PHP built-in webserver)

Database

No response

What happened?

Module is installed php-imagick 3.7.0-11
Imagick: imagemagick 7.1.1.47-1
OS: Arch, 6.13.8-arch1-1
When running the tests, an error appears:

WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"

Steps to Reproduce

Use the new version of Imagick and run the tests.

Expected Output

It seems it's time to upgrade to new versions so as not to get errors.

Anything else?

No response

@neznaika0 neznaika0 added the bug Verified issues on the current code behavior or pull requests that will fix them label Apr 12, 2025
@paulbalandan
Copy link
Member

The error is coming from the imagemagick library. I saw this too in macos.

@michalsn
Copy link
Member

Resolved via #9526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants