[mnemo] Fatal error

Chris Rundle chris at rundle.uk.com
Fri Mar 26 02:25:05 PST 2004


I have set the storage backend in Mnemo to be the same as the other plug-ins i.e:

$conf['storage']['driver'] = 'sql';

$conf['storage']['params'] = array();
$conf['storage']['params']['phptype'] = 'mysql';
$conf['storage']['params']['hostspec'] = 'localhost';
$conf['storage']['params']['username'] = 'myusernamehere;
$conf['storage']['params']['password'] = 'myusernamehere';
$conf['storage']['params']['database'] = 'horde';
$conf['storage']['params']['table'] = 'mnemo_memos';


More information about the mnemo mailing list