CSV Import Omeka S

Trying to use CSV Importer module on Omeka S every time appears this error.
I’ve found here some documentation about this issue in Omeka Classic but I could not manage to solve the problem in the same way. Does someone have any ideas?
Thank you in advance

Hi there,

Would you mind sending us a support ticket at support@reclaimhosting.com so we can look further into this? Thanks!

Better late than never to follow up on what the solution was! Turns out the PHP-CLI path was missing, so we updated the config/local.config.php to look like this: ‘phpcli_path’ => ‘/usr/local/bin/php’ following this guide.
There also was a setting that was turned on automatically across the server. We turned off the PHP-FPM setting on the server and that worked!