I would like to help solving the source of the problem of PHP-CLI on Windows / XAMPP

Hi,

I too have a problem with the PHP-CLI on XAMPP. I tried all the suggestions I have found and nothing helped.

The only thing that worked was to bypass it altogether.

'service_manager' => [
        'aliases' => [
            'Omeka\File\Store' => 'Omeka\File\Store\Local',
            'Omeka\File\Thumbnailer' => 'Omeka\File\Thumbnailer\ImageMagick',
            /* add this line to local.config.php */
            'Omeka\Job\DispatchStrategy' => 'Omeka\Job\DispatchStrategy\Synchronous',
        ],
    ],

It seems that this problem dates back to 2019 and it’s not solved yet.

I am not a programmer but if a real programmer would like to tackle this problem and fix it once and or all, I would be happy to help.

Thanks,

Hanan Cohen