Reindl Harald h.reindl@thelounge.net wrote:
open_basedir or file-libs package not installed https://www.google.at/search?q=%2Fusr%2Fshare%2Fmisc%2Fmagic
[harry@srv-rhsoft:~]$ rpm -q --file /usr/share/misc/magic file-libs-5.11-11.fc19.x86_64
hm # rpm -q --file /usr/share/misc/magic libmagic-data-5.11-12.1.1.i586
# ls -l /usr/share/misc insgesamt 3896 -rw-r--r-- 1 root root 30507 15. Okt 06:52 hddtemp.db -rw-r--r-- 1 root root 625650 26. Jan 2013 magic -rw-r--r-- 1 root root 2294480 26. Jan 2013 magic.mgc -rw-r--r-- 1 root root 1029519 25. Jan 2013 termcap
I am missing something ;)
as i asked previously does your open_basedir allow /usr/share/misc to be accessed?
oh, I overread this. In the php.ini open_basedir is not set ;open_basedir = nor is it in a .htaccess file for that virtual host.
But wait. It is set for the default server of apache as php_admin_value and with this IP 78.47.3.17 Roundcube connects to 78.47.3.18. This could be the reason for the error.
I'll watch that. Roundcube works nevertheless. What is this /usr/share/misc/magic good for?
Andreas
On 12/28/2013 12:14 AM, Andreas Meyer wrote:
I'll watch that. Roundcube works nevertheless. What is this /usr/share/misc/magic good for?
From Roundcube config:
// Path to a local mime magic database file for PHPs finfo extension. // Set to null if the default path should be used. $config['mime_magic'] = null;