Gents, ladies,

After 2 days of hacking, trying, and debugging, the webui will not work.

I can get the postfix stuff working, but the other database, not.... it keeps coming with Error conneting to DB: invalid data source name

Content of config.php:

<?php

# mysql:host=xx;dbname=yyy
#
# pgsql:host=xx;dbname=yyy
#
# sqlite:////full/unix/path/to/file.db?mode=0666
#
$DB_CLUEBRINGER_DSN="mysql:host=localhost;dbname=postfix";
$DB_CLUEBRINGER_USER="cluebringer";
$DB_CLUEBRINGER_PASS="Welkom01";

$DB_POSTFIX_DSN="mysql:host=localhost;dbname=cluebringer";
$DB_POSTFIX_USER="cluebringer";
$DB_POSTFIX_PASS="Welkom01";

?>

I do also get: *Fatal error*: Call to a member function fetchObject() on a non-object in */srv/www/cluebringer/postfix-transports-main.php* on line *79*

And, yes, using mysql by hand, using these credentials, i can see, modify and read from the databases.

And, yes, i used also the regular config :-) This is after modifications.

And, yes, passwords are fake :-)

--
Regards,

Jacco van Koll

[EMAIL PROTECTED]


begin:vcard
fn:Jacco van Koll
n:van Koll;Jacco
email;internet:[EMAIL PROTECTED]
tel;cell:+31619354545
x-mozilla-html:TRUE
version:2.1
end:vcard

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
policyd-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to