Hi guys, I am using a localhost Omeka installation. The CSV Import plugin is giving me headaches… I have tried the test .csv files which are found in the installation folder of the plugin, but it’s the same. Here’s the stack trace of the error:
exception ‘RuntimeException’ with message ‘The configured PHP path () is invalid.’ in C:\Ampps\www\omeka\application\libraries\Omeka\Job\Process\Dispatcher.php:114
Stack trace:
0 C:\Ampps\www\omeka\application\libraries\Omeka\Job\Process\Dispatcher.php(93): Omeka_Job_Process_Dispatcher::_checkCliPath(’’)
1 C:\Ampps\www\omeka\application\libraries\Omeka\Job\Process\Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath()
2 C:\Ampps\www\omeka\application\libraries\Omeka\Job\Dispatcher\Adapter\BackgroundProcess.php(31): Omeka_Job_Process_Dispatcher::startProcess(‘Omeka_Job_Proce…’, Object(User), Array)
3 C:\Ampps\www\omeka\application\libraries\Omeka\Job\Dispatcher\Default.php(150): Omeka_Job_Dispatcher_Adapter_BackgroundProcess->send(’{“className”:"C…’, Array)
4 C:\Ampps\www\omeka\plugins\CsvImport\controllers\IndexController.php(386): Omeka_Job_Dispatcher_Default->sendLongRunning(‘CsvImport_Impor…’, Array)
5 C:\Ampps\www\omeka\plugins\CsvImport\controllers\IndexController.php(135): CsvImport_IndexController->_dispatchImportTask(Object(CsvImport_Import), ‘start’)
6 C:\Ampps\www\omeka\application\libraries\Zend\Controller\Action.php(516): CsvImport_IndexController->mapColumnsAction()
7 C:\Ampps\www\omeka\application\libraries\Zend\Controller\Dispatcher\Standard.php(308): Zend_Controller_Action->dispatch(‘mapColumnsActio…’)
8 C:\Ampps\www\omeka\application\libraries\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
9 C:\Ampps\www\omeka\application\libraries\Zend\Application\Bootstrap\Bootstrap.php(105): Zend_Controller_Front->dispatch()
10 C:\Ampps\www\omeka\application\libraries\Zend\Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
11 C:\Ampps\www\omeka\application\libraries\Omeka\Application.php(79): Zend_Application->run()
12 C:\Ampps\www\omeka\admin\index.php(28): Omeka_Application->run()
13 {main}