CSV - RunTime Exception

Hi everyone,
I'm attempting to use the csvImport plugin to match up some metadata to jpg urls. After I mix-n-match the column names to the Dublin Core standards and hit Go, I get the following error:

Omeka has encountered an error

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

Followed by these specifics...

#0 /home/dylansar/public_html/omeka/application/libraries/Omeka/Job/Process/Dispatcher.php(94): Omeka_Job_Process_Dispatcher::_checkCliPath('/usr/bin/php')
#1 /home/dylansar/public_html/omeka/application/libraries/Omeka/Job/Process/Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath()
#2 /home/dylansar/public_html/omeka/application/libraries/Omeka/Job/Dispatcher/Adapter/BackgroundProcess.php(31): Omeka_Job_Process_Dispatcher::startProcess('Omeka_Job_Proce...', Object(User), Array)
#3 /home/dylansar/public_html/omeka/application/libraries/Omeka/Job/Dispatcher/Default.php(150): Omeka_Job_Dispatcher_Adapter_BackgroundProcess->send('{"className":"C...', Array)
#4 /home/dylansar/public_html/omeka/plugins/CsvImport/controllers/IndexController.php(393): Omeka_Job_Dispatcher_Default->sendLongRunning('CsvImport_Impor...', Array)
#5 /home/dylansar/public_html/omeka/plugins/CsvImport/controllers/IndexController.php(135): CsvImport_IndexController->_dispatchImportTask(Object(CsvImport_Import), 'start')
#6 /home/dylansar/public_html/omeka/application/libraries/Zend/Controller/Action.php(516): CsvImport_IndexController->mapColumnsAction()
#7 /home/dylansar/public_html/omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('mapColumnsActio...')
#8 /home/dylansar/public_html/omeka/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#9 /home/dylansar/public_html/omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#10 /home/dylansar/public_html/omeka/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#11 /home/dylansar/public_html/omeka/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#12 /home/dylansar/public_html/omeka/admin/index.php(28): Omeka_Application->run()
#13 {main}

So, I'm in over my head with this. I really, really want it to work - and any advice you can offer will be much appreciated! Thank you all so much.

Are you sure that the PHP CLI binary is installed and located at /usr/bin/php?

If you have shell access, what happens when you run /usr/bin/php -v ?

Thanks, John. I got online with my webhost tech support, and they eventually fixed it.