[horde] Required "phptype" not specified in configuration.

andrewfeberwee at hatchnet.com.au andrewfeberwee at hatchnet.com.au
Mon Aug 11 07:09:29 UTC 2008


I know I've read something about this in the list already, but I am sure I
have this defined

here are the sql entries for sql out of
horde-webmail-1.1/config/conf.php



$conf['sql']['persistent'] = false;
$conf['sql']['username'] = 'hatchnet';
$conf['sql']['password'] = 'hatchnet';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['port'] = 3306;
$conf['sql']['protocol'] = 'tcp';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';


phptype is defined in the above.

Everything else works fine. The database is setup and the tables created
using the horde setup utility

Any pointers would be good

Thanks
Andrew


More information about the horde mailing list