Fatal error: Call to undefined function: gzinflate()

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
sting
Posts: 5
Joined: Tue Nov 21, 2006 1:46 pm

Fatal error: Call to undefined function: gzinflate()

Post 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!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Contact your hosting company and ask them to enable ZLIB library (gzinflate function) for PHP.
Last edited by Klemen on Tue Nov 21, 2006 3:52 pm, edited 1 time in total.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
sting
Posts: 5
Joined: Tue Nov 21, 2006 1:46 pm

Post by sting »

I host my own server! Windows 2000 Server!

I run any PHP script and CGI I want!

What I need to do?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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!!"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
sting
Posts: 5
Joined: Tue Nov 21, 2006 1:46 pm

Post by sting »

sting
Posts: 5
Joined: Tue Nov 21, 2006 1:46 pm

Post by sting »

I've put in the PHP.INI:

zlib.output_compression = YES

But DONT WORK.....I need help...
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
sting
Posts: 5
Joined: Tue Nov 21, 2006 1:46 pm

Post by sting »

Thanks, I will try now...

Hope it works!

Thanks again.
Locked