You will see the below error message when you try to install new extension if you set mbstring.func_overload to 7
"Unrecoverable error "PCLZIP_ERR_BAD_FORMAT (-10)"
[OBSOLETE] - mbstring.func_overload = 7 cause pclzip.lib.php error
-
- Joomla! Apprentice
- Posts: 34
- Joined: Thu Oct 27, 2005 2:43 am
- Location: Malaysia
- Contact:
[OBSOLETE] - mbstring.func_overload = 7 cause pclzip.lib.php error
Last edited by Jinx on Fri Apr 28, 2006 3:59 pm, edited 1 time in total.
Signature rules; http://forum.joomla.org/index.php/topic,65.0.html
Only 2 clickable url's allowed
Only 2 clickable url's allowed
- louis.landry
- Joomla! Ace
- Posts: 1380
- Joined: Wed Aug 17, 2005 11:03 pm
- Location: San Jose, California
- Contact:
Re: mbstring.func_overload = 7 cause pclzip.lib.php error
Are you certain that is from the function overloading? I was having this issue as i was working through a few bugs with the FTP layer implementation.
Might want to check with the latest version from the source tree if you haven't already
I'm not sure how up-to-date the tree is with my work right now.
All that being said, it COULD be the mbstring thing
Louis
Might want to check with the latest version from the source tree if you haven't already

All that being said, it COULD be the mbstring thing

Louis
Joomla Platform Maintainer
A hacker does for love what others would not do for money.
A hacker does for love what others would not do for money.
-
- Joomla! Apprentice
- Posts: 34
- Joined: Thu Oct 27, 2005 2:43 am
- Location: Malaysia
- Contact:
Re: mbstring.func_overload = 7 cause pclzip.lib.php error
Yeap, I am 100% sure because if you set mbstring.func_overload = 0 the problem will solve.
Signature rules; http://forum.joomla.org/index.php/topic,65.0.html
Only 2 clickable url's allowed
Only 2 clickable url's allowed
- louis.landry
- Joomla! Ace
- Posts: 1380
- Joined: Wed Aug 17, 2005 11:03 pm
- Location: San Jose, California
- Contact:
Re: mbstring.func_overload = 7 cause pclzip.lib.php error
Great, the monkey is off my back then 
Just figured i'd make sure...
Louis

Just figured i'd make sure...
Louis
Joomla Platform Maintainer
A hacker does for love what others would not do for money.
A hacker does for love what others would not do for money.
- davidgal
- Joomla! Guru
- Posts: 963
- Joined: Sat Aug 20, 2005 9:19 am
- Location: Israel
- Contact:
Re: mbstring.func_overload = 7 cause pclzip.lib.php error
This raises a question whether pclzip supports utf-8.jaclplus wrote: You will see the below error message when you try to install new extension if you set mbstring.func_overload to 7
"Unrecoverable error "PCLZIP_ERR_BAD_FORMAT (-10)"
David Gal
-
- Joomla! Enthusiast
- Posts: 170
- Joined: Thu Sep 29, 2005 11:39 am
- Location: India
- Contact:
Re: mbstring.func_overload = 7 cause pclzip.lib.php error
I've just got this error what should I do??? 

http://www.mangaloreworld.com
Lots of components & Modules used.
Lots of components & Modules used.
- davidgal
- Joomla! Guru
- Posts: 963
- Joined: Sat Aug 20, 2005 9:19 am
- Location: Israel
- Contact:
Re: mbstring.func_overload = 7 cause pclzip.lib.php error
In the meantime set mbstring.func_overide to 0.
This has some negative side effects on data integrity but as we are only testing - go ahead
Considering a fix for the pcl library
This has some negative side effects on data integrity but as we are only testing - go ahead
Considering a fix for the pcl library
David Gal
-
- Joomla! Fledgling
- Posts: 4
- Joined: Tue Oct 03, 2006 7:21 pm
Re: [OBSOLETE] - mbstring.func_overload = 7 cause pclzip.lib.php error
there is the workareound for it, if you dont want to set mbstring back to 0 you will have to install components, mambots etc tared not ziped as a fact every value besides mbstring.func_overload = 0 breaks pclzip most likely it does not support utf8 (so what I do is unzip component, then tar it and then install regulary with installer), pcltar works fine with mbstring.func_overload = 7,