Re: [RCU] Not seeing JPG attachments

2011-12-27 Thread Benny Pedersen
On Tue, 27 Dec 2011 08:14:35 +0100, Claudio Kuenzler wrote: > php_admin_value file_uploads 1 > Where /usr/lib/php is the path to the shared PHP libraries (including > pear). is php_admin_value missing in .htaccess files ? -- List info: http://lists.roundcube.net/users/ BT/8f4f07cd

Re: [RCU] Not seeing JPG attachments

2011-12-27 Thread Claudio Kuenzler
Also make sure that the include_path contains the PHP libraries, as already mentioned in my open_basedir message. You can check that in the php.ini: grep include_path php.ini ; (directory must also be in include_path or full path must include_path = ".:/usr/lib/php" On Tue, Dec 27, 2011 at 3:13

Re: [RCU] Not seeing JPG attachments

2011-12-27 Thread Benny Pedersen
On Mon, 26 Dec 2011 20:02:34 -0600, Jess Collicott wrote: > I'm hunting around the php.ini file, which was updated 12/3, with the > upgrade to PHP 5.3.8. Are these functions needed by Roundcube? php.ini should be default not updated but default, roundcube using .htaccess it this enabled in the vi