ElkArte Community

Project Support => Support => Topic started by: SHANKS on April 20, 2020, 03:40:47 pm

Title: solution We're sorry, but PHP settings don't support zlib ؟
Post by: SHANKS on April 20, 2020, 03:40:47 pm
Hello guys I have in the package manager ..
Where the required functions were done and the message still appears to me
Code: [Select]
We're sorry, but PHP settings don't support zlib. Without it, the package manager cannot work. Please see your host for more information.We're sorry, but PHP settings don't support zlib. Without it, the package manager cannot work. Please see your host for more information.

https://www.anime-network.org/boards/phpinfo.php

Is there a solution to this problem?
Title: Re: solution We're sorry, but PHP settings don't support zlib ؟
Post by: vbgamer45 on April 20, 2020, 05:08:02 pm
Check if your gzinflate function is disabled. Usually found in control panel settings in cpanel if you are your own host.
Code: [Select]
		// This class sorta needs gzinflate!
if (!function_exists('gzinflate'))
{
throw new Exceptions\Exception('package_no_zlib', 'critical');
}
Title: Re: solution We're sorry, but PHP settings don't support zlib ؟
Post by: SHANKS on April 20, 2020, 05:59:17 pm
Quote from: vbgamer45 – Check if your gzinflate function is disabled. Usually found in control panel settings in cpanel if you are your own host.
Code: [Select]
		// This class sorta needs gzinflate!
if (!function_exists('gzinflate'))
{
throw new Exceptions\Exception('package_no_zlib', 'critical');
}
The problem was solved as the problem was having malfunctions