Zotero Import Plugin - error on Omeka Classic

I have a Zotero Import Plugin error on Omeka Classic.

I generate the atom feed via the old version of web group library and try to generate a key with access to that group library but neither are accepted in Omeka verification.

My Zotero Atom Feed URL is: https://api.zotero.org/groups/2499901/items

What error are you getting?
If it’s the generic, “Omeka has encountered an error,” follow the instructions for Retrieving error messages and share the results.

Thanks for your help!

RuntimeException

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

RuntimeException: The configured PHP path (/bin/php) does not point to a PHP-CLI binary. in /home/nucleara/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php:124 Stack trace: #0 /home/nucleara/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php(93): Omeka_Job_Process_Dispatcher::_checkCliPath(’/bin/php’) #1 /home/nucleara/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath() #2 /home/nucleara/public_html/plugins/ZoteroImport/controllers/IndexController.php(66): Omeka_Job_Process_Dispatcher::startProcess(‘ZoteroImport_Im…’, NULL, Array) #3 /home/nucleara/public_html/application/libraries/Zend/Controller/Action.php(516): ZoteroImport_IndexController->importLibraryAction() #4 /home/nucleara/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘importLibraryAc…’) #5 /home/nucleara/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #6 /home/nucleara/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch() #7 /home/nucleara/public_html/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run() #8 /home/nucleara/public_html/application/libraries/Omeka/Application.php(73): Zend_Application->run() #9 /home/nucleara/public_html/admin/index.php(28): Omeka_Application->run() #10 {main}

The useful part of the error message is the first part: “The configured PHP path (/bin/php) does not point to a PHP-CLI binary.”
To resolve it, follow the instructions from the user manual for Setting the PHP path. You will need to check with your sysadmin or hosting company to find out the right path.

This topic was automatically closed after 250 days. New replies are no longer allowed.