Skip to main content
Topic: solution We're sorry, but PHP settings don't support zlib ؟ (Read 1141 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

solution We're sorry, but PHP settings don't support zlib ؟

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?

Re: solution We're sorry, but PHP settings don't support zlib ؟

Reply #1

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');
}

Re: solution We're sorry, but PHP settings don't support zlib ؟

Reply #2

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