monica We have run fix permissions:
[root@vm3279 bin]# /usr/local/php74/bin/php ./caUtils fix-permissions
CollectiveAccess 1.7.11 (158/RELEASE) Utilities
(c) 2013-2019 Whirl-i-Gig
Determined web server user to be "apache"
Determined web server group to be "root"
Fixing permissions for the temporary directory (app/tmp) for ownership by "apache"...
Fixing permissions for the media directory (media) for ownership by "apache"...
Fixing permissions for the HTMLPurifier definition cache directory (vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer) for ownership by "apache"...
Then we ran the clear-caches and then do-configuration-check which you can see the output below.
The command exits with Checking system configuration... this may take a while.
which seems like the command finished incomplete as there is no further output. If I go back into the GUI, wkhtmltopdf is still reporting not installed.
At this point, this looks more like a coding issue than environment to me. Perhaps it's just the version we are on. I do not know. I am hesitant to upgrade until I am sure everything is working correctly and until some other questions posted in the forms are answered.
If you have other suggestions, I would like to hear them.
Here is the do-configuration-check output:
[root@vm3279 bin]# /usr/local/php74/bin/php ./caUtils do-configuration-check
PHP Warning: Cannot load module 'imagick' because conflicting module 'gmagick' is already loaded in Unknown on line 0
CollectiveAccess 1.7.11 (158/RELEASE) Utilities
(c) 2013-2019 Whirl-i-Gig
Checking media processing plugins...
Found Audio
Found GD
Found Gmagick
Found GraphicsMagick
Found ImageMagick
Found Imagick
Found Mesh
Found Office
Found PDFWand
Found QuicktimeVR
Found Spin360
Found Video
Found XMLDoc
Found BinaryFile
Checking application plugins...
Found ULAN
Found WorldCat
Found duplicateMenu
Found historyMenu
Found relationshipGenerator
Checking for barcode dependencies...
(GD is a graphics processing library required for all barcode generation.)
GD is installed; barcode printing will be available.
Checking system configuration... this may take a while.
[root@vm3279 bin]#