Script URL:
Version of script:1.7
Hosting company:www.zynic.com
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
hi i am a bit of an old novice and have solved most of my problems but am getting the two error messages on the guest book page.
this one
Notice: Undefined index: gbook_title in /www/zxq.net/
r/o/c/rockpoint/htdocs/guestbook/guest/templates/default/overall_header.php on line 30
and also
Fatal error: Call to undefined function gzinflate() in /www/zxq.net/r/o/c/rockpoint/htdocs/guestbook/guest/gbook.php on line 1157
can someone be patient and tell me where i am going wrong
thanks
trouble getting my board to work
Hello rockpoint,
I don't know if your page can be reached from the internet, but if so, please post the link to where we can view your guestbook (in this case the error) ourselves.
Also please put the file phpinfo.php on your website, so we can see if all the needed php functions are supported.
You can download the phpinfo.php file here:
http://www.phpjunkyard.com/extras/phpinfo.zip
Unzip the phpinfo.php file from it and then upload it to your website.
Than post a link to this file here, so we can find it and see the generated information from it.
Greetings,
Henrie
I don't know if your page can be reached from the internet, but if so, please post the link to where we can view your guestbook (in this case the error) ourselves.
Also please put the file phpinfo.php on your website, so we can see if all the needed php functions are supported.
You can download the phpinfo.php file here:
http://www.phpjunkyard.com/extras/phpinfo.zip
Unzip the phpinfo.php file from it and then upload it to your website.
Than post a link to this file here, so we can find it and see the generated information from it.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Your hosting company needs to enable the ZLib library for PHP in order for GBook to work.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
hi henrie
thanks for your helpjavascript:emoticon(':)')
herewith the info
link to guest book
http://rockpoint.zxq.net/guestbook/guest/gbook.php
link to phpinfo
http://rockpoint.zxq.net/guestbook/guest/phpinfo.php
have done the zd test usng gd_test.php and it is reporting working
thanks for your helpjavascript:emoticon(':)')
herewith the info
link to guest book
http://rockpoint.zxq.net/guestbook/guest/gbook.php
link to phpinfo
http://rockpoint.zxq.net/guestbook/guest/phpinfo.php
have done the zd test usng gd_test.php and it is reporting working
this is me
Hello rockpoint,
I looked at the phpinfo.php information and indeed Klemen is right (which i did not doubt in the first place).
You need to install zlib on your server
As fas is i can see it is not installed for php because it is not listed in the phpinfo.php.
If you have access to the server setup you can do it yourself, otherwise you will have to ask your hosting provider to do it.
Greetings,
Henrie
I looked at the phpinfo.php information and indeed Klemen is right (which i did not doubt in the first place).
You need to install zlib on your server
As fas is i can see it is not installed for php because it is not listed in the phpinfo.php.
If you have access to the server setup you can do it yourself, otherwise you will have to ask your hosting provider to do it.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.