I installed Omeka Classic to do an oral history assignment, for it to serve as a repository for these interviews. But I need to configure the OHMS plugin to be able to link these OHMS interviews with OMEKA, but in the configuration I can’t find the “background.php.path”. With the Reclaim Host site, this option within the OMEKA config.ini, would be “/usr/local/bin/php”, using Infinity Free how would it look?
Can you please link to the plugin you are trying to install?
InfinityFree does not allow to you save any files outside of the root (/htdocs), and if my memory serves me correctly, /usr/local/bin/php is the location where PHP is installed on the server (May be wrong).
Without more information, I really cannot help you.
Oh wait, that is the path on the config file, right?
Since you cannot access files outside the root, can you try moving the background.php.path file to an accessible directory, then changing the file path?
Personally, I do not understand what it wants. Can you try leaving it blank and see if it will auto-detect like it says? If not, you will have to wait for Admin.
It took me a while to understand what the option does:
;;;;;;;;;;;;;;;;;;;;;;
; Background Scripts ;
;;;;;;;;;;;;;;;;;;;;;;
; 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 = ""
I think it wants to know where it can find the PHP executable, so it can call it from the command line to execute background tasks.
The thing is that all command line related functionality is disabled on free hosting, and we do not allow background processes to be run.
So if Omeka Classic requires command line access to work, I’m afraid you cannot host it on our free hosting.