Troubles with OAI-PMH Harvester plugin

Hi,

I installed OAI-PMH Harvester plugin 2.0.2 on Omeka 2.5 (WampServer 64 , Apache/2.4.23 (Win64) , PHP/5.6.25).

I try to harvest data from http://fmsh.bach.anaphore.org/oai/provider?verb=ListRecords&metadataPrefix=dc and get an error.

First error screen:

Omeka has encountered an error
RuntimeException
The configured PHP path () is invalid.
exception 'RuntimeException' with message 'The configured PHP path () is invalid.' in C:\wamp64\www\omeka\application\libraries\Omeka\Job\Process\Dispatcher.php:114
Stack trace:
#0 C:\wamp64\www\omeka\application\libraries\Omeka\Job\Process\Dispatcher.php(93): Omeka_Job_Process_Dispatcher::_checkCliPath('')
#1 C:\wamp64\www\omeka\application\libraries\Omeka\Job\Process\Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath()
#2 C:\wamp64\www\omeka\application\libraries\Omeka\Job\Dispatcher\Adapter\BackgroundProcess.php(31): Omeka_Job_Process_Dispatcher::startProcess('Omeka_Job_Proce...', Object(User), Array)
#3 C:\wamp64\www\omeka\application\libraries\Omeka\Job\Dispatcher\Default.php(150): Omeka_Job_Dispatcher_Adapter_BackgroundProcess->send('{"className":"O...', Array)
#4 C:\wamp64\www\omeka\plugins\OaipmhHarvester\controllers\IndexController.php(156): Omeka_Job_Dispatcher_Default->sendLongRunning('OaipmhHarvester...', Array)
#5 C:\wamp64\www\omeka\application\libraries\Zend\Controller\Action.php(516): OaipmhHarvester_IndexController->harvestAction()
#6 C:\wamp64\www\omeka\application\libraries\Zend\Controller\Dispatcher\Standard.php(308): Zend_Controller_Action->dispatch('harvestAction')
#7 C:\wamp64\www\omeka\application\libraries\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#8 C:\wamp64\www\omeka\application\libraries\Zend\Application\Bootstrap\Bootstrap.php(105): Zend_Controller_Front->dispatch()
#9 C:\wamp64\www\omeka\application\libraries\Zend\Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#10 C:\wamp64\www\omeka\application\libraries\Omeka\Application.php(77): Zend_Application->run()
#11 C:\wamp64\www\omeka\admin\index.php(28): Omeka_Application->run()
#12 {main}


There’s the status:

ID : 1
Set Spec
Set Name
Metadata Prefix : oai_dc
Base URL : http://fmsh.bach.anaphore.org/oai/provider?verb=ListRecords&metadataPrefix=dc
Status : Error
Initiated : 2017-07-06 08:46:11
Completed : [not completed]
Status Messages Error: RuntimeException: The configured PHP path () is invalid. (2017-07-06 08:46:11)

What could be wrong?

J.

Check your php cli path in the your config (application/config/config.ini) (background.php.path = "xxxx") or search php cli on this forum.

Thank you.

PHP-CLI binary is not installed, so I changed a setting in config.ini as indicated in this thread : http://omeka.org/forums-legacy/topic/csv-import-import-stays-queued#post-28479 .

Now there’s another problem, but it’s another subject!

Best regards,

J.