[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2020-07-22 Thread Gideon Agware
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 I had this same issue on my site https://www.tecteem.com /toxicwap-movies-free-download/">TECTEEM. I cant seem to install any plugins. Ive fixed the issue. I found out the issue was from the hosting provider.

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-31 Thread Hugues Fournier
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 ** This bug is no longer a duplicate of bug 451405 zlib extension missing in php5 karmic ** This bug has been marked a duplicate of bug 451314 [SRU] PHP 5.2.10 zlib bug remains for 32bit -- Abort

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-31 Thread Hugues Fournier
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 ** This bug is no longer a duplicate of bug 451405 zlib extension missing in php5 karmic ** This bug has been marked a duplicate of bug 451314 [SRU] PHP 5.2.10 zlib bug remains for 32bit -- Abort

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-25 Thread Chuck Short
*** This bug is a duplicate of bug 451405 *** https://bugs.launchpad.net/bugs/451405 ** This bug has been marked a duplicate of bug 451405 zlib extension missing in php5 karmic ** Package changed: zlib (Ubuntu) = php5 (Ubuntu) -- Abort class-pclzip.php : Missing zlib extensions

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-25 Thread Andreas Otto
Ubuntu 9.10 Linux ideapad01 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux PHP package 5.2.10.dfsg.1-2ubuntu6 php -r var_dump(function_exists(gzopen)); bool(false) php -m [PHP Modules] bcmath bz2 calendar ctype curl date dba dom exif filter ftp gd gettext hash

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-25 Thread Chuck Short
*** This bug is a duplicate of bug 451405 *** https://bugs.launchpad.net/bugs/451405 ** This bug has been marked a duplicate of bug 451405 zlib extension missing in php5 karmic ** Package changed: zlib (Ubuntu) = php5 (Ubuntu) -- Abort class-pclzip.php : Missing zlib extensions

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-17 Thread Jean-Philippe Fleury
I have this bug too. I updated from Ubuntu 9.04 to Ubuntu 9.10 Beta. All was OK on 9.04, but now with 9.10 I can't unzip a file on my local server. Here are some infos: The code ?php var_dump(function_exists(gzopen)); ? displays: bool(false) $ uname -a Linux ordi 2.6.31-14-generic #46-Ubuntu

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread Ross Golder
Seeing as this seems to be a build/packaging problem (/usr/lib/php5/zlib.so not getting into PHP5 package), shouldn't this be re-filed under PHP? -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification because you are a member

Re: [Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread Scott Evans
I would have thought that is was part of the zlib packaging hence why I submitted it here in the first place! I would have imagined that PHP5 would have merely made this a dependency of it? On Wed, 2009-10-14 at 10:59 +, Ross Golder wrote: Seeing as this seems to be a build/packaging

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread martinbogo
Excuse me, wrong URL -- here is the correct one : https://bugs.launchpad.net/ubuntu/+source/php5/+bug/451405 -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification because you are a member of Ubuntu Bugs, which is a bug

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread martinbogo
I created a new bug against php5 and referenced this one on it : https://bugs.launchpad.net/ubuntu/+source/zlib/+bug/439407 -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread Till Klampaeckel
Guys, I'm not sure why the file in Wordpress is, which makes it harder to debug, can you either point out the file using their online SVN repo (http://core.svn.wordpress.org/trunk/) or run the following script yourself: ?php var_dump(function_exists(gzopen)); ? Then, please link a phpinfo or

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread dfornika
Till, I'm running the 32-bit (i386) edition of Ubuntu 9.10 Beta (Desktop) I ran the short var_dump() script you suggested, and it returned bool(false) But php -m returns: [PHP Modules] bcmath bz2 calendar ctype date dba dom exif filter ftp gd gettext hash iconv json libxml mbstring mcrypt

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread martinbogo
the previous was run on an armel system (arm cortex-a8) running karmic 9.10 beta fully updated Linux beagleboard.i.smooth-stone.com 2.6.29-omap1 #6 PREEMPT Thu Sep 17 10:11:54 CDT 2009 armv7l GNU/Linux So, the problem doesn't seem to be only limited to i386... -- Abort class-pclzip.php :

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread martinbogo
defa...@beagleboard:~$ php5 ?php var_dump(function_exists(gzopen)); ? bool(false) -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification because you are a member of Ubuntu Bugs, which is a bug assignee. -- ubuntu-bugs

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread martinbogo
defa...@beagleboard:~$ uname -a Linux beagleboard.i.smooth-stone.com 2.6.29-omap1 #6 PREEMPT Thu Sep 17 10:11:54 CDT 2009 armv7l GNU/Linux defa...@beagleboard:~$ php -m [PHP Modules] bcmath bz2 calendar ctype date dba dom exif filter ftp gd gettext hash iconv json libxml mbstring mime_magic mysql

Re: [Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-14 Thread Scott Evans
sc...@vk7hse:~$ uname -a Linux vk7hse.hobby-site.org 2.6.31-14-generic #46-Ubuntu SMP Tue Oct 13 16:47:59 UTC 2009 i686 GNU/Linux sc...@vk7hse:~$ php test.php bool(false) sc...@vk7hse:~$ php -m [PHP Modules] ADOdb bcmath bz2 calendar ctype curl date dba dom exif filter ftp gd gettext gmp hash

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-04 Thread dfornika
I'm also getting the error message Abort class-pclzip.php : Missing zlib extensions when I try to install new themes in Wordpress 2.8.4. I'm on Ubuntu Karmic Beta 1. I don't know if it's a problem with zlib1g or php5-zlib. I seem to be missing zlib.so but don't know where to get it.

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-04 Thread Scott Evans
** Changed in: zlib Status: New = Confirmed ** Changed in: zlib (Ubuntu) Status: New = Confirmed ** Changed in: zlib (Ubuntu) Assignee: (unassigned) = Ubuntu Bugs (ubuntu-bugs) -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-02 Thread Sam_inv
nr 3 alswo with karmic desktop -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-09-30 Thread Scott Evans
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/32749476/Dependencies.txt ** Also affects: zlib Importance: Undecided Status: New -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification

[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-09-30 Thread Bruce Doan
I second to this, i'm using karmic desktop edition. -- Abort class-pclzip.php : Missing zlib extensions https://bugs.launchpad.net/bugs/439407 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list