[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Loïc Minier
Reassigning to php5 ** Package changed: libphp-adodb (Ubuntu) = php5 (Ubuntu) ** Bug watch added: Debian Bug tracker #577784 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577784 ** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577784 Importance:

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Loïc Minier
Patches are pending in the Debian package: http://git.debian.org/?p=pkg-php/php.git;a=commitdiff;h=e99c5342fc828ac1020403939d858c049b81b9f4 ** Also affects: php5 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: php5 (Ubuntu Lucid) Status: New = Confirmed **

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: Unknown = Fix Committed -- gallery2 installation fails https://bugs.launchpad.net/bugs/569865 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Ondřej Surý
*** This bug is a duplicate of bug 567043 *** https://bugs.launchpad.net/bugs/567043 ** This bug has been marked a duplicate of bug 567043 [lucid] php5-cgi crashes in memcpy using lighttpd -- gallery2 installation fails https://bugs.launchpad.net/bugs/569865 You received this bug

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Loïc Minier
I can confirm the proposed change fixes gallery2 installation for me. This file belongs to the libphp-adodb package, reassigning. ** Package changed: gallery2 (Ubuntu) = libphp-adodb (Ubuntu) ** Changed in: libphp-adodb (Ubuntu) Importance: Undecided = High ** Changed in: libphp-adodb

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Loïc Minier
I tried understanding why the fix helped me finish the install for a while, and I think it is completely bogus; the following snippet reproduces the logic of the code before patching: $optionFlags = array(array(MYSQLI_READ_DEFAULT_GROUP,0)); foreach($optionFlags as $arr) { print $arr[0] . =

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Loïc Minier
Reassigning to php5 ** Package changed: libphp-adodb (Ubuntu) = php5 (Ubuntu) ** Bug watch added: Debian Bug tracker #577784 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577784 ** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577784 Importance:

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Loïc Minier
Patches are pending in the Debian package: http://git.debian.org/?p=pkg-php/php.git;a=commitdiff;h=e99c5342fc828ac1020403939d858c049b81b9f4 ** Also affects: php5 (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: php5 (Ubuntu Lucid) Status: New = Confirmed **

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: Unknown = Fix Committed -- gallery2 installation fails https://bugs.launchpad.net/bugs/569865 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Ondřej Surý
*** This bug is a duplicate of bug 567043 *** https://bugs.launchpad.net/bugs/567043 ** This bug has been marked a duplicate of bug 567043 [lucid] php5-cgi crashes in memcpy using lighttpd -- gallery2 installation fails https://bugs.launchpad.net/bugs/569865 You received this bug

[Bug 569865] Re: gallery2 installation fails

2010-05-02 Thread Guus Houtzager
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

[Bug 569865] Re: gallery2 installation fails

2010-05-02 Thread Teun Vink
Hi Guus ;) Thanks .This seems to fix the problem, I still get numerous deprecation warnings which makes the install look ugly, but at least it works. I did search on the menalto forum, didn't find anything useful, good to see someone at least figured out what the problem is. I think the problem