[Koha-bugs] [Bug 19898] Koha 17.11 - Upload Local Cover Image Failed - "Cannot process file as an image"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 16:13:21 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19898

Jef Bucas <jefkoha at dias.ie> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jefkoha at dias.ie

--- Comment #10 from Jef Bucas <jefkoha at dias.ie> ---
I got this problem on Debian Stretch with version 17.11.03-1.

Solution was to disable Systemd's Apache2's PrivateTmp flag.

/lib/systemd/system/apache2.service
--------------
[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=forking
Environment=APACHE_STARTED_BY_SYSTEMD=true
ExecStart=/usr/sbin/apachectl start
ExecStop=/usr/sbin/apachectl stop
ExecReload=/usr/sbin/apachectl graceful
PrivateTmp=false
Restart=on-abort

[Install]
WantedBy=multi-user.target
-----------

systemctl daemon-reload
systemctl restart apache2

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list