Page 1 of 1

trouble getting my board to work

Posted: Fri Oct 23, 2009 7:12 pm
by rockpoint
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

Posted: Fri Oct 23, 2009 7:27 pm
by Henrie
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

Posted: Sat Oct 24, 2009 8:23 am
by Klemen
Your hosting company needs to enable the ZLib library for PHP in order for GBook to work.

Posted: Sat Oct 24, 2009 10:17 am
by rockpoint
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

Posted: Sat Oct 24, 2009 10:57 am
by Henrie
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

Posted: Sat Oct 24, 2009 11:33 am
by rockpoint
thanks henrie
i will ask them to set it up for me