Status of 422 () error when uploading image files

I get an error when trying to upload images. Can anybody help? thank you…

concrete5 Version

Core Version - 8.5.9
Version Installed - 8.5.9
Database Version - 20220319043123

Database Information

Version: 11.4.10-MariaDB
SQL Mode:

concrete5 Packages

Background Image and Overlay (0.9.9), Extreme Clean (7.1.4), Fundamental (4.0.8), HTML+PHP Code Block (1.0.2), Portfolio Grid (1.1.2), Rescan All Files (0.1.5), Simple Gallery (1.0.9), Whale OWL Carousel (2.5.8)

concrete5 Overrides

blocks/autonav/templates/services/view.css, blocks/autonav/templates/services/view.php, blocks/autonav/templates/services, blocks/autonav/templates, blocks/autonav, blocks/express_form/templates/beautebook/view.css, blocks/express_form/templates/beautebook/view.js, blocks/express_form/templates/beautebook/view.php, blocks/express_form/templates/beautebook, blocks/express_form/templates, blocks/express_form, blocks/fundamental_pricing_table/templates/beautebook/view.php, blocks/fundamental_pricing_table/templates/beautebook, blocks/fundamental_pricing_table/templates, blocks/fundamental_pricing_table, blocks/portfolio_grid/templates/portfolio-3-col/view.css, blocks/portfolio_grid/templates/portfolio-3-col/view.js, blocks/portfolio_grid/templates/portfolio-3-col/view.php, blocks/portfolio_grid/templates/portfolio-3-col, blocks/portfolio_grid/templates/portfolio-6-col/view.css, blocks/portfolio_grid/templates/portfolio-6-col/view.js, blocks/portfolio_grid/templates/portfolio-6-col/view.php, blocks/portfolio_grid/templates/portfolio-6-col, blocks/portfolio_grid/templates/portfolio/view.css, blocks/portfolio_grid/templates/portfolio/view.js, blocks/portfolio_grid/templates/portfolio/view.php, blocks/portfolio_grid/templates/portfolio, blocks/portfolio_grid/templates, blocks/portfolio_grid, mail/block_express_form_submission.php

concrete5 Cache Settings

Block Cache - Off
Overrides Cache - On
Full Page Caching - On - If blocks on the particular page allow it.
Full Page Cache Lifetime - Every 6 hours (default setting).

Server Software

LiteSpeed

Server API

litespeed

PHP Version

7.4.33

PHP Extensions

apcu, bcmath, bz2, calendar, Core, ctype, curl, date, dom, exif, filter, ftp, gd, gettext, gmp, hash, i360, iconv, imagick, imap, json, libxml, litespeed, mbstring, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, readline, Reflection, session, shmop, SimpleXML, sockets, SPL, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib

PHP Settings

max_execution_time - 180
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 120
max_input_vars - 4000
max_multipart_body_parts - -1
memory_limit - 256M
post_max_size - 64M
upload_max_filesize - 64M
mbstring.regex_retry_limit - 1000000
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - no value
session.gc_maxlifetime - 7200
unserialize_max_depth - 4096
opcache.max_accelerated_files - 10000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

  1. Please check the logs from the dashboard. You may find an actual reason
  2. Please try to change the Image Manipulation Library from the Image Options dashboard page.

Thank ou Takuro. Changing library didn’t work. This is the error:
Exception occurred: /public_html/concrete/vendor/league/flysystem/src/Adapter/Local.php:322 Class ‘finfo’ not found (0)

I solved it, it was a server issue, I added fileinfo to php. Thankyou!