[ansel] Can not upload images to ansel

James Micciche jamesm at jamesm.org
Wed Dec 22 14:03:30 PST 2004


I can't seem to upload any pictures to my installation of ansel, all the other
horde modules are working flawlessly, it seems to not be creating anything in
the VFS, I've tried putting VFS in the horde MySQL database and using the
physical files option.

Thanks,
James Micciche
jamesm at jamesm.org


/horde/ansel/test.php

Ansel Version
Ansel: 0.1-cvs
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 4.3.6
PHP Major Version: 4.3
PHP Minor Version: 6
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
GD Support: Yes
Ansel Configuration Files
config/conf.php: Yes
config/prefs.php: Yes
PEAR Modules
PEAR Search Path (PHP's include_path):  .:/php/includes:/usr/local/lib/php
PEAR: Yes
Recent PEAR: Yes


and my configuration

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: ansel/config/conf.xml,v 1.19 2004/11/18 20:46:44 chuck Exp $
$conf['vfs']['direct'] = true;
$conf['image']['type'] = 'png';
$conf['image']['num_uploads'] = '10';
$conf['thumbnail']['perpage'] = '30';
$conf['thumbnail']['width'] = '150';
$conf['thumbnail']['height'] = '150';
$conf['thumbnail']['width_min'] = '50';
$conf['thumbnail']['height_min'] = '50';
$conf['thumbnail']['width_max'] = '300';
$conf['thumbnail']['height_max'] = '300';
$conf['screen']['width'] = '800';
$conf['screen']['height'] = '600';
$conf['screen']['width_min'] = '320';
$conf['screen']['height_min'] = '240';
$conf['screen']['width_max'] = '1024';
$conf['screen']['height_max'] = '768';
$conf['ecard']['enable'] = true;
$conf['comments']['allow'] = 'authenticated';
$conf['menu']['print'] = true;
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */



More information about the ansel mailing list