I know Omeka S isn’t supported for running on Windows, but I am setting up a test environment and jobs are getting stuck on “starting”.
Using Wamp64.
In local.config.php, I have set the PHP path to:
‘phpcli_path’ => “C:\wamp64\bin\php\php8.2.26\php.exe”,
Under " System information" in Omeka, PHP appears to be detected correctly:
PHP CLI path C:\wamp64\bin\php\php8.2.26\php.exe
PHP 8.2.26 (cli) (built: Nov 19 2024 18:15:27) (ZTS Visual C++ 2019 x64)
I have also added the path to PHP as an environment variable in Windows.
I have turned on development mode in .htaccess.
Any hints or other things I can look at to get this working?