I believe the real issue isn’t with adodb, it’s line 38 of 
/usr/share/cacti/site/lib/database.php

$dsn = "$db_type://" . rawurlencode($user) . ":" . rawurlencode($pass) . "@" . 
rawurlencode($host) . "/" . rawurlencode($db_name) . "?persist”;

I believe we must remove the persist, so it no longer uses _pconnect in adodb, 
and it’ll switch to using _connect instead.

This is untested though I plan to test it in a bit, but I believe this should 
fix it.

Reply via email to