Admin editing fails and Bulk Metadata Editor fails after 2.8 upgrade

My instance on Reclaim updated to 2.8, and now I am getting error messages for Bulk Metadata Editor and when attempting to edit multiple images.

Error for editing multiple images:

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/gallery1/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php:124
Stack trace:
#0 /home/gallery1/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php(93): Omeka_Job_Process_Dispatcher::_checkCliPath(’/bin/php’)
#1 /home/gallery1/public_html/application/libraries/Omeka/Job/Process/Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath()
#2 /home/gallery1/public_html/application/libraries/Omeka/Job/Dispatcher/Adapter/BackgroundProcess.php(31): Omeka_Job_Process_Dispatcher::startProcess(‘Omeka_Job_Proce…’, Object(User), Array)
#3 /home/gallery1/public_html/application/libraries/Omeka/Job/Dispatcher/Default.php(151): Omeka_Job_Dispatcher_Adapter_BackgroundProcess->send(’{“className”:"J…’, Array)
#4 /home/gallery1/public_html/application/controllers/ItemsController.php(423): Omeka_Job_Dispatcher_Default->sendLongRunning(‘Job_ItemBatchEd…’, Array)
#5 /home/gallery1/public_html/application/controllers/ItemsController.php(282): ItemsController->_batchEditAllSave()
#6 /home/gallery1/public_html/application/libraries/Zend/Controller/Action.php(516): ItemsController->batchEditSaveAction()
#7 /home/gallery1/public_html/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘batchEditSaveAc…’)
#8 /home/gallery1/public_html/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#9 /home/gallery1/public_html/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#10 /home/gallery1/public_html/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#11 /home/gallery1/public_html/application/libraries/Omeka/Application.php(73): Zend_Application->run()
#12 /home/gallery1/public_html/admin/index.php(28): Omeka_Application->run()
#13 {main}

Error for Bulk Metadata Editor:

Bulk edition cannot be started: The configured PHP path (/bin/php) does not point to a PHP-CLI binary.


Can someone remind me what I need to edit in the config.ini to fix this? The Background statement in my config.ini is the same as before:

; background.php.path
; Path to PHP-CLI for running background processes.
; default: “”
;
; If left blank, Omeka will try to autodetect the right path. Set this
; to override the autodetected PHP path.
background.php.path = “”

Here is a link to the Reclaim documentation: https://community.reclaimhosting.com/t/fixing-background-php-path-for-omeka-omeka-s/3521

Thanks! Much appreciated. All fixed.

1 Like

A post was merged into an existing topic: Admin Images won’t import any files

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