Importing items into Neatline

In Omeka 2.2.2, we are getting an error message when trying to import any items into Neatline. Any insights?

Which browser are you using? In Chrome, can you open the JavaScript Console (by going to the menu View > Developer > JavaScript Console). With it open, try importing an item. Can you paste in any errors that show up there?

Another thing to check into is whether you have mod_security installed on the server. That's been a problem before.

Here is the error message on Omeka:

Omeka has encountered an error

RuntimeException
The configured PHP path (/usr/bin/php) does not point to a PHP-CLI binary.

#0 /home4/atlrailc/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php(94): Omeka_Job_Process_Dispatcher::_checkCliPath('/usr/bin/php')
#1 /home4/atlrailc/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath()
#2 /home4/atlrailc/public_html/application/libraries/Omeka/Job/Dispatcher/Adapter/BackgroundProcess.php(31): Omeka_Job_Process_Dispatcher::startProcess('Omeka_Job_Proce...', Object(User), Array)
#3 /home4/atlrailc/public_html/application/libraries/Omeka/Job/Dispatcher/Default.php(150): Omeka_Job_Dispatcher_Adapter_BackgroundProcess->send('{"className":"N...', Array)
#4 /home4/atlrailc/public_html/plugins/Neatline/controllers/ExhibitsController.php(154): Omeka_Job_Dispatcher_Default->sendLongRunning('Neatline_Job_Im...', Array)
#5 /home4/atlrailc/public_html/application/libraries/Zend/Controller/Action.php(516): Neatline_ExhibitsController->importAction()
#6 /home4/atlrailc/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('importAction')
#7 /home4/atlrailc/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#8 /home4/atlrailc/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(101): Zend_Controller_Front->dispatch()
#9 /home4/atlrailc/public_html/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#10 /home4/atlrailc/public_html/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#11 /home4/atlrailc/public_html/admin/index.php(28): Omeka_Application->run()
#12 {main}

And here is the error message in the JavaScript Console.

Thanks!

Error: getTranslators: detection is already running at chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/zotero/translation/translate.js:1023

So it appears to be a problem with your Omeka configuration not matching how your system is set up. If you follow Wayne's instructions in this comment, you should get that taken care of: https://github.com/scholarslab/Neatline/issues/208#issuecomment-18354566

The second one comes from your Zotero plugin.