Hi, I just upgraded from 1.0.1 to 1.0.2 I used ./bin/installto.sh script from shell.
I got this warning:
Running update script at target... NOTICE: Obsolete config options: (You still have some obsolete or inexistent properties set. This isn't a problem but should be noticed)
Do you want me to fix your local configuration? (y/N) y . backing up the current config file(s)... . writing /var/www/webmail.domain.it/config/config.inc.php... Done. Your configuration files are now up-to-date! WARNING: Mimetype to file extension mapping doesn't work properly! Please check the 'mime_types' config option and run this script again. Executing database schema update. This instance of Roundcube is up-to-date. Have fun! All done.
How can I manage this? It's a config.php issue or web server issue? Thank you
On Tue, Aug 5, 2014 at 4:09 PM, absolutely_free@libero.it absolutely_free@libero.it wrote:
WARNING: Mimetype to file extension mapping doesn't work properly! Please check the 'mime_types' config option and run this script again.
From the default config file:
// Absolute path to a local mime.types mapping table file. // This is used to derive mime-types from the filename extension or vice versa. // Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system, // download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types $config['mime_types'] = null;
How can I manage this? It's a config.php issue or web server issue?
This is a webserver issue where Roundcube is unable to find the mime.types mapping file in one of the standard locations. Thus find or download the file and add a $config['mime_types'] entry to /var/www/webmail.domain.it/config/config.inc.php containing the absolute path to the mime.types file.
Kind regards, Thomas