Comment 1 for bug 569865

Revision history for this message
Guus Houtzager (ubuntu-houtzager) wrote :

Hey Teun :)

Correct that this is an annoying issue, but it's not the actual problem. I'm installing on Lucid, I assume you are too?
Some googling got me here:
http://gallery.menalto.com/node/95098
And sure enough once I changed

mysqli_options($this->_connectionID,$arr[0],$arr[1]);

to

mysqli_options($this->_connectionID,$arr[0],$arr[1][0]);

in /usr/share/php/adodb/drivers/adodb-mysqli.inc.php (line 98)

it went ok. I did restart the whole procedure after changing this line.

Now the question: in this a bug in Gallery2 or in libphp-adodb where this file is from? And did I break other stuff with this modification??

Regards,

Guus