Page 1 of 1

Fatal error: Call to undefined function: gzinflate()

Posted: Tue Nov 21, 2006 1:53 pm
by sting
Script URL: http://www.iae.edu/clanpana/ija/beta/index.htm
Version of script: n/a
Hosting company: n/a
URL of phpinfo.php: n/a
URL of session_test.php: n/a
What terms did you try when SEARCHING for a solution: n/a

Write your message below:

First I want to congrats You because this is Great Script forum.

I have problems with Your Board script!
I did not modified anything...Ive put TOTAL access to the TXT files in my Windows Server.

The error message is:
Fatal error: Call to undefined function: gzinflate() in c:\inetpub\wwwroot\clanpana\ija\beta\mboard.php on line 760

And I see that in that line in the mboard.php are:
(removed)

CAN YOU HELP ME?

Thanks!

Posted: Tue Nov 21, 2006 3:31 pm
by Klemen
Contact your hosting company and ask them to enable ZLIB library (gzinflate function) for PHP.

Posted: Tue Nov 21, 2006 3:35 pm
by sting
I host my own server! Windows 2000 Server!

I run any PHP script and CGI I want!

What I need to do?

Posted: Tue Nov 21, 2006 3:57 pm
by Klemen
ZLIB should be included automatically with Windows PHP, which version of PHP are you using?

Upload the phpinfo.php file to your server and place a link to it here, it should give us more info about your PHP setup. You will find the phpinfo file in the thread with title "READ THIS BEFORE POSTING A NEW QUESTION!!"

Posted: Tue Nov 21, 2006 4:08 pm
by sting

Posted: Tue Nov 21, 2006 4:20 pm
by sting
I've put in the PHP.INI:

zlib.output_compression = YES

But DONT WORK.....I need help...

Posted: Tue Nov 21, 2006 5:19 pm
by Klemen
The problem is your PHP version, you have PHP 4.0.5 from April 2001!! That's over 5 years old.

I strongly recommend that you upgrade your PHP to the latest version which has many new functions and many bugs fixed. You can get version 4.4.4 here:
http://www.php.net/downloads.php

Any version over 4.3.0 should work fine as well.

Posted: Tue Nov 21, 2006 8:43 pm
by sting
Thanks, I will try now...

Hope it works!

Thanks again.